#674cdf
a balanced, vivid blue · warm · closest name: slateblue
RGB
103, 76, 223
HSL
251°, 70%, 59%
CMYK
54, 66, 0, 13
Luminance
0.1338
Every format
| HEX | #674cdf |
| RGB | rgb(103, 76, 223) |
| HSL | hsl(251, 70%, 59%) |
| CMYK | cmyk(54%, 66%, 0%, 13%) |
| LAB | lab(43.3 48.9 -71.3) |
| LCH | lch(43.3 86.5 304.4) |
| OKLCH | oklch(0.532 0.212 285.0) |
Copy-ready code
/* CSS */
color: #674cdf;
background-color: #674cdf;
/* Tailwind (arbitrary) */
class="text-[#674cdf] bg-[#674cdf]"
/* SCSS */
$brand: #674cdf;
/* SwiftUI */
Color(red: 0.404, green: 0.298, blue: 0.875)
/* Android */
Color.parseColor("#674cdf")Accessibility — WCAG contrast
Aa
#674cdf on white: 5.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#674cdf on black: 3.68:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.4%
Green29.8%
Blue87.5%
CMYK percentages
Cyan53.8%
Magenta65.9%
Yellow0.0%
Key (black)12.5%
Color previews
#674cdf text on a black background
contrast 3.68:1
Card sample
#674cdf text on a white background
contrast 5.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #674cdf;
Background color
Panel with #674cdf background
background-color: #674cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #674cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(103, 76, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(103, 76, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #674cdf; background: linear-gradient(135deg, #674cdf, #C94CDF);