#422fdf
a balanced, vivid blue · warm · closest name: blue
RGB
66, 47, 223
HSL
247°, 73%, 53%
CMYK
70, 79, 0, 13
Luminance
0.0852
Every format
| HEX | #422fdf |
| RGB | rgb(66, 47, 223) |
| HSL | hsl(247, 73%, 53%) |
| CMYK | cmyk(70%, 79%, 0%, 13%) |
| LAB | lab(35.0 59.4 -85.1) |
| LCH | lch(35.0 103.8 304.9) |
| OKLCH | oklch(0.466 0.247 275.7) |
Copy-ready code
/* CSS */
color: #422fdf;
background-color: #422fdf;
/* Tailwind (arbitrary) */
class="text-[#422fdf] bg-[#422fdf]"
/* SCSS */
$brand: #422fdf;
/* SwiftUI */
Color(red: 0.259, green: 0.184, blue: 0.875)
/* Android */
Color.parseColor("#422fdf")Accessibility — WCAG contrast
Aa
#422fdf on white: 7.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#422fdf on black: 2.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.9%
Green18.4%
Blue87.5%
CMYK percentages
Cyan70.4%
Magenta78.9%
Yellow0.0%
Key (black)12.5%
Color previews
#422fdf text on a black background
contrast 2.70:1
Card sample
#422fdf text on a white background
contrast 7.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #422fdf;
Background color
Panel with #422fdf background
background-color: #422fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #422fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(66, 47, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(66, 47, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #422fdf; background: linear-gradient(135deg, #422fdf, #B72FDF);