#858eb2
a balanced, soft blue · warm · closest name: steelblue
RGB
133, 142, 178
HSL
228°, 23%, 61%
CMYK
25, 20, 0, 30
Luminance
0.2755
Every format
| HEX | #858eb2 |
| RGB | rgb(133, 142, 178) |
| HSL | hsl(228, 23%, 61%) |
| CMYK | cmyk(25%, 20%, 0%, 30%) |
| LAB | lab(59.5 4.9 -19.9) |
| LCH | lch(59.5 20.5 283.8) |
| OKLCH | oklch(0.652 0.055 273.8) |
Copy-ready code
/* CSS */
color: #858eb2;
background-color: #858eb2;
/* Tailwind (arbitrary) */
class="text-[#858eb2] bg-[#858eb2]"
/* SCSS */
$brand: #858eb2;
/* SwiftUI */
Color(red: 0.522, green: 0.557, blue: 0.698)
/* Android */
Color.parseColor("#858eb2")Accessibility — WCAG contrast
Aa
#858eb2 on white: 3.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#858eb2 on black: 6.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green55.7%
Blue69.8%
CMYK percentages
Cyan25.3%
Magenta20.2%
Yellow0.0%
Key (black)30.2%
Color previews
#858eb2 text on a black background
contrast 6.51:1
Card sample
#858eb2 text on a white background
contrast 3.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #858eb2;
Background color
Panel with #858eb2 background
background-color: #858eb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #858eb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 142, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 142, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #858eb2; background: linear-gradient(135deg, #858eb2, #9A85B2);