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