#72fdf9
a light, electric cyan · cool · closest name: cyan
RGB
114, 253, 249
HSL
178°, 97%, 72%
CMYK
55, 0, 2, 1
Luminance
0.8067
Every format
| HEX | #72fdf9 |
| RGB | rgb(114, 253, 249) |
| HSL | hsl(178, 97%, 72%) |
| CMYK | cmyk(55%, 0%, 2%, 1%) |
| LAB | lab(92.0 -38.5 -9.6) |
| LCH | lch(92.0 39.7 193.9) |
| OKLCH | oklch(0.916 0.121 192.7) |
Copy-ready code
/* CSS */
color: #72fdf9;
background-color: #72fdf9;
/* Tailwind (arbitrary) */
class="text-[#72fdf9] bg-[#72fdf9]"
/* SCSS */
$brand: #72fdf9;
/* SwiftUI */
Color(red: 0.447, green: 0.992, blue: 0.976)
/* Android */
Color.parseColor("#72fdf9")Accessibility — WCAG contrast
Aa
#72fdf9 on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#72fdf9 on black: 17.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green99.2%
Blue97.6%
CMYK percentages
Cyan54.9%
Magenta0.0%
Yellow1.6%
Key (black)0.8%
Color previews
#72fdf9 text on a black background
contrast 17.13:1
Card sample
#72fdf9 text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #72fdf9;
Background color
Panel with #72fdf9 background
background-color: #72fdf9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #72fdf9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 253, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 253, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #72fdf9; background: linear-gradient(135deg, #72fdf9, #72A4FD);