#72cacf
a balanced, vivid cyan · cool · closest name: skyblue
RGB
114, 202, 207
HSL
183°, 49%, 63%
CMYK
45, 2, 0, 19
Luminance
0.5032
Every format
| HEX | #72cacf |
| RGB | rgb(114, 202, 207) |
| HSL | hsl(183, 49%, 63%) |
| CMYK | cmyk(45%, 2%, 0%, 19%) |
| LAB | lab(76.3 -25.1 -10.8) |
| LCH | lch(76.3 27.3 203.2) |
| OKLCH | oklch(0.786 0.085 200.3) |
Copy-ready code
/* CSS */
color: #72cacf;
background-color: #72cacf;
/* Tailwind (arbitrary) */
class="text-[#72cacf] bg-[#72cacf]"
/* SCSS */
$brand: #72cacf;
/* SwiftUI */
Color(red: 0.447, green: 0.792, blue: 0.812)
/* Android */
Color.parseColor("#72cacf")Accessibility — WCAG contrast
Aa
#72cacf on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#72cacf on black: 11.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green79.2%
Blue81.2%
CMYK percentages
Cyan44.9%
Magenta2.4%
Yellow0.0%
Key (black)18.8%
Color previews
#72cacf text on a black background
contrast 11.06:1
Card sample
#72cacf text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #72cacf;
Background color
Panel with #72cacf background
background-color: #72cacf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #72cacf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 202, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 202, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #72cacf; background: linear-gradient(135deg, #72cacf, #728CCF);