#424cdf
a balanced, vivid blue · warm · closest name: slateblue
RGB
66, 76, 223
HSL
236°, 71%, 57%
CMYK
70, 66, 0, 13
Luminance
0.1165
Every format
| HEX | #424cdf |
| RGB | rgb(66, 76, 223) |
| HSL | hsl(236, 71%, 57%) |
| CMYK | cmyk(70%, 66%, 0%, 13%) |
| LAB | lab(40.7 43.7 -75.8) |
| LCH | lch(40.7 87.5 300.0) |
| OKLCH | oklch(0.506 0.219 272.6) |
Copy-ready code
/* CSS */
color: #424cdf;
background-color: #424cdf;
/* Tailwind (arbitrary) */
class="text-[#424cdf] bg-[#424cdf]"
/* SCSS */
$brand: #424cdf;
/* SwiftUI */
Color(red: 0.259, green: 0.298, blue: 0.875)
/* Android */
Color.parseColor("#424cdf")Accessibility — WCAG contrast
Aa
#424cdf on white: 6.30:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#424cdf on black: 3.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.9%
Green29.8%
Blue87.5%
CMYK percentages
Cyan70.4%
Magenta65.9%
Yellow0.0%
Key (black)12.5%
Color previews
#424cdf text on a black background
contrast 3.33:1
Card sample
#424cdf text on a white background
contrast 6.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #424cdf;
Background color
Panel with #424cdf background
background-color: #424cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #424cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(66, 76, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(66, 76, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #424cdf; background: linear-gradient(135deg, #424cdf, #A142DF);