#899ccb
a light, soft blue · cool · closest name: steelblue
RGB
137, 156, 203
HSL
223°, 39%, 67%
CMYK
33, 23, 0, 20
Luminance
0.3341
Every format
| HEX | #899ccb |
| RGB | rgb(137, 156, 203) |
| HSL | hsl(223, 39%, 67%) |
| CMYK | cmyk(33%, 23%, 0%, 20%) |
| LAB | lab(64.5 4.4 -26.3) |
| LCH | lch(64.5 26.6 279.5) |
| OKLCH | oklch(0.695 0.073 267.4) |
Copy-ready code
/* CSS */
color: #899ccb;
background-color: #899ccb;
/* Tailwind (arbitrary) */
class="text-[#899ccb] bg-[#899ccb]"
/* SCSS */
$brand: #899ccb;
/* SwiftUI */
Color(red: 0.537, green: 0.612, blue: 0.796)
/* Android */
Color.parseColor("#899ccb")Accessibility — WCAG contrast
Aa
#899ccb on white: 2.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#899ccb on black: 7.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green61.2%
Blue79.6%
CMYK percentages
Cyan32.5%
Magenta23.2%
Yellow0.0%
Key (black)20.4%
Color previews
#899ccb text on a black background
contrast 7.68:1
Card sample
#899ccb text on a white background
contrast 2.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #899ccb;
Background color
Panel with #899ccb background
background-color: #899ccb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #899ccb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 156, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 156, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #899ccb; background: linear-gradient(135deg, #899ccb, #A289CB);