#818cdf
a light, vivid blue · warm · closest name: dodgerblue
RGB
129, 140, 223
HSL
233°, 60%, 69%
CMYK
42, 37, 0, 13
Luminance
0.2875
Every format
| HEX | #818cdf |
| RGB | rgb(129, 140, 223) |
| HSL | hsl(233, 60%, 69%) |
| CMYK | cmyk(42%, 37%, 0%, 13%) |
| LAB | lab(60.6 16.9 -43.6) |
| LCH | lch(60.6 46.8 291.2) |
| OKLCH | oklch(0.666 0.123 276.8) |
Copy-ready code
/* CSS */
color: #818cdf;
background-color: #818cdf;
/* Tailwind (arbitrary) */
class="text-[#818cdf] bg-[#818cdf]"
/* SCSS */
$brand: #818cdf;
/* SwiftUI */
Color(red: 0.506, green: 0.549, blue: 0.875)
/* Android */
Color.parseColor("#818cdf")Accessibility — WCAG contrast
Aa
#818cdf on white: 3.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#818cdf on black: 6.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.6%
Green54.9%
Blue87.5%
CMYK percentages
Cyan42.2%
Magenta37.2%
Yellow0.0%
Key (black)12.5%
Color previews
#818cdf text on a black background
contrast 6.75:1
Card sample
#818cdf text on a white background
contrast 3.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #818cdf;
Background color
Panel with #818cdf background
background-color: #818cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #818cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(129, 140, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(129, 140, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #818cdf; background: linear-gradient(135deg, #818cdf, #B581DF);