#422fd2
a balanced, vivid blue · warm · closest name: navy
RGB
66, 47, 210
HSL
247°, 64%, 50%
CMYK
69, 78, 0, 18
Luminance
0.0784
Every format
| HEX | #422fd2 |
| RGB | rgb(66, 47, 210) |
| HSL | hsl(247, 64%, 50%) |
| CMYK | cmyk(69%, 78%, 0%, 18%) |
| LAB | lab(33.6 55.5 -79.9) |
| LCH | lch(33.6 97.3 304.8) |
| OKLCH | oklch(0.453 0.233 276.9) |
Copy-ready code
/* CSS */
color: #422fd2;
background-color: #422fd2;
/* Tailwind (arbitrary) */
class="text-[#422fd2] bg-[#422fd2]"
/* SCSS */
$brand: #422fd2;
/* SwiftUI */
Color(red: 0.259, green: 0.184, blue: 0.824)
/* Android */
Color.parseColor("#422fd2")Accessibility — WCAG contrast
Aa
#422fd2 on white: 8.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#422fd2 on black: 2.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.9%
Green18.4%
Blue82.4%
CMYK percentages
Cyan68.6%
Magenta77.6%
Yellow0.0%
Key (black)17.6%
Color previews
#422fd2 text on a black background
contrast 2.57:1
Card sample
#422fd2 text on a white background
contrast 8.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #422fd2;
Background color
Panel with #422fd2 background
background-color: #422fd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #422fd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(66, 47, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(66, 47, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #422fd2; background: linear-gradient(135deg, #422fd2, #AF2FD2);