#72fdec
a light, electric cyan · cool · closest name: turquoise
RGB
114, 253, 236
HSL
173°, 97%, 72%
CMYK
55, 0, 7, 1
Luminance
0.7988
Every format
| HEX | #72fdec |
| RGB | rgb(114, 253, 236) |
| HSL | hsl(173, 97%, 72%) |
| CMYK | cmyk(55%, 0%, 7%, 1%) |
| LAB | lab(91.6 -41.8 -3.3) |
| LCH | lch(91.6 41.9 184.6) |
| OKLCH | oklch(0.912 0.124 184.5) |
Copy-ready code
/* CSS */
color: #72fdec;
background-color: #72fdec;
/* Tailwind (arbitrary) */
class="text-[#72fdec] bg-[#72fdec]"
/* SCSS */
$brand: #72fdec;
/* SwiftUI */
Color(red: 0.447, green: 0.992, blue: 0.925)
/* Android */
Color.parseColor("#72fdec")Accessibility — WCAG contrast
Aa
#72fdec on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#72fdec on black: 16.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green99.2%
Blue92.5%
CMYK percentages
Cyan54.9%
Magenta0.0%
Yellow6.7%
Key (black)0.8%
Color previews
#72fdec text on a black background
contrast 16.98:1
Card sample
#72fdec text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #72fdec;
Background color
Panel with #72fdec background
background-color: #72fdec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #72fdec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 253, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 253, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #72fdec; background: linear-gradient(135deg, #72fdec, #72B1FD);