#858fdf
a light, vivid blue · warm · closest name: dodgerblue
RGB
133, 143, 223
HSL
233°, 58%, 70%
CMYK
40, 36, 0, 13
Luminance
0.2996
Every format
| HEX | #858fdf |
| RGB | rgb(133, 143, 223) |
| HSL | hsl(233, 58%, 70%) |
| CMYK | cmyk(40%, 36%, 0%, 13%) |
| LAB | lab(61.6 16.2 -41.9) |
| LCH | lch(61.6 44.9 291.1) |
| OKLCH | oklch(0.675 0.119 277.3) |
Copy-ready code
/* CSS */
color: #858fdf;
background-color: #858fdf;
/* Tailwind (arbitrary) */
class="text-[#858fdf] bg-[#858fdf]"
/* SCSS */
$brand: #858fdf;
/* SwiftUI */
Color(red: 0.522, green: 0.561, blue: 0.875)
/* Android */
Color.parseColor("#858fdf")Accessibility — WCAG contrast
Aa
#858fdf on white: 3.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#858fdf on black: 6.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green56.1%
Blue87.5%
CMYK percentages
Cyan40.4%
Magenta35.9%
Yellow0.0%
Key (black)12.5%
Color previews
#858fdf text on a black background
contrast 6.99:1
Card sample
#858fdf text on a white background
contrast 3.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #858fdf;
Background color
Panel with #858fdf background
background-color: #858fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #858fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 143, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 143, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #858fdf; background: linear-gradient(135deg, #858fdf, #B785DF);