#3b06fd
a balanced, electric blue · warm · closest name: blue
RGB
59, 6, 253
HSL
253°, 98%, 51%
CMYK
77, 98, 0, 1
Luminance
0.0815
Every format
| HEX | #3b06fd |
| RGB | rgb(59, 6, 253) |
| HSL | hsl(253, 98%, 51%) |
| CMYK | cmyk(77%, 98%, 0%, 1%) |
| LAB | lab(34.3 78.6 -103.3) |
| LCH | lch(34.3 129.8 307.2) |
| OKLCH | oklch(0.470 0.299 272.7) |
Copy-ready code
/* CSS */
color: #3b06fd;
background-color: #3b06fd;
/* Tailwind (arbitrary) */
class="text-[#3b06fd] bg-[#3b06fd]"
/* SCSS */
$brand: #3b06fd;
/* SwiftUI */
Color(red: 0.231, green: 0.024, blue: 0.992)
/* Android */
Color.parseColor("#3b06fd")Accessibility — WCAG contrast
Aa
#3b06fd on white: 7.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3b06fd on black: 2.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.1%
Green2.4%
Blue99.2%
CMYK percentages
Cyan76.7%
Magenta97.6%
Yellow0.0%
Key (black)0.8%
Color previews
#3b06fd text on a black background
contrast 2.63:1
Card sample
#3b06fd text on a white background
contrast 7.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3b06fd;
Background color
Panel with #3b06fd background
background-color: #3b06fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3b06fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(59, 6, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(59, 6, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3b06fd; background: linear-gradient(135deg, #3b06fd, #E006FD);