#819ce4
a light, vivid blue · cool · closest name: steelblue
RGB
129, 156, 228
HSL
224°, 65%, 70%
CMYK
43, 32, 0, 11
Luminance
0.3405
Every format
| HEX | #819ce4 |
| RGB | rgb(129, 156, 228) |
| HSL | hsl(224, 65%, 70%) |
| CMYK | cmyk(43%, 32%, 0%, 11%) |
| LAB | lab(65.0 9.1 -39.4) |
| LCH | lch(65.0 40.4 282.9) |
| OKLCH | oklch(0.701 0.111 267.8) |
Copy-ready code
/* CSS */
color: #819ce4;
background-color: #819ce4;
/* Tailwind (arbitrary) */
class="text-[#819ce4] bg-[#819ce4]"
/* SCSS */
$brand: #819ce4;
/* SwiftUI */
Color(red: 0.506, green: 0.612, blue: 0.894)
/* Android */
Color.parseColor("#819ce4")Accessibility — WCAG contrast
Aa
#819ce4 on white: 2.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#819ce4 on black: 7.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.6%
Green61.2%
Blue89.4%
CMYK percentages
Cyan43.4%
Magenta31.6%
Yellow0.0%
Key (black)10.6%
Color previews
#819ce4 text on a black background
contrast 7.81:1
Card sample
#819ce4 text on a white background
contrast 2.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #819ce4;
Background color
Panel with #819ce4 background
background-color: #819ce4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #819ce4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(129, 156, 228, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(129, 156, 228, 0.45);
Border & gradient
Gradient panel
border: 3px solid #819ce4; background: linear-gradient(135deg, #819ce4, #A881E4);