#879fdf
a light, vivid blue · cool · closest name: steelblue
RGB
135, 159, 223
HSL
224°, 58%, 70%
CMYK
40, 29, 0, 13
Luminance
0.3527
Every format
| HEX | #879fdf |
| RGB | rgb(135, 159, 223) |
| HSL | hsl(224, 58%, 70%) |
| CMYK | cmyk(40%, 29%, 0%, 13%) |
| LAB | lab(66.0 7.5 -35.1) |
| LCH | lch(66.0 35.9 282.0) |
| OKLCH | oklch(0.709 0.098 268.1) |
Copy-ready code
/* CSS */
color: #879fdf;
background-color: #879fdf;
/* Tailwind (arbitrary) */
class="text-[#879fdf] bg-[#879fdf]"
/* SCSS */
$brand: #879fdf;
/* SwiftUI */
Color(red: 0.529, green: 0.624, blue: 0.875)
/* Android */
Color.parseColor("#879fdf")Accessibility — WCAG contrast
Aa
#879fdf on white: 2.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#879fdf on black: 8.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.9%
Green62.4%
Blue87.5%
CMYK percentages
Cyan39.5%
Magenta28.7%
Yellow0.0%
Key (black)12.5%
Color previews
#879fdf text on a black background
contrast 8.05:1
Card sample
#879fdf text on a white background
contrast 2.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #879fdf;
Background color
Panel with #879fdf background
background-color: #879fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #879fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(135, 159, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(135, 159, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #879fdf; background: linear-gradient(135deg, #879fdf, #AA87DF);