#72cfee
a light, electric cyan · cool · closest name: skyblue
RGB
114, 207, 238
HSL
195°, 79%, 69%
CMYK
52, 13, 0, 7
Luminance
0.5438
Every format
| HEX | #72cfee |
| RGB | rgb(114, 207, 238) |
| HSL | hsl(195, 79%, 69%) |
| CMYK | cmyk(52%, 13%, 0%, 7%) |
| LAB | lab(78.7 -19.3 -23.8) |
| LCH | lch(78.7 30.6 230.9) |
| OKLCH | oklch(0.808 0.099 221.9) |
Copy-ready code
/* CSS */
color: #72cfee;
background-color: #72cfee;
/* Tailwind (arbitrary) */
class="text-[#72cfee] bg-[#72cfee]"
/* SCSS */
$brand: #72cfee;
/* SwiftUI */
Color(red: 0.447, green: 0.812, blue: 0.933)
/* Android */
Color.parseColor("#72cfee")Accessibility — WCAG contrast
Aa
#72cfee on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#72cfee on black: 11.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green81.2%
Blue93.3%
CMYK percentages
Cyan52.1%
Magenta13.0%
Yellow0.0%
Key (black)6.7%
Color previews
#72cfee text on a black background
contrast 11.88:1
Card sample
#72cfee text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #72cfee;
Background color
Panel with #72cfee background
background-color: #72cfee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #72cfee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 207, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 207, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #72cfee; background: linear-gradient(135deg, #72cfee, #727CEE);