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