#72abdf
a light, vivid blue · cool · closest name: steelblue
RGB
114, 171, 223
HSL
209°, 63%, 66%
CMYK
49, 23, 0, 13
Luminance
0.3803
Every format
| HEX | #72abdf |
| RGB | rgb(114, 171, 223) |
| HSL | hsl(209, 63%, 66%) |
| CMYK | cmyk(49%, 23%, 0%, 13%) |
| LAB | lab(68.0 -4.5 -32.0) |
| LCH | lch(68.0 32.3 262.0) |
| OKLCH | oklch(0.722 0.097 247.1) |
Copy-ready code
/* CSS */
color: #72abdf;
background-color: #72abdf;
/* Tailwind (arbitrary) */
class="text-[#72abdf] bg-[#72abdf]"
/* SCSS */
$brand: #72abdf;
/* SwiftUI */
Color(red: 0.447, green: 0.671, blue: 0.875)
/* Android */
Color.parseColor("#72abdf")Accessibility — WCAG contrast
Aa
#72abdf on white: 2.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#72abdf on black: 8.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green67.1%
Blue87.5%
CMYK percentages
Cyan48.9%
Magenta23.3%
Yellow0.0%
Key (black)12.5%
Color previews
#72abdf text on a black background
contrast 8.61:1
Card sample
#72abdf text on a white background
contrast 2.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #72abdf;
Background color
Panel with #72abdf background
background-color: #72abdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #72abdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 171, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 171, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #72abdf; background: linear-gradient(135deg, #72abdf, #8272DF);