#72adef
a light, electric blue · cool · closest name: steelblue
RGB
114, 173, 239
HSL
212°, 80%, 69%
CMYK
52, 28, 0, 6
Luminance
0.3970
Every format
| HEX | #72adef |
| RGB | rgb(114, 173, 239) |
| HSL | hsl(212, 80%, 69%) |
| CMYK | cmyk(52%, 28%, 0%, 6%) |
| LAB | lab(69.3 -0.9 -38.8) |
| LCH | lch(69.3 38.9 268.7) |
| OKLCH | oklch(0.734 0.115 252.2) |
Copy-ready code
/* CSS */
color: #72adef;
background-color: #72adef;
/* Tailwind (arbitrary) */
class="text-[#72adef] bg-[#72adef]"
/* SCSS */
$brand: #72adef;
/* SwiftUI */
Color(red: 0.447, green: 0.678, blue: 0.937)
/* Android */
Color.parseColor("#72adef")Accessibility — WCAG contrast
Aa
#72adef on white: 2.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#72adef on black: 8.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green67.8%
Blue93.7%
CMYK percentages
Cyan52.3%
Magenta27.6%
Yellow0.0%
Key (black)6.3%
Color previews
#72adef text on a black background
contrast 8.94:1
Card sample
#72adef text on a white background
contrast 2.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #72adef;
Background color
Panel with #72adef background
background-color: #72adef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #72adef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 173, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 173, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #72adef; background: linear-gradient(135deg, #72adef, #8A72EF);