Jacuzzi
#007cac
Looking for the precise values behind Jacuzzi (#007cac)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #007cac | |
|---|---|---|
| RGB | rgb(0, 124, 172) | |
| HSL | hsl(197, 100%, 34%) | |
| CMYK | cmyk(100%, 28%, 0%, 33%) | |
| LAB | lab(48, -16, -34) | |
| OKLCH | oklch(0.55 0.117 235) |
Color harmonies
Tints & shades
Code snippets
color: #007cac;
background-color: #007cac;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-slate-500 /* ≈ #62748e */
/* Flutter */
Color(0xFF007CAC)
/* Swift / UIKit */
UIColor(red: 0.00, green: 0.49, blue: 0.67, alpha: 1.0)