#4226ad
a dark, vivid blue · warm · closest name: navy
RGB
66, 38, 173
HSL
252°, 64%, 41%
CMYK
62, 78, 0, 32
Luminance
0.0556
Every format
| HEX | #4226ad |
| RGB | rgb(66, 38, 173) |
| HSL | hsl(252, 64%, 41%) |
| CMYK | cmyk(62%, 78%, 0%, 32%) |
| LAB | lab(28.3 48.9 -67.0) |
| LCH | lch(28.3 82.9 306.2) |
| OKLCH | oklch(0.404 0.198 282.5) |
Copy-ready code
/* CSS */
color: #4226ad;
background-color: #4226ad;
/* Tailwind (arbitrary) */
class="text-[#4226ad] bg-[#4226ad]"
/* SCSS */
$brand: #4226ad;
/* SwiftUI */
Color(red: 0.259, green: 0.149, blue: 0.678)
/* Android */
Color.parseColor("#4226ad")Accessibility — WCAG contrast
Aa
#4226ad on white: 9.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4226ad on black: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.9%
Green14.9%
Blue67.8%
CMYK percentages
Cyan61.8%
Magenta78.0%
Yellow0.0%
Key (black)32.2%
Color previews
#4226ad text on a black background
contrast 2.11:1
Card sample
#4226ad text on a white background
contrast 9.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4226ad;
Background color
Panel with #4226ad background
background-color: #4226ad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4226ad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(66, 38, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(66, 38, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4226ad; background: linear-gradient(135deg, #4226ad, #9C26AD);