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