#8899cc
a light, soft blue · warm · closest name: steelblue
RGB
136, 153, 204
HSL
225°, 40%, 67%
CMYK
33, 25, 0, 20
Luminance
0.3238
Every format
| HEX | #8899cc |
| RGB | rgb(136, 153, 204) |
| HSL | hsl(225, 40%, 67%) |
| CMYK | cmyk(33%, 25%, 0%, 20%) |
| LAB | lab(63.6 6.1 -28.1) |
| LCH | lch(63.6 28.8 282.2) |
| OKLCH | oklch(0.689 0.078 270.0) |
Copy-ready code
/* CSS */
color: #8899cc;
background-color: #8899cc;
/* Tailwind (arbitrary) */
class="text-[#8899cc] bg-[#8899cc]"
/* SCSS */
$brand: #8899cc;
/* SwiftUI */
Color(red: 0.533, green: 0.600, blue: 0.800)
/* Android */
Color.parseColor("#8899cc")Accessibility — WCAG contrast
Aa
#8899cc on white: 2.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8899cc on black: 7.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green60.0%
Blue80.0%
CMYK percentages
Cyan33.3%
Magenta25.0%
Yellow0.0%
Key (black)20.0%
Color previews
#8899cc text on a black background
contrast 7.48:1
Card sample
#8899cc text on a white background
contrast 2.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8899cc;
Background color
Panel with #8899cc background
background-color: #8899cc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8899cc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 153, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 153, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8899cc; background: linear-gradient(135deg, #8899cc, #A488CC);