#818ce2
a light, vivid blue · warm · closest name: dodgerblue
RGB
129, 140, 226
HSL
233°, 63%, 70%
CMYK
43, 38, 0, 11
Luminance
0.2891
Every format
| HEX | #818ce2 |
| RGB | rgb(129, 140, 226) |
| HSL | hsl(233, 63%, 70%) |
| CMYK | cmyk(43%, 38%, 0%, 11%) |
| LAB | lab(60.7 17.8 -45.0) |
| LCH | lch(60.7 48.4 291.5) |
| OKLCH | oklch(0.668 0.128 276.8) |
Copy-ready code
/* CSS */
color: #818ce2;
background-color: #818ce2;
/* Tailwind (arbitrary) */
class="text-[#818ce2] bg-[#818ce2]"
/* SCSS */
$brand: #818ce2;
/* SwiftUI */
Color(red: 0.506, green: 0.549, blue: 0.886)
/* Android */
Color.parseColor("#818ce2")Accessibility — WCAG contrast
Aa
#818ce2 on white: 3.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#818ce2 on black: 6.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.6%
Green54.9%
Blue88.6%
CMYK percentages
Cyan42.9%
Magenta38.1%
Yellow0.0%
Key (black)11.4%
Color previews
#818ce2 text on a black background
contrast 6.78:1
Card sample
#818ce2 text on a white background
contrast 3.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #818ce2;
Background color
Panel with #818ce2 background
background-color: #818ce2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #818ce2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(129, 140, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(129, 140, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #818ce2; background: linear-gradient(135deg, #818ce2, #B781E2);