#868eb0
a balanced, soft blue · warm · closest name: steelblue
RGB
134, 142, 176
HSL
229°, 21%, 61%
CMYK
24, 19, 0, 31
Luminance
0.2755
Every format
| HEX | #868eb0 |
| RGB | rgb(134, 142, 176) |
| HSL | hsl(229, 21%, 61%) |
| CMYK | cmyk(24%, 19%, 0%, 31%) |
| LAB | lab(59.5 4.7 -18.8) |
| LCH | lch(59.5 19.4 284.1) |
| OKLCH | oklch(0.652 0.052 274.5) |
Copy-ready code
/* CSS */
color: #868eb0;
background-color: #868eb0;
/* Tailwind (arbitrary) */
class="text-[#868eb0] bg-[#868eb0]"
/* SCSS */
$brand: #868eb0;
/* SwiftUI */
Color(red: 0.525, green: 0.557, blue: 0.690)
/* Android */
Color.parseColor("#868eb0")Accessibility — WCAG contrast
Aa
#868eb0 on white: 3.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#868eb0 on black: 6.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.5%
Green55.7%
Blue69.0%
CMYK percentages
Cyan23.9%
Magenta19.3%
Yellow0.0%
Key (black)31.0%
Color previews
#868eb0 text on a black background
contrast 6.51:1
Card sample
#868eb0 text on a white background
contrast 3.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #868eb0;
Background color
Panel with #868eb0 background
background-color: #868eb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #868eb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(134, 142, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(134, 142, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #868eb0; background: linear-gradient(135deg, #868eb0, #9A86B0);