#72ffdf
a light, electric cyan · cool · closest name: aquamarine
RGB
114, 255, 223
HSL
166°, 100%, 72%
CMYK
55, 0, 13, 0
Luminance
0.8043
Every format
| HEX | #72ffdf |
| RGB | rgb(114, 255, 223) |
| HSL | hsl(166, 100%, 72%) |
| CMYK | cmyk(55%, 0%, 13%, 0%) |
| LAB | lab(91.9 -45.8 3.8) |
| LCH | lch(91.9 45.9 175.3) |
| OKLCH | oklch(0.913 0.131 176.0) |
Copy-ready code
/* CSS */
color: #72ffdf;
background-color: #72ffdf;
/* Tailwind (arbitrary) */
class="text-[#72ffdf] bg-[#72ffdf]"
/* SCSS */
$brand: #72ffdf;
/* SwiftUI */
Color(red: 0.447, green: 1.000, blue: 0.875)
/* Android */
Color.parseColor("#72ffdf")Accessibility — WCAG contrast
Aa
#72ffdf on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#72ffdf on black: 17.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green100.0%
Blue87.5%
CMYK percentages
Cyan55.3%
Magenta0.0%
Yellow12.5%
Key (black)0.0%
Color previews
#72ffdf text on a black background
contrast 17.09:1
Card sample
#72ffdf text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #72ffdf;
Background color
Panel with #72ffdf background
background-color: #72ffdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #72ffdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 255, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 255, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #72ffdf; background: linear-gradient(135deg, #72ffdf, #72C1FF);