#899ace
a light, soft blue · warm · closest name: steelblue
RGB
137, 154, 206
HSL
225°, 41%, 67%
CMYK
34, 25, 0, 19
Luminance
0.3289
Every format
| HEX | #899ace |
| RGB | rgb(137, 154, 206) |
| HSL | hsl(225, 41%, 67%) |
| CMYK | cmyk(34%, 25%, 0%, 19%) |
| LAB | lab(64.1 6.3 -28.6) |
| LCH | lch(64.1 29.3 282.5) |
| OKLCH | oklch(0.692 0.079 270.3) |
Copy-ready code
/* CSS */
color: #899ace;
background-color: #899ace;
/* Tailwind (arbitrary) */
class="text-[#899ace] bg-[#899ace]"
/* SCSS */
$brand: #899ace;
/* SwiftUI */
Color(red: 0.537, green: 0.604, blue: 0.808)
/* Android */
Color.parseColor("#899ace")Accessibility — WCAG contrast
Aa
#899ace on white: 2.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#899ace on black: 7.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green60.4%
Blue80.8%
CMYK percentages
Cyan33.5%
Magenta25.2%
Yellow0.0%
Key (black)19.2%
Color previews
#899ace text on a black background
contrast 7.58:1
Card sample
#899ace text on a white background
contrast 2.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #899ace;
Background color
Panel with #899ace background
background-color: #899ace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #899ace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 154, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 154, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #899ace; background: linear-gradient(135deg, #899ace, #A689CE);