#818ceb
a light, vivid blue · warm · closest name: dodgerblue
RGB
129, 140, 235
HSL
234°, 73%, 71%
CMYK
45, 40, 0, 8
Luminance
0.2942
Every format
| HEX | #818ceb |
| RGB | rgb(129, 140, 235) |
| HSL | hsl(234, 73%, 71%) |
| CMYK | cmyk(45%, 40%, 0%, 8%) |
| LAB | lab(61.1 20.4 -49.3) |
| LCH | lch(61.1 53.4 292.4) |
| OKLCH | oklch(0.673 0.140 276.9) |
Copy-ready code
/* CSS */
color: #818ceb;
background-color: #818ceb;
/* Tailwind (arbitrary) */
class="text-[#818ceb] bg-[#818ceb]"
/* SCSS */
$brand: #818ceb;
/* SwiftUI */
Color(red: 0.506, green: 0.549, blue: 0.922)
/* Android */
Color.parseColor("#818ceb")Accessibility — WCAG contrast
Aa
#818ceb on white: 3.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#818ceb on black: 6.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.6%
Green54.9%
Blue92.2%
CMYK percentages
Cyan45.1%
Magenta40.4%
Yellow0.0%
Key (black)7.8%
Color previews
#818ceb text on a black background
contrast 6.88:1
Card sample
#818ceb text on a white background
contrast 3.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #818ceb;
Background color
Panel with #818ceb background
background-color: #818ceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #818ceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(129, 140, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(129, 140, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #818ceb; background: linear-gradient(135deg, #818ceb, #BD81EB);