#868cdf
a light, vivid blue · warm · closest name: dodgerblue
RGB
134, 140, 223
HSL
236°, 58%, 70%
CMYK
40, 37, 0, 13
Luminance
0.2915
Every format
| HEX | #868cdf |
| RGB | rgb(134, 140, 223) |
| HSL | hsl(236, 58%, 70%) |
| CMYK | cmyk(40%, 37%, 0%, 13%) |
| LAB | lab(60.9 18.2 -43.0) |
| LCH | lch(60.9 46.7 292.9) |
| OKLCH | oklch(0.670 0.122 279.4) |
Copy-ready code
/* CSS */
color: #868cdf;
background-color: #868cdf;
/* Tailwind (arbitrary) */
class="text-[#868cdf] bg-[#868cdf]"
/* SCSS */
$brand: #868cdf;
/* SwiftUI */
Color(red: 0.525, green: 0.549, blue: 0.875)
/* Android */
Color.parseColor("#868cdf")Accessibility — WCAG contrast
Aa
#868cdf on white: 3.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#868cdf on black: 6.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.5%
Green54.9%
Blue87.5%
CMYK percentages
Cyan39.9%
Magenta37.2%
Yellow0.0%
Key (black)12.5%
Color previews
#868cdf text on a black background
contrast 6.83:1
Card sample
#868cdf text on a white background
contrast 3.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #868cdf;
Background color
Panel with #868cdf background
background-color: #868cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #868cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(134, 140, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(134, 140, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #868cdf; background: linear-gradient(135deg, #868cdf, #BB86DF);