#72fdda
a light, electric cyan · cool · closest name: aquamarine
RGB
114, 253, 218
HSL
165°, 97%, 72%
CMYK
55, 0, 14, 1
Luminance
0.7889
Every format
| HEX | #72fdda |
| RGB | rgb(114, 253, 218) |
| HSL | hsl(165, 97%, 72%) |
| CMYK | cmyk(55%, 0%, 14%, 1%) |
| LAB | lab(91.2 -46.1 5.3) |
| LCH | lch(91.2 46.4 173.4) |
| OKLCH | oklch(0.907 0.132 174.2) |
Copy-ready code
/* CSS */
color: #72fdda;
background-color: #72fdda;
/* Tailwind (arbitrary) */
class="text-[#72fdda] bg-[#72fdda]"
/* SCSS */
$brand: #72fdda;
/* SwiftUI */
Color(red: 0.447, green: 0.992, blue: 0.855)
/* Android */
Color.parseColor("#72fdda")Accessibility — WCAG contrast
Aa
#72fdda on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#72fdda on black: 16.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green99.2%
Blue85.5%
CMYK percentages
Cyan54.9%
Magenta0.0%
Yellow13.8%
Key (black)0.8%
Color previews
#72fdda text on a black background
contrast 16.78:1
Card sample
#72fdda text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #72fdda;
Background color
Panel with #72fdda background
background-color: #72fdda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #72fdda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 253, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 253, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #72fdda; background: linear-gradient(135deg, #72fdda, #72C3FD);