#3b0fcd
a dark, electric blue · warm · closest name: blue
RGB
59, 15, 205
HSL
254°, 86%, 43%
CMYK
71, 93, 0, 20
Luminance
0.0568
Every format
| HEX | #3b0fcd |
| RGB | rgb(59, 15, 205) |
| HSL | hsl(254, 86%, 43%) |
| CMYK | cmyk(71%, 93%, 0%, 20%) |
| LAB | lab(28.6 65.4 -85.4) |
| LCH | lch(28.6 107.5 307.4) |
| OKLCH | oklch(0.415 0.248 276.8) |
Copy-ready code
/* CSS */
color: #3b0fcd;
background-color: #3b0fcd;
/* Tailwind (arbitrary) */
class="text-[#3b0fcd] bg-[#3b0fcd]"
/* SCSS */
$brand: #3b0fcd;
/* SwiftUI */
Color(red: 0.231, green: 0.059, blue: 0.804)
/* Android */
Color.parseColor("#3b0fcd")Accessibility — WCAG contrast
Aa
#3b0fcd on white: 9.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3b0fcd on black: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.1%
Green5.9%
Blue80.4%
CMYK percentages
Cyan71.2%
Magenta92.7%
Yellow0.0%
Key (black)19.6%
Color previews
#3b0fcd text on a black background
contrast 2.14:1
Card sample
#3b0fcd text on a white background
contrast 9.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3b0fcd;
Background color
Panel with #3b0fcd background
background-color: #3b0fcd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3b0fcd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(59, 15, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(59, 15, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3b0fcd; background: linear-gradient(135deg, #3b0fcd, #BA0FCD);