#72acf2
a light, electric blue · cool · closest name: steelblue
RGB
114, 172, 242
HSL
213°, 83%, 70%
CMYK
53, 29, 0, 5
Luminance
0.3949
Every format
| HEX | #72acf2 |
| RGB | rgb(114, 172, 242) |
| HSL | hsl(213, 83%, 70%) |
| CMYK | cmyk(53%, 29%, 0%, 5%) |
| LAB | lab(69.1 0.6 -40.7) |
| LCH | lch(69.1 40.7 270.8) |
| OKLCH | oklch(0.733 0.119 253.9) |
Copy-ready code
/* CSS */
color: #72acf2;
background-color: #72acf2;
/* Tailwind (arbitrary) */
class="text-[#72acf2] bg-[#72acf2]"
/* SCSS */
$brand: #72acf2;
/* SwiftUI */
Color(red: 0.447, green: 0.675, blue: 0.949)
/* Android */
Color.parseColor("#72acf2")Accessibility — WCAG contrast
Aa
#72acf2 on white: 2.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#72acf2 on black: 8.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green67.5%
Blue94.9%
CMYK percentages
Cyan52.9%
Magenta28.9%
Yellow0.0%
Key (black)5.1%
Color previews
#72acf2 text on a black background
contrast 8.90:1
Card sample
#72acf2 text on a white background
contrast 2.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #72acf2;
Background color
Panel with #72acf2 background
background-color: #72acf2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #72acf2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 172, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 172, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #72acf2; background: linear-gradient(135deg, #72acf2, #8D72F2);