#72fceb
a light, electric cyan · cool · closest name: turquoise
RGB
114, 252, 235
HSL
173°, 96%, 72%
CMYK
55, 0, 7, 1
Luminance
0.7920
Every format
| HEX | #72fceb |
| RGB | rgb(114, 252, 235) |
| HSL | hsl(173, 96%, 72%) |
| CMYK | cmyk(55%, 0%, 7%, 1%) |
| LAB | lab(91.3 -41.6 -3.3) |
| LCH | lch(91.3 41.7 184.5) |
| OKLCH | oklch(0.910 0.123 184.4) |
Copy-ready code
/* CSS */
color: #72fceb;
background-color: #72fceb;
/* Tailwind (arbitrary) */
class="text-[#72fceb] bg-[#72fceb]"
/* SCSS */
$brand: #72fceb;
/* SwiftUI */
Color(red: 0.447, green: 0.988, blue: 0.922)
/* Android */
Color.parseColor("#72fceb")Accessibility — WCAG contrast
Aa
#72fceb on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#72fceb on black: 16.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green98.8%
Blue92.2%
CMYK percentages
Cyan54.8%
Magenta0.0%
Yellow6.7%
Key (black)1.2%
Color previews
#72fceb text on a black background
contrast 16.84:1
Card sample
#72fceb text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #72fceb;
Background color
Panel with #72fceb background
background-color: #72fceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #72fceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 252, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 252, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #72fceb; background: linear-gradient(135deg, #72fceb, #72B1FC);