#898cdf
a light, vivid blue · warm · closest name: dodgerblue
RGB
137, 140, 223
HSL
238°, 57%, 71%
CMYK
39, 37, 0, 13
Luminance
0.2940
Every format
| HEX | #898cdf |
| RGB | rgb(137, 140, 223) |
| HSL | hsl(238, 57%, 71%) |
| CMYK | cmyk(39%, 37%, 0%, 13%) |
| LAB | lab(61.1 19.0 -42.6) |
| LCH | lch(61.1 46.7 294.0) |
| OKLCH | oklch(0.672 0.122 281.0) |
Copy-ready code
/* CSS */
color: #898cdf;
background-color: #898cdf;
/* Tailwind (arbitrary) */
class="text-[#898cdf] bg-[#898cdf]"
/* SCSS */
$brand: #898cdf;
/* SwiftUI */
Color(red: 0.537, green: 0.549, blue: 0.875)
/* Android */
Color.parseColor("#898cdf")Accessibility — WCAG contrast
Aa
#898cdf on white: 3.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#898cdf on black: 6.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green54.9%
Blue87.5%
CMYK percentages
Cyan38.6%
Magenta37.2%
Yellow0.0%
Key (black)12.5%
Color previews
#898cdf text on a black background
contrast 6.88:1
Card sample
#898cdf text on a white background
contrast 3.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #898cdf;
Background color
Panel with #898cdf background
background-color: #898cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #898cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 140, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 140, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #898cdf; background: linear-gradient(135deg, #898cdf, #BF89DF);