#72abeb
a light, electric blue · cool · closest name: steelblue
RGB
114, 171, 235
HSL
212°, 75%, 68%
CMYK
52, 27, 0, 8
Luminance
0.3870
Every format
| HEX | #72abeb |
| RGB | rgb(114, 171, 235) |
| HSL | hsl(212, 75%, 68%) |
| CMYK | cmyk(52%, 27%, 0%, 8%) |
| LAB | lab(68.5 -1.0 -37.8) |
| LCH | lch(68.5 37.8 268.5) |
| OKLCH | oklch(0.728 0.111 252.2) |
Copy-ready code
/* CSS */
color: #72abeb;
background-color: #72abeb;
/* Tailwind (arbitrary) */
class="text-[#72abeb] bg-[#72abeb]"
/* SCSS */
$brand: #72abeb;
/* SwiftUI */
Color(red: 0.447, green: 0.671, blue: 0.922)
/* Android */
Color.parseColor("#72abeb")Accessibility — WCAG contrast
Aa
#72abeb on white: 2.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#72abeb on black: 8.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green67.1%
Blue92.2%
CMYK percentages
Cyan51.5%
Magenta27.2%
Yellow0.0%
Key (black)7.8%
Color previews
#72abeb text on a black background
contrast 8.74:1
Card sample
#72abeb text on a white background
contrast 2.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #72abeb;
Background color
Panel with #72abeb background
background-color: #72abeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #72abeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 171, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 171, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #72abeb; background: linear-gradient(135deg, #72abeb, #8972EB);