#898bcb
a light, soft blue · warm · closest name: steelblue
RGB
137, 139, 203
HSL
238°, 39%, 67%
CMYK
33, 32, 0, 20
Luminance
0.2810
Every format
| HEX | #898bcb |
| RGB | rgb(137, 139, 203) |
| HSL | hsl(238, 39%, 67%) |
| CMYK | cmyk(33%, 32%, 0%, 20%) |
| LAB | lab(60.0 14.2 -33.3) |
| LCH | lch(60.0 36.2 293.1) |
| OKLCH | oklch(0.660 0.095 282.1) |
Copy-ready code
/* CSS */
color: #898bcb;
background-color: #898bcb;
/* Tailwind (arbitrary) */
class="text-[#898bcb] bg-[#898bcb]"
/* SCSS */
$brand: #898bcb;
/* SwiftUI */
Color(red: 0.537, green: 0.545, blue: 0.796)
/* Android */
Color.parseColor("#898bcb")Accessibility — WCAG contrast
Aa
#898bcb on white: 3.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#898bcb on black: 6.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green54.5%
Blue79.6%
CMYK percentages
Cyan32.5%
Magenta31.5%
Yellow0.0%
Key (black)20.4%
Color previews
#898bcb text on a black background
contrast 6.62:1
Card sample
#898bcb text on a white background
contrast 3.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #898bcb;
Background color
Panel with #898bcb background
background-color: #898bcb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #898bcb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 139, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 139, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #898bcb; background: linear-gradient(135deg, #898bcb, #B389CB);