#899fe2
a light, vivid blue · warm · closest name: steelblue
RGB
137, 159, 226
HSL
225°, 61%, 71%
CMYK
39, 30, 0, 11
Luminance
0.3561
Every format
| HEX | #899fe2 |
| RGB | rgb(137, 159, 226) |
| HSL | hsl(225, 61%, 71%) |
| CMYK | cmyk(39%, 30%, 0%, 11%) |
| LAB | lab(66.2 8.8 -36.4) |
| LCH | lch(66.2 37.4 283.7) |
| OKLCH | oklch(0.712 0.102 269.8) |
Copy-ready code
/* CSS */
color: #899fe2;
background-color: #899fe2;
/* Tailwind (arbitrary) */
class="text-[#899fe2] bg-[#899fe2]"
/* SCSS */
$brand: #899fe2;
/* SwiftUI */
Color(red: 0.537, green: 0.624, blue: 0.886)
/* Android */
Color.parseColor("#899fe2")Accessibility — WCAG contrast
Aa
#899fe2 on white: 2.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#899fe2 on black: 8.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green62.4%
Blue88.6%
CMYK percentages
Cyan39.4%
Magenta29.6%
Yellow0.0%
Key (black)11.4%
Color previews
#899fe2 text on a black background
contrast 8.12:1
Card sample
#899fe2 text on a white background
contrast 2.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #899fe2;
Background color
Panel with #899fe2 background
background-color: #899fe2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #899fe2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 159, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 159, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #899fe2; background: linear-gradient(135deg, #899fe2, #AE89E2);