#72beec
a light, electric blue · cool · closest name: skyblue
RGB
114, 190, 236
HSL
203°, 76%, 69%
CMYK
52, 20, 0, 8
Luminance
0.4646
Every format
| HEX | #72beec |
| RGB | rgb(114, 190, 236) |
| HSL | hsl(203, 76%, 69%) |
| CMYK | cmyk(52%, 20%, 0%, 8%) |
| LAB | lab(73.8 -11.0 -30.1) |
| LCH | lch(73.8 32.1 249.9) |
| OKLCH | oklch(0.770 0.100 236.6) |
Copy-ready code
/* CSS */
color: #72beec;
background-color: #72beec;
/* Tailwind (arbitrary) */
class="text-[#72beec] bg-[#72beec]"
/* SCSS */
$brand: #72beec;
/* SwiftUI */
Color(red: 0.447, green: 0.745, blue: 0.925)
/* Android */
Color.parseColor("#72beec")Accessibility — WCAG contrast
Aa
#72beec on white: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#72beec on black: 10.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green74.5%
Blue92.5%
CMYK percentages
Cyan51.7%
Magenta19.5%
Yellow0.0%
Key (black)7.5%
Color previews
#72beec text on a black background
contrast 10.29:1
Card sample
#72beec text on a white background
contrast 2.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #72beec;
Background color
Panel with #72beec background
background-color: #72beec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #72beec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 190, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 190, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #72beec; background: linear-gradient(135deg, #72beec, #7772EC);