#3b2adf
a balanced, vivid blue · warm · closest name: blue
RGB
59, 42, 223
HSL
246°, 74%, 52%
CMYK
74, 81, 0, 13
Luminance
0.0791
Every format
| HEX | #3b2adf |
| RGB | rgb(59, 42, 223) |
| HSL | hsl(246, 74%, 52%) |
| CMYK | cmyk(74%, 81%, 0%, 13%) |
| LAB | lab(33.8 61.1 -87.2) |
| LCH | lch(33.8 106.5 305.0) |
| OKLCH | oklch(0.456 0.253 274.0) |
Copy-ready code
/* CSS */
color: #3b2adf;
background-color: #3b2adf;
/* Tailwind (arbitrary) */
class="text-[#3b2adf] bg-[#3b2adf]"
/* SCSS */
$brand: #3b2adf;
/* SwiftUI */
Color(red: 0.231, green: 0.165, blue: 0.875)
/* Android */
Color.parseColor("#3b2adf")Accessibility — WCAG contrast
Aa
#3b2adf on white: 8.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3b2adf on black: 2.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.1%
Green16.5%
Blue87.5%
CMYK percentages
Cyan73.5%
Magenta81.2%
Yellow0.0%
Key (black)12.5%
Color previews
#3b2adf text on a black background
contrast 2.58:1
Card sample
#3b2adf text on a white background
contrast 8.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3b2adf;
Background color
Panel with #3b2adf background
background-color: #3b2adf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3b2adf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(59, 42, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(59, 42, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3b2adf; background: linear-gradient(135deg, #3b2adf, #B42ADF);