#4422ff
a balanced, electric blue · warm · closest name: blue
RGB
68, 34, 255
HSL
249°, 100%, 57%
CMYK
73, 87, 0, 0
Luminance
0.0959
Every format
| HEX | #4422ff |
| RGB | rgb(68, 34, 255) |
| HSL | hsl(249, 100%, 57%) |
| CMYK | cmyk(73%, 87%, 0%, 0%) |
| LAB | lab(37.1 73.4 -99.8) |
| LCH | lch(37.1 123.9 306.3) |
| OKLCH | oklch(0.491 0.289 274.4) |
Copy-ready code
/* CSS */
color: #4422ff;
background-color: #4422ff;
/* Tailwind (arbitrary) */
class="text-[#4422ff] bg-[#4422ff]"
/* SCSS */
$brand: #4422ff;
/* SwiftUI */
Color(red: 0.267, green: 0.133, blue: 1.000)
/* Android */
Color.parseColor("#4422ff")Accessibility — WCAG contrast
Aa
#4422ff on white: 7.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4422ff on black: 2.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green13.3%
Blue100.0%
CMYK percentages
Cyan73.3%
Magenta86.7%
Yellow0.0%
Key (black)0.0%
Color previews
#4422ff text on a black background
contrast 2.92:1
Card sample
#4422ff text on a white background
contrast 7.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4422ff;
Background color
Panel with #4422ff background
background-color: #4422ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4422ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 34, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 34, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4422ff; background: linear-gradient(135deg, #4422ff, #D722FF);