#818ce4
a light, vivid blue · warm · closest name: dodgerblue
RGB
129, 140, 228
HSL
233°, 65%, 70%
CMYK
43, 39, 0, 11
Luminance
0.2902
Every format
| HEX | #818ce4 |
| RGB | rgb(129, 140, 228) |
| HSL | hsl(233, 65%, 70%) |
| CMYK | cmyk(43%, 39%, 0%, 11%) |
| LAB | lab(60.8 18.4 -46.0) |
| LCH | lch(60.8 49.5 291.8) |
| OKLCH | oklch(0.669 0.131 276.9) |
Copy-ready code
/* CSS */
color: #818ce4;
background-color: #818ce4;
/* Tailwind (arbitrary) */
class="text-[#818ce4] bg-[#818ce4]"
/* SCSS */
$brand: #818ce4;
/* SwiftUI */
Color(red: 0.506, green: 0.549, blue: 0.894)
/* Android */
Color.parseColor("#818ce4")Accessibility — WCAG contrast
Aa
#818ce4 on white: 3.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#818ce4 on black: 6.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.6%
Green54.9%
Blue89.4%
CMYK percentages
Cyan43.4%
Magenta38.6%
Yellow0.0%
Key (black)10.6%
Color previews
#818ce4 text on a black background
contrast 6.80:1
Card sample
#818ce4 text on a white background
contrast 3.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #818ce4;
Background color
Panel with #818ce4 background
background-color: #818ce4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #818ce4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(129, 140, 228, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(129, 140, 228, 0.45);
Border & gradient
Gradient panel
border: 3px solid #818ce4; background: linear-gradient(135deg, #818ce4, #B881E4);