#869ce9
a light, vivid blue · warm · closest name: steelblue
RGB
134, 156, 233
HSL
227°, 69%, 72%
CMYK
43, 33, 0, 9
Luminance
0.3473
Every format
| HEX | #869ce9 |
| RGB | rgb(134, 156, 233) |
| HSL | hsl(227, 69%, 72%) |
| CMYK | cmyk(43%, 33%, 0%, 9%) |
| LAB | lab(65.5 11.7 -41.3) |
| LCH | lch(65.5 42.9 285.9) |
| OKLCH | oklch(0.707 0.116 271.1) |
Copy-ready code
/* CSS */
color: #869ce9;
background-color: #869ce9;
/* Tailwind (arbitrary) */
class="text-[#869ce9] bg-[#869ce9]"
/* SCSS */
$brand: #869ce9;
/* SwiftUI */
Color(red: 0.525, green: 0.612, blue: 0.914)
/* Android */
Color.parseColor("#869ce9")Accessibility — WCAG contrast
Aa
#869ce9 on white: 2.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#869ce9 on black: 7.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.5%
Green61.2%
Blue91.4%
CMYK percentages
Cyan42.5%
Magenta33.0%
Yellow0.0%
Key (black)8.6%
Color previews
#869ce9 text on a black background
contrast 7.95:1
Card sample
#869ce9 text on a white background
contrast 2.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #869ce9;
Background color
Panel with #869ce9 background
background-color: #869ce9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #869ce9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(134, 156, 233, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(134, 156, 233, 0.45);
Border & gradient
Gradient panel
border: 3px solid #869ce9; background: linear-gradient(135deg, #869ce9, #B286E9);