#898acf
a light, soft blue · warm · closest name: steelblue
RGB
137, 138, 207
HSL
239°, 42%, 68%
CMYK
34, 33, 0, 19
Luminance
0.2800
Every format
| HEX | #898acf |
| RGB | rgb(137, 138, 207) |
| HSL | hsl(239, 42%, 68%) |
| CMYK | cmyk(34%, 33%, 0%, 19%) |
| LAB | lab(59.9 15.8 -35.6) |
| LCH | lch(59.9 39.0 293.9) |
| OKLCH | oklch(0.660 0.102 282.6) |
Copy-ready code
/* CSS */
color: #898acf;
background-color: #898acf;
/* Tailwind (arbitrary) */
class="text-[#898acf] bg-[#898acf]"
/* SCSS */
$brand: #898acf;
/* SwiftUI */
Color(red: 0.537, green: 0.541, blue: 0.812)
/* Android */
Color.parseColor("#898acf")Accessibility — WCAG contrast
Aa
#898acf on white: 3.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#898acf on black: 6.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green54.1%
Blue81.2%
CMYK percentages
Cyan33.8%
Magenta33.3%
Yellow0.0%
Key (black)18.8%
Color previews
#898acf text on a black background
contrast 6.60:1
Card sample
#898acf text on a white background
contrast 3.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #898acf;
Background color
Panel with #898acf background
background-color: #898acf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #898acf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 138, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 138, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #898acf; background: linear-gradient(135deg, #898acf, #B789CF);