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