#899cdf
a light, vivid blue · warm · closest name: steelblue
RGB
137, 156, 223
HSL
227°, 57%, 71%
CMYK
39, 30, 0, 13
Luminance
0.3442
Every format
| HEX | #899cdf |
| RGB | rgb(137, 156, 223) |
| HSL | hsl(227, 57%, 71%) |
| CMYK | cmyk(39%, 30%, 0%, 13%) |
| LAB | lab(65.3 9.7 -36.1) |
| LCH | lch(65.3 37.4 285.1) |
| OKLCH | oklch(0.704 0.101 271.5) |
Copy-ready code
/* CSS */
color: #899cdf;
background-color: #899cdf;
/* Tailwind (arbitrary) */
class="text-[#899cdf] bg-[#899cdf]"
/* SCSS */
$brand: #899cdf;
/* SwiftUI */
Color(red: 0.537, green: 0.612, blue: 0.875)
/* Android */
Color.parseColor("#899cdf")Accessibility — WCAG contrast
Aa
#899cdf on white: 2.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#899cdf on black: 7.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green61.2%
Blue87.5%
CMYK percentages
Cyan38.6%
Magenta30.0%
Yellow0.0%
Key (black)12.5%
Color previews
#899cdf text on a black background
contrast 7.88:1
Card sample
#899cdf text on a white background
contrast 2.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #899cdf;
Background color
Panel with #899cdf background
background-color: #899cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #899cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 156, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 156, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #899cdf; background: linear-gradient(135deg, #899cdf, #AF89DF);