#4a33ff
a balanced, electric blue · warm · closest name: blue
RGB
74, 51, 255
HSL
247°, 100%, 60%
CMYK
71, 80, 0, 0
Luminance
0.1104
Every format
| HEX | #4a33ff |
| RGB | rgb(74, 51, 255) |
| HSL | hsl(247, 100%, 60%) |
| CMYK | cmyk(71%, 80%, 0%, 0%) |
| LAB | lab(39.6 67.4 -95.5) |
| LCH | lch(39.6 116.9 305.2) |
| OKLCH | oklch(0.510 0.277 275.2) |
Copy-ready code
/* CSS */
color: #4a33ff;
background-color: #4a33ff;
/* Tailwind (arbitrary) */
class="text-[#4a33ff] bg-[#4a33ff]"
/* SCSS */
$brand: #4a33ff;
/* SwiftUI */
Color(red: 0.290, green: 0.200, blue: 1.000)
/* Android */
Color.parseColor("#4a33ff")Accessibility — WCAG contrast
Aa
#4a33ff on white: 6.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#4a33ff on black: 3.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.0%
Green20.0%
Blue100.0%
CMYK percentages
Cyan71.0%
Magenta80.0%
Yellow0.0%
Key (black)0.0%
Color previews
#4a33ff text on a black background
contrast 3.21:1
Card sample
#4a33ff text on a white background
contrast 6.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4a33ff;
Background color
Panel with #4a33ff background
background-color: #4a33ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4a33ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(74, 51, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(74, 51, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4a33ff; background: linear-gradient(135deg, #4a33ff, #D233FF);