#3b00ff
a balanced, electric blue · warm · closest name: blue
RGB
59, 0, 255
HSL
254°, 100%, 50%
CMYK
77, 100, 0, 0
Luminance
0.0815
Every format
| HEX | #3b00ff |
| RGB | rgb(59, 0, 255) |
| HSL | hsl(254, 100%, 50%) |
| CMYK | cmyk(77%, 100%, 0%, 0%) |
| LAB | lab(34.3 79.9 -104.5) |
| LCH | lch(34.3 131.5 307.4) |
| OKLCH | oklch(0.471 0.302 272.6) |
Copy-ready code
/* CSS */
color: #3b00ff;
background-color: #3b00ff;
/* Tailwind (arbitrary) */
class="text-[#3b00ff] bg-[#3b00ff]"
/* SCSS */
$brand: #3b00ff;
/* SwiftUI */
Color(red: 0.231, green: 0.000, blue: 1.000)
/* Android */
Color.parseColor("#3b00ff")Accessibility — WCAG contrast
Aa
#3b00ff on white: 7.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3b00ff on black: 2.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.1%
Green0.0%
Blue100.0%
CMYK percentages
Cyan76.9%
Magenta100.0%
Yellow0.0%
Key (black)0.0%
Color previews
#3b00ff text on a black background
contrast 2.63:1
Card sample
#3b00ff text on a white background
contrast 7.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3b00ff;
Background color
Panel with #3b00ff background
background-color: #3b00ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3b00ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(59, 0, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(59, 0, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3b00ff; background: linear-gradient(135deg, #3b00ff, #E500FF);