#72fcdf
a light, electric cyan · cool · closest name: aquamarine
RGB
114, 252, 223
HSL
167°, 96%, 72%
CMYK
55, 0, 12, 1
Luminance
0.7853
Every format
| HEX | #72fcdf |
| RGB | rgb(114, 252, 223) |
| HSL | hsl(167, 96%, 72%) |
| CMYK | cmyk(55%, 0%, 12%, 1%) |
| LAB | lab(91.0 -44.5 2.5) |
| LCH | lch(91.0 44.5 176.8) |
| OKLCH | oklch(0.906 0.128 177.3) |
Copy-ready code
/* CSS */
color: #72fcdf;
background-color: #72fcdf;
/* Tailwind (arbitrary) */
class="text-[#72fcdf] bg-[#72fcdf]"
/* SCSS */
$brand: #72fcdf;
/* SwiftUI */
Color(red: 0.447, green: 0.988, blue: 0.875)
/* Android */
Color.parseColor("#72fcdf")Accessibility — WCAG contrast
Aa
#72fcdf on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#72fcdf on black: 16.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green98.8%
Blue87.5%
CMYK percentages
Cyan54.8%
Magenta0.0%
Yellow11.5%
Key (black)1.2%
Color previews
#72fcdf text on a black background
contrast 16.71:1
Card sample
#72fcdf text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #72fcdf;
Background color
Panel with #72fcdf background
background-color: #72fcdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #72fcdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 252, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 252, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #72fcdf; background: linear-gradient(135deg, #72fcdf, #72BDFC);