#4a2fff
a balanced, electric blue · warm · closest name: blue
RGB
74, 47, 255
HSL
248°, 100%, 59%
CMYK
71, 82, 0, 0
Luminance
0.1071
Every format
| HEX | #4a2fff |
| RGB | rgb(74, 47, 255) |
| HSL | hsl(248, 100%, 59%) |
| CMYK | cmyk(71%, 82%, 0%, 0%) |
| LAB | lab(39.1 69.0 -96.5) |
| LCH | lch(39.1 118.6 305.6) |
| OKLCH | oklch(0.506 0.280 275.4) |
Copy-ready code
/* CSS */
color: #4a2fff;
background-color: #4a2fff;
/* Tailwind (arbitrary) */
class="text-[#4a2fff] bg-[#4a2fff]"
/* SCSS */
$brand: #4a2fff;
/* SwiftUI */
Color(red: 0.290, green: 0.184, blue: 1.000)
/* Android */
Color.parseColor("#4a2fff")Accessibility — WCAG contrast
Aa
#4a2fff on white: 6.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#4a2fff on black: 3.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.0%
Green18.4%
Blue100.0%
CMYK percentages
Cyan71.0%
Magenta81.6%
Yellow0.0%
Key (black)0.0%
Color previews
#4a2fff text on a black background
contrast 3.14:1
Card sample
#4a2fff text on a white background
contrast 6.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4a2fff;
Background color
Panel with #4a2fff background
background-color: #4a2fff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4a2fff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(74, 47, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(74, 47, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4a2fff; background: linear-gradient(135deg, #4a2fff, #D52FFF);