#819ade
a light, vivid blue · cool · closest name: steelblue
RGB
129, 154, 222
HSL
224°, 59%, 69%
CMYK
42, 31, 0, 13
Luminance
0.3305
Every format
| HEX | #819ade |
| RGB | rgb(129, 154, 222) |
| HSL | hsl(224, 59%, 69%) |
| CMYK | cmyk(42%, 31%, 0%, 13%) |
| LAB | lab(64.2 8.5 -37.3) |
| LCH | lch(64.2 38.3 282.8) |
| OKLCH | oklch(0.694 0.104 268.2) |
Copy-ready code
/* CSS */
color: #819ade;
background-color: #819ade;
/* Tailwind (arbitrary) */
class="text-[#819ade] bg-[#819ade]"
/* SCSS */
$brand: #819ade;
/* SwiftUI */
Color(red: 0.506, green: 0.604, blue: 0.871)
/* Android */
Color.parseColor("#819ade")Accessibility — WCAG contrast
Aa
#819ade on white: 2.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#819ade on black: 7.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.6%
Green60.4%
Blue87.1%
CMYK percentages
Cyan41.9%
Magenta30.6%
Yellow0.0%
Key (black)12.9%
Color previews
#819ade text on a black background
contrast 7.61:1
Card sample
#819ade text on a white background
contrast 2.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #819ade;
Background color
Panel with #819ade background
background-color: #819ade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #819ade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(129, 154, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(129, 154, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #819ade; background: linear-gradient(135deg, #819ade, #A681DE);