#3b2cfd
a balanced, electric blue · warm · closest name: blue
RGB
59, 44, 253
HSL
244°, 98%, 58%
CMYK
77, 83, 0, 1
Luminance
0.0982
Every format
| HEX | #3b2cfd |
| RGB | rgb(59, 44, 253) |
| HSL | hsl(244, 98%, 58%) |
| CMYK | cmyk(77%, 83%, 0%, 1%) |
| LAB | lab(37.5 68.8 -98.0) |
| LCH | lch(37.5 119.7 305.1) |
| OKLCH | oklch(0.492 0.284 271.9) |
Copy-ready code
/* CSS */
color: #3b2cfd;
background-color: #3b2cfd;
/* Tailwind (arbitrary) */
class="text-[#3b2cfd] bg-[#3b2cfd]"
/* SCSS */
$brand: #3b2cfd;
/* SwiftUI */
Color(red: 0.231, green: 0.173, blue: 0.992)
/* Android */
Color.parseColor("#3b2cfd")Accessibility — WCAG contrast
Aa
#3b2cfd on white: 7.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3b2cfd on black: 2.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.1%
Green17.3%
Blue99.2%
CMYK percentages
Cyan76.7%
Magenta82.6%
Yellow0.0%
Key (black)0.8%
Color previews
#3b2cfd text on a black background
contrast 2.96:1
Card sample
#3b2cfd text on a white background
contrast 7.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3b2cfd;
Background color
Panel with #3b2cfd background
background-color: #3b2cfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3b2cfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(59, 44, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(59, 44, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3b2cfd; background: linear-gradient(135deg, #3b2cfd, #C62CFD);