#899ce2
a light, vivid blue · warm · closest name: steelblue
RGB
137, 156, 226
HSL
227°, 61%, 71%
CMYK
39, 31, 0, 11
Luminance
0.3459
Every format
| HEX | #899ce2 |
| RGB | rgb(137, 156, 226) |
| HSL | hsl(227, 61%, 71%) |
| CMYK | cmyk(39%, 31%, 0%, 11%) |
| LAB | lab(65.4 10.6 -37.6) |
| LCH | lch(65.4 39.0 285.7) |
| OKLCH | oklch(0.706 0.105 271.9) |
Copy-ready code
/* CSS */
color: #899ce2;
background-color: #899ce2;
/* Tailwind (arbitrary) */
class="text-[#899ce2] bg-[#899ce2]"
/* SCSS */
$brand: #899ce2;
/* SwiftUI */
Color(red: 0.537, green: 0.612, blue: 0.886)
/* Android */
Color.parseColor("#899ce2")Accessibility — WCAG contrast
Aa
#899ce2 on white: 2.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#899ce2 on black: 7.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green61.2%
Blue88.6%
CMYK percentages
Cyan39.4%
Magenta31.0%
Yellow0.0%
Key (black)11.4%
Color previews
#899ce2 text on a black background
contrast 7.92:1
Card sample
#899ce2 text on a white background
contrast 2.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #899ce2;
Background color
Panel with #899ce2 background
background-color: #899ce2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #899ce2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 156, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 156, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #899ce2; background: linear-gradient(135deg, #899ce2, #B189E2);