#3d2afb
a balanced, electric blue · warm · closest name: blue
RGB
61, 42, 251
HSL
246°, 96%, 58%
CMYK
76, 83, 0, 2
Luminance
0.0961
Every format
| HEX | #3d2afb |
| RGB | rgb(61, 42, 251) |
| HSL | hsl(246, 96%, 58%) |
| CMYK | cmyk(76%, 83%, 0%, 2%) |
| LAB | lab(37.1 69.2 -97.5) |
| LCH | lch(37.1 119.5 305.3) |
| OKLCH | oklch(0.489 0.282 272.6) |
Copy-ready code
/* CSS */
color: #3d2afb;
background-color: #3d2afb;
/* Tailwind (arbitrary) */
class="text-[#3d2afb] bg-[#3d2afb]"
/* SCSS */
$brand: #3d2afb;
/* SwiftUI */
Color(red: 0.239, green: 0.165, blue: 0.984)
/* Android */
Color.parseColor("#3d2afb")Accessibility — WCAG contrast
Aa
#3d2afb on white: 7.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3d2afb on black: 2.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.9%
Green16.5%
Blue98.4%
CMYK percentages
Cyan75.7%
Magenta83.3%
Yellow0.0%
Key (black)1.6%
Color previews
#3d2afb text on a black background
contrast 2.92:1
Card sample
#3d2afb text on a white background
contrast 7.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3d2afb;
Background color
Panel with #3d2afb background
background-color: #3d2afb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3d2afb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(61, 42, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(61, 42, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3d2afb; background: linear-gradient(135deg, #3d2afb, #C92AFB);