#72a2df
a light, vivid blue · cool · closest name: steelblue
RGB
114, 162, 223
HSL
214°, 63%, 66%
CMYK
49, 27, 0, 13
Luminance
0.3475
Every format
| HEX | #72a2df |
| RGB | rgb(114, 162, 223) |
| HSL | hsl(214, 63%, 66%) |
| CMYK | cmyk(49%, 27%, 0%, 13%) |
| LAB | lab(65.5 0.5 -35.8) |
| LCH | lch(65.5 35.8 270.9) |
| OKLCH | oklch(0.703 0.104 254.9) |
Copy-ready code
/* CSS */
color: #72a2df;
background-color: #72a2df;
/* Tailwind (arbitrary) */
class="text-[#72a2df] bg-[#72a2df]"
/* SCSS */
$brand: #72a2df;
/* SwiftUI */
Color(red: 0.447, green: 0.635, blue: 0.875)
/* Android */
Color.parseColor("#72a2df")Accessibility — WCAG contrast
Aa
#72a2df on white: 2.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#72a2df on black: 7.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green63.5%
Blue87.5%
CMYK percentages
Cyan48.9%
Magenta27.4%
Yellow0.0%
Key (black)12.5%
Color previews
#72a2df text on a black background
contrast 7.95:1
Card sample
#72a2df text on a white background
contrast 2.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #72a2df;
Background color
Panel with #72a2df background
background-color: #72a2df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #72a2df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 162, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 162, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #72a2df; background: linear-gradient(135deg, #72a2df, #8B72DF);