#3c01f4
a balanced, electric blue · warm · closest name: blue
RGB
60, 1, 244
HSL
255°, 99%, 48%
CMYK
75, 100, 0, 4
Luminance
0.0751
Every format
| HEX | #3c01f4 |
| RGB | rgb(60, 1, 244) |
| HSL | hsl(255, 99%, 48%) |
| CMYK | cmyk(75%, 100%, 0%, 4%) |
| LAB | lab(33.0 77.2 -100.5) |
| LCH | lch(33.0 126.8 307.5) |
| OKLCH | oklch(0.458 0.291 273.6) |
Copy-ready code
/* CSS */
color: #3c01f4;
background-color: #3c01f4;
/* Tailwind (arbitrary) */
class="text-[#3c01f4] bg-[#3c01f4]"
/* SCSS */
$brand: #3c01f4;
/* SwiftUI */
Color(red: 0.235, green: 0.004, blue: 0.957)
/* Android */
Color.parseColor("#3c01f4")Accessibility — WCAG contrast
Aa
#3c01f4 on white: 8.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3c01f4 on black: 2.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green0.4%
Blue95.7%
CMYK percentages
Cyan75.4%
Magenta99.6%
Yellow0.0%
Key (black)4.3%
Color previews
#3c01f4 text on a black background
contrast 2.50:1
Card sample
#3c01f4 text on a white background
contrast 8.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3c01f4;
Background color
Panel with #3c01f4 background
background-color: #3c01f4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3c01f4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 1, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 1, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3c01f4; background: linear-gradient(135deg, #3c01f4, #DE01F4);