#72efdf
a light, electric cyan · cool · closest name: turquoise
RGB
114, 239, 223
HSL
172°, 80%, 69%
CMYK
52, 0, 7, 6
Luminance
0.7064
Every format
| HEX | #72efdf |
| RGB | rgb(114, 239, 223) |
| HSL | hsl(172, 80%, 69%) |
| CMYK | cmyk(52%, 0%, 7%, 6%) |
| LAB | lab(87.3 -38.7 -2.9) |
| LCH | lch(87.3 38.8 184.3) |
| OKLCH | oklch(0.876 0.115 184.2) |
Copy-ready code
/* CSS */
color: #72efdf;
background-color: #72efdf;
/* Tailwind (arbitrary) */
class="text-[#72efdf] bg-[#72efdf]"
/* SCSS */
$brand: #72efdf;
/* SwiftUI */
Color(red: 0.447, green: 0.937, blue: 0.875)
/* Android */
Color.parseColor("#72efdf")Accessibility — WCAG contrast
Aa
#72efdf on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#72efdf on black: 15.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green93.7%
Blue87.5%
CMYK percentages
Cyan52.3%
Magenta0.0%
Yellow6.7%
Key (black)6.3%
Color previews
#72efdf text on a black background
contrast 15.13:1
Card sample
#72efdf text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #72efdf;
Background color
Panel with #72efdf background
background-color: #72efdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #72efdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 239, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 239, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #72efdf; background: linear-gradient(135deg, #72efdf, #72ACEF);