#879ade
a light, vivid blue · warm · closest name: steelblue
RGB
135, 154, 222
HSL
227°, 57%, 70%
CMYK
39, 31, 0, 13
Luminance
0.3354
Every format
| HEX | #879ade |
| RGB | rgb(135, 154, 222) |
| HSL | hsl(227, 57%, 70%) |
| CMYK | cmyk(39%, 31%, 0%, 13%) |
| LAB | lab(64.6 10.1 -36.7) |
| LCH | lch(64.6 38.0 285.4) |
| OKLCH | oklch(0.698 0.102 271.6) |
Copy-ready code
/* CSS */
color: #879ade;
background-color: #879ade;
/* Tailwind (arbitrary) */
class="text-[#879ade] bg-[#879ade]"
/* SCSS */
$brand: #879ade;
/* SwiftUI */
Color(red: 0.529, green: 0.604, blue: 0.871)
/* Android */
Color.parseColor("#879ade")Accessibility — WCAG contrast
Aa
#879ade on white: 2.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#879ade on black: 7.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.9%
Green60.4%
Blue87.1%
CMYK percentages
Cyan39.2%
Magenta30.6%
Yellow0.0%
Key (black)12.9%
Color previews
#879ade text on a black background
contrast 7.71:1
Card sample
#879ade text on a white background
contrast 2.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #879ade;
Background color
Panel with #879ade background
background-color: #879ade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #879ade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(135, 154, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(135, 154, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #879ade; background: linear-gradient(135deg, #879ade, #AE87DE);