#72dfe9
a light, vivid cyan · cool · closest name: skyblue
RGB
114, 223, 233
HSL
185°, 73%, 68%
CMYK
51, 4, 0, 9
Luminance
0.6224
Every format
| HEX | #72dfe9 |
| RGB | rgb(114, 223, 233) |
| HSL | hsl(185, 73%, 68%) |
| CMYK | cmyk(51%, 4%, 0%, 9%) |
| LAB | lab(83.0 -28.6 -14.5) |
| LCH | lch(83.0 32.1 206.9) |
| OKLCH | oklch(0.843 0.101 203.4) |
Copy-ready code
/* CSS */
color: #72dfe9;
background-color: #72dfe9;
/* Tailwind (arbitrary) */
class="text-[#72dfe9] bg-[#72dfe9]"
/* SCSS */
$brand: #72dfe9;
/* SwiftUI */
Color(red: 0.447, green: 0.875, blue: 0.914)
/* Android */
Color.parseColor("#72dfe9")Accessibility — WCAG contrast
Aa
#72dfe9 on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#72dfe9 on black: 13.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green87.5%
Blue91.4%
CMYK percentages
Cyan51.1%
Magenta4.3%
Yellow0.0%
Key (black)8.6%
Color previews
#72dfe9 text on a black background
contrast 13.45:1
Card sample
#72dfe9 text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #72dfe9;
Background color
Panel with #72dfe9 background
background-color: #72dfe9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #72dfe9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 223, 233, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 223, 233, 0.45);
Border & gradient
Gradient panel
border: 3px solid #72dfe9; background: linear-gradient(135deg, #72dfe9, #7290E9);