#3a2cfb
a balanced, electric blue · warm · closest name: blue
RGB
58, 44, 251
HSL
244°, 96%, 58%
CMYK
77, 83, 0, 2
Luminance
0.0967
Every format
| HEX | #3a2cfb |
| RGB | rgb(58, 44, 251) |
| HSL | hsl(244, 96%, 58%) |
| CMYK | cmyk(77%, 83%, 0%, 2%) |
| LAB | lab(37.2 68.2 -97.3) |
| LCH | lch(37.2 118.9 305.0) |
| OKLCH | oklch(0.489 0.282 271.8) |
Copy-ready code
/* CSS */
color: #3a2cfb;
background-color: #3a2cfb;
/* Tailwind (arbitrary) */
class="text-[#3a2cfb] bg-[#3a2cfb]"
/* SCSS */
$brand: #3a2cfb;
/* SwiftUI */
Color(red: 0.227, green: 0.173, blue: 0.984)
/* Android */
Color.parseColor("#3a2cfb")Accessibility — WCAG contrast
Aa
#3a2cfb on white: 7.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3a2cfb on black: 2.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.7%
Green17.3%
Blue98.4%
CMYK percentages
Cyan76.9%
Magenta82.5%
Yellow0.0%
Key (black)1.6%
Color previews
#3a2cfb text on a black background
contrast 2.93:1
Card sample
#3a2cfb text on a white background
contrast 7.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3a2cfb;
Background color
Panel with #3a2cfb background
background-color: #3a2cfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3a2cfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(58, 44, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(58, 44, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3a2cfb; background: linear-gradient(135deg, #3a2cfb, #C42CFB);