#898fd2
a light, soft blue · warm · closest name: steelblue
RGB
137, 143, 210
HSL
235°, 45%, 68%
CMYK
35, 32, 0, 18
Luminance
0.2962
Every format
| HEX | #898fd2 |
| RGB | rgb(137, 143, 210) |
| HSL | hsl(235, 45%, 68%) |
| CMYK | cmyk(35%, 32%, 0%, 18%) |
| LAB | lab(61.3 13.7 -35.1) |
| LCH | lch(61.3 37.7 291.4) |
| OKLCH | oklch(0.672 0.099 279.4) |
Copy-ready code
/* CSS */
color: #898fd2;
background-color: #898fd2;
/* Tailwind (arbitrary) */
class="text-[#898fd2] bg-[#898fd2]"
/* SCSS */
$brand: #898fd2;
/* SwiftUI */
Color(red: 0.537, green: 0.561, blue: 0.824)
/* Android */
Color.parseColor("#898fd2")Accessibility — WCAG contrast
Aa
#898fd2 on white: 3.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#898fd2 on black: 6.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green56.1%
Blue82.4%
CMYK percentages
Cyan34.8%
Magenta31.9%
Yellow0.0%
Key (black)17.6%
Color previews
#898fd2 text on a black background
contrast 6.92:1
Card sample
#898fd2 text on a white background
contrast 3.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #898fd2;
Background color
Panel with #898fd2 background
background-color: #898fd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #898fd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 143, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 143, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #898fd2; background: linear-gradient(135deg, #898fd2, #B489D2);