#3b1dfb
a balanced, electric blue · warm · closest name: blue
RGB
59, 29, 251
HSL
248°, 97%, 55%
CMYK
77, 88, 0, 2
Luminance
0.0877
Every format
| HEX | #3b1dfb |
| RGB | rgb(59, 29, 251) |
| HSL | hsl(248, 97%, 55%) |
| CMYK | cmyk(77%, 88%, 0%, 2%) |
| LAB | lab(35.5 73.5 -100.2) |
| LCH | lch(35.5 124.2 306.3) |
| OKLCH | oklch(0.478 0.290 272.5) |
Copy-ready code
/* CSS */
color: #3b1dfb;
background-color: #3b1dfb;
/* Tailwind (arbitrary) */
class="text-[#3b1dfb] bg-[#3b1dfb]"
/* SCSS */
$brand: #3b1dfb;
/* SwiftUI */
Color(red: 0.231, green: 0.114, blue: 0.984)
/* Android */
Color.parseColor("#3b1dfb")Accessibility — WCAG contrast
Aa
#3b1dfb on white: 7.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3b1dfb on black: 2.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.1%
Green11.4%
Blue98.4%
CMYK percentages
Cyan76.5%
Magenta88.4%
Yellow0.0%
Key (black)1.6%
Color previews
#3b1dfb text on a black background
contrast 2.75:1
Card sample
#3b1dfb text on a white background
contrast 7.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3b1dfb;
Background color
Panel with #3b1dfb background
background-color: #3b1dfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3b1dfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(59, 29, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(59, 29, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3b1dfb; background: linear-gradient(135deg, #3b1dfb, #CF1DFB);