#674ade
a balanced, vivid blue · warm · closest name: slateblue
RGB
103, 74, 222
HSL
252°, 69%, 58%
CMYK
54, 67, 0, 13
Luminance
0.1306
Every format
| HEX | #674ade |
| RGB | rgb(103, 74, 222) |
| HSL | hsl(252, 69%, 58%) |
| CMYK | cmyk(54%, 67%, 0%, 13%) |
| LAB | lab(42.8 49.7 -71.6) |
| LCH | lch(42.8 87.1 304.8) |
| OKLCH | oklch(0.529 0.213 285.5) |
Copy-ready code
/* CSS */
color: #674ade;
background-color: #674ade;
/* Tailwind (arbitrary) */
class="text-[#674ade] bg-[#674ade]"
/* SCSS */
$brand: #674ade;
/* SwiftUI */
Color(red: 0.404, green: 0.290, blue: 0.871)
/* Android */
Color.parseColor("#674ade")Accessibility — WCAG contrast
Aa
#674ade on white: 5.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#674ade on black: 3.61:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.4%
Green29.0%
Blue87.1%
CMYK percentages
Cyan53.6%
Magenta66.7%
Yellow0.0%
Key (black)12.9%
Color previews
#674ade text on a black background
contrast 3.61:1
Card sample
#674ade text on a white background
contrast 5.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #674ade;
Background color
Panel with #674ade background
background-color: #674ade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #674ade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(103, 74, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(103, 74, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #674ade; background: linear-gradient(135deg, #674ade, #CA4ADE);