#72ebee
a light, electric cyan · cool · closest name: turquoise
RGB
114, 235, 238
HSL
182°, 79%, 69%
CMYK
52, 1, 0, 7
Luminance
0.6917
Every format
| HEX | #72ebee |
| RGB | rgb(114, 235, 238) |
| HSL | hsl(182, 79%, 69%) |
| CMYK | cmyk(52%, 1%, 0%, 7%) |
| LAB | lab(86.6 -33.0 -11.8) |
| LCH | lch(86.6 35.1 199.7) |
| OKLCH | oklch(0.872 0.109 197.5) |
Copy-ready code
/* CSS */
color: #72ebee;
background-color: #72ebee;
/* Tailwind (arbitrary) */
class="text-[#72ebee] bg-[#72ebee]"
/* SCSS */
$brand: #72ebee;
/* SwiftUI */
Color(red: 0.447, green: 0.922, blue: 0.933)
/* Android */
Color.parseColor("#72ebee")Accessibility — WCAG contrast
Aa
#72ebee on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#72ebee on black: 14.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green92.2%
Blue93.3%
CMYK percentages
Cyan52.1%
Magenta1.3%
Yellow0.0%
Key (black)6.7%
Color previews
#72ebee text on a black background
contrast 14.83:1
Card sample
#72ebee text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #72ebee;
Background color
Panel with #72ebee background
background-color: #72ebee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #72ebee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 235, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 235, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #72ebee; background: linear-gradient(135deg, #72ebee, #7298EE);