#898eee
a light, vivid blue · warm · closest name: dodgerblue
RGB
137, 142, 238
HSL
237°, 75%, 74%
CMYK
42, 40, 0, 7
Luminance
0.3084
Every format
| HEX | #898eee |
| RGB | rgb(137, 142, 238) |
| HSL | hsl(237, 75%, 74%) |
| CMYK | cmyk(42%, 40%, 0%, 7%) |
| LAB | lab(62.4 22.0 -49.0) |
| LCH | lch(62.4 53.7 294.2) |
| OKLCH | oklch(0.684 0.140 279.7) |
Copy-ready code
/* CSS */
color: #898eee;
background-color: #898eee;
/* Tailwind (arbitrary) */
class="text-[#898eee] bg-[#898eee]"
/* SCSS */
$brand: #898eee;
/* SwiftUI */
Color(red: 0.537, green: 0.557, blue: 0.933)
/* Android */
Color.parseColor("#898eee")Accessibility — WCAG contrast
Aa
#898eee on white: 2.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#898eee on black: 7.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green55.7%
Blue93.3%
CMYK percentages
Cyan42.4%
Magenta40.3%
Yellow0.0%
Key (black)6.7%
Color previews
#898eee text on a black background
contrast 7.17:1
Card sample
#898eee text on a white background
contrast 2.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #898eee;
Background color
Panel with #898eee background
background-color: #898eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #898eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 142, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 142, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #898eee; background: linear-gradient(135deg, #898eee, #C789EE);