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