#72acf5
a light, electric blue · cool · closest name: steelblue
RGB
114, 172, 245
HSL
213°, 87%, 70%
CMYK
54, 30, 0, 4
Luminance
0.3968
Every format
| HEX | #72acf5 |
| RGB | rgb(114, 172, 245) |
| HSL | hsl(213, 87%, 70%) |
| CMYK | cmyk(54%, 30%, 0%, 4%) |
| LAB | lab(69.2 1.5 -42.1) |
| LCH | lch(69.2 42.2 272.0) |
| OKLCH | oklch(0.735 0.123 254.8) |
Copy-ready code
/* CSS */
color: #72acf5;
background-color: #72acf5;
/* Tailwind (arbitrary) */
class="text-[#72acf5] bg-[#72acf5]"
/* SCSS */
$brand: #72acf5;
/* SwiftUI */
Color(red: 0.447, green: 0.675, blue: 0.961)
/* Android */
Color.parseColor("#72acf5")Accessibility — WCAG contrast
Aa
#72acf5 on white: 2.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#72acf5 on black: 8.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green67.5%
Blue96.1%
CMYK percentages
Cyan53.5%
Magenta29.8%
Yellow0.0%
Key (black)3.9%
Color previews
#72acf5 text on a black background
contrast 8.94:1
Card sample
#72acf5 text on a white background
contrast 2.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #72acf5;
Background color
Panel with #72acf5 background
background-color: #72acf5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #72acf5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 172, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 172, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #72acf5; background: linear-gradient(135deg, #72acf5, #8F72F5);