#4422ca
a balanced, vivid blue · warm · closest name: navy
RGB
68, 34, 202
HSL
252°, 71%, 46%
CMYK
66, 83, 0, 21
Luminance
0.0664
Every format
| HEX | #4422ca |
| RGB | rgb(68, 34, 202) |
| HSL | hsl(252, 71%, 46%) |
| CMYK | cmyk(66%, 83%, 0%, 21%) |
| LAB | lab(31.0 59.2 -79.7) |
| LCH | lch(31.0 99.3 306.6) |
| OKLCH | oklch(0.432 0.233 279.6) |
Copy-ready code
/* CSS */
color: #4422ca;
background-color: #4422ca;
/* Tailwind (arbitrary) */
class="text-[#4422ca] bg-[#4422ca]"
/* SCSS */
$brand: #4422ca;
/* SwiftUI */
Color(red: 0.267, green: 0.133, blue: 0.792)
/* Android */
Color.parseColor("#4422ca")Accessibility — WCAG contrast
Aa
#4422ca on white: 9.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4422ca on black: 2.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green13.3%
Blue79.2%
CMYK percentages
Cyan66.3%
Magenta83.2%
Yellow0.0%
Key (black)20.8%
Color previews
#4422ca text on a black background
contrast 2.33:1
Card sample
#4422ca text on a white background
contrast 9.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4422ca;
Background color
Panel with #4422ca background
background-color: #4422ca;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4422ca;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 34, 202, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 34, 202, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4422ca; background: linear-gradient(135deg, #4422ca, #B422CA);