#72eddf
a light, electric cyan · cool · closest name: turquoise
RGB
114, 237, 223
HSL
173°, 77%, 69%
CMYK
52, 0, 6, 7
Luminance
0.6947
Every format
| HEX | #72eddf |
| RGB | rgb(114, 237, 223) |
| HSL | hsl(173, 77%, 69%) |
| CMYK | cmyk(52%, 0%, 6%, 7%) |
| LAB | lab(86.7 -37.8 -3.8) |
| LCH | lch(86.7 38.0 185.7) |
| OKLCH | oklch(0.872 0.113 185.5) |
Copy-ready code
/* CSS */
color: #72eddf;
background-color: #72eddf;
/* Tailwind (arbitrary) */
class="text-[#72eddf] bg-[#72eddf]"
/* SCSS */
$brand: #72eddf;
/* SwiftUI */
Color(red: 0.447, green: 0.929, blue: 0.875)
/* Android */
Color.parseColor("#72eddf")Accessibility — WCAG contrast
Aa
#72eddf on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#72eddf on black: 14.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green92.9%
Blue87.5%
CMYK percentages
Cyan51.9%
Magenta0.0%
Yellow5.9%
Key (black)7.1%
Color previews
#72eddf text on a black background
contrast 14.89:1
Card sample
#72eddf text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #72eddf;
Background color
Panel with #72eddf background
background-color: #72eddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #72eddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 237, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 237, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #72eddf; background: linear-gradient(135deg, #72eddf, #72A9ED);