#85a0e4
a light, vivid blue · cool · closest name: steelblue
RGB
133, 160, 228
HSL
223°, 64%, 71%
CMYK
42, 30, 0, 11
Luminance
0.3573
Every format
| HEX | #85a0e4 |
| RGB | rgb(133, 160, 228) |
| HSL | hsl(223, 64%, 71%) |
| CMYK | cmyk(42%, 30%, 0%, 11%) |
| LAB | lab(66.3 7.8 -37.3) |
| LCH | lch(66.3 38.1 281.8) |
| OKLCH | oklch(0.712 0.104 267.2) |
Copy-ready code
/* CSS */
color: #85a0e4;
background-color: #85a0e4;
/* Tailwind (arbitrary) */
class="text-[#85a0e4] bg-[#85a0e4]"
/* SCSS */
$brand: #85a0e4;
/* SwiftUI */
Color(red: 0.522, green: 0.627, blue: 0.894)
/* Android */
Color.parseColor("#85a0e4")Accessibility — WCAG contrast
Aa
#85a0e4 on white: 2.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#85a0e4 on black: 8.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green62.7%
Blue89.4%
CMYK percentages
Cyan41.7%
Magenta29.8%
Yellow0.0%
Key (black)10.6%
Color previews
#85a0e4 text on a black background
contrast 8.15:1
Card sample
#85a0e4 text on a white background
contrast 2.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #85a0e4;
Background color
Panel with #85a0e4 background
background-color: #85a0e4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #85a0e4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 160, 228, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 160, 228, 0.45);
Border & gradient
Gradient panel
border: 3px solid #85a0e4; background: linear-gradient(135deg, #85a0e4, #A985E4);