#72acf0
a light, electric blue · cool · closest name: steelblue
RGB
114, 172, 240
HSL
212°, 81%, 69%
CMYK
53, 28, 0, 6
Luminance
0.3937
Every format
| HEX | #72acf0 |
| RGB | rgb(114, 172, 240) |
| HSL | hsl(212, 81%, 69%) |
| CMYK | cmyk(53%, 28%, 0%, 6%) |
| LAB | lab(69.0 -0.0 -39.8) |
| LCH | lch(69.0 39.8 270.0) |
| OKLCH | oklch(0.732 0.117 253.2) |
Copy-ready code
/* CSS */
color: #72acf0;
background-color: #72acf0;
/* Tailwind (arbitrary) */
class="text-[#72acf0] bg-[#72acf0]"
/* SCSS */
$brand: #72acf0;
/* SwiftUI */
Color(red: 0.447, green: 0.675, blue: 0.941)
/* Android */
Color.parseColor("#72acf0")Accessibility — WCAG contrast
Aa
#72acf0 on white: 2.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#72acf0 on black: 8.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green67.5%
Blue94.1%
CMYK percentages
Cyan52.5%
Magenta28.3%
Yellow0.0%
Key (black)5.9%
Color previews
#72acf0 text on a black background
contrast 8.87:1
Card sample
#72acf0 text on a white background
contrast 2.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #72acf0;
Background color
Panel with #72acf0 background
background-color: #72acf0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #72acf0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 172, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 172, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #72acf0; background: linear-gradient(135deg, #72acf0, #8C72F0);