#8686cf
a light, soft blue · warm · closest name: steelblue
RGB
134, 134, 207
HSL
240°, 43%, 67%
CMYK
35, 35, 0, 19
Luminance
0.2662
Every format
| HEX | #8686cf |
| RGB | rgb(134, 134, 207) |
| HSL | hsl(240, 43%, 67%) |
| CMYK | cmyk(35%, 35%, 0%, 19%) |
| LAB | lab(58.6 17.3 -37.6) |
| LCH | lch(58.6 41.4 294.7) |
| OKLCH | oklch(0.650 0.108 283.0) |
Copy-ready code
/* CSS */
color: #8686cf;
background-color: #8686cf;
/* Tailwind (arbitrary) */
class="text-[#8686cf] bg-[#8686cf]"
/* SCSS */
$brand: #8686cf;
/* SwiftUI */
Color(red: 0.525, green: 0.525, blue: 0.812)
/* Android */
Color.parseColor("#8686cf")Accessibility — WCAG contrast
Aa
#8686cf on white: 3.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#8686cf on black: 6.32:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.5%
Green52.5%
Blue81.2%
CMYK percentages
Cyan35.3%
Magenta35.3%
Yellow0.0%
Key (black)18.8%
Color previews
#8686cf text on a black background
contrast 6.32:1
Card sample
#8686cf text on a white background
contrast 3.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8686cf;
Background color
Panel with #8686cf background
background-color: #8686cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8686cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(134, 134, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(134, 134, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8686cf; background: linear-gradient(135deg, #8686cf, #B786CF);