#3c07ff
a balanced, electric blue · warm · closest name: blue
RGB
60, 7, 255
HSL
253°, 100%, 51%
CMYK
77, 97, 0, 0
Luminance
0.0833
Every format
| HEX | #3c07ff |
| RGB | rgb(60, 7, 255) |
| HSL | hsl(253, 100%, 51%) |
| CMYK | cmyk(77%, 97%, 0%, 0%) |
| LAB | lab(34.7 78.9 -103.9) |
| LCH | lch(34.7 130.4 307.2) |
| OKLCH | oklch(0.473 0.300 272.8) |
Copy-ready code
/* CSS */
color: #3c07ff;
background-color: #3c07ff;
/* Tailwind (arbitrary) */
class="text-[#3c07ff] bg-[#3c07ff]"
/* SCSS */
$brand: #3c07ff;
/* SwiftUI */
Color(red: 0.235, green: 0.027, blue: 1.000)
/* Android */
Color.parseColor("#3c07ff")Accessibility — WCAG contrast
Aa
#3c07ff on white: 7.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3c07ff on black: 2.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green2.7%
Blue100.0%
CMYK percentages
Cyan76.5%
Magenta97.3%
Yellow0.0%
Key (black)0.0%
Color previews
#3c07ff text on a black background
contrast 2.67:1
Card sample
#3c07ff text on a white background
contrast 7.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3c07ff;
Background color
Panel with #3c07ff background
background-color: #3c07ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3c07ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 7, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 7, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3c07ff; background: linear-gradient(135deg, #3c07ff, #E107FF);