#818ce6
a light, vivid blue · warm · closest name: dodgerblue
RGB
129, 140, 230
HSL
234°, 67%, 70%
CMYK
44, 39, 0, 10
Luminance
0.2914
Every format
| HEX | #818ce6 |
| RGB | rgb(129, 140, 230) |
| HSL | hsl(234, 67%, 70%) |
| CMYK | cmyk(44%, 39%, 0%, 10%) |
| LAB | lab(60.9 18.9 -46.9) |
| LCH | lch(60.9 50.6 292.0) |
| OKLCH | oklch(0.670 0.133 276.9) |
Copy-ready code
/* CSS */
color: #818ce6;
background-color: #818ce6;
/* Tailwind (arbitrary) */
class="text-[#818ce6] bg-[#818ce6]"
/* SCSS */
$brand: #818ce6;
/* SwiftUI */
Color(red: 0.506, green: 0.549, blue: 0.902)
/* Android */
Color.parseColor("#818ce6")Accessibility — WCAG contrast
Aa
#818ce6 on white: 3.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#818ce6 on black: 6.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.6%
Green54.9%
Blue90.2%
CMYK percentages
Cyan43.9%
Magenta39.1%
Yellow0.0%
Key (black)9.8%
Color previews
#818ce6 text on a black background
contrast 6.83:1
Card sample
#818ce6 text on a white background
contrast 3.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #818ce6;
Background color
Panel with #818ce6 background
background-color: #818ce6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #818ce6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(129, 140, 230, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(129, 140, 230, 0.45);
Border & gradient
Gradient panel
border: 3px solid #818ce6; background: linear-gradient(135deg, #818ce6, #B981E6);