#3c07cf
a dark, electric violet · warm · closest name: blue
RGB
60, 7, 207
HSL
256°, 94%, 42%
CMYK
71, 97, 0, 19
Luminance
0.0562
Every format
| HEX | #3c07cf |
| RGB | rgb(60, 7, 207) |
| HSL | hsl(256, 94%, 42%) |
| CMYK | cmyk(71%, 97%, 0%, 19%) |
| LAB | lab(28.4 67.4 -86.8) |
| LCH | lch(28.4 110.0 307.8) |
| OKLCH | oklch(0.415 0.253 277.1) |
Copy-ready code
/* CSS */
color: #3c07cf;
background-color: #3c07cf;
/* Tailwind (arbitrary) */
class="text-[#3c07cf] bg-[#3c07cf]"
/* SCSS */
$brand: #3c07cf;
/* SwiftUI */
Color(red: 0.235, green: 0.027, blue: 0.812)
/* Android */
Color.parseColor("#3c07cf")Accessibility — WCAG contrast
Aa
#3c07cf on white: 9.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3c07cf on black: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green2.7%
Blue81.2%
CMYK percentages
Cyan71.0%
Magenta96.6%
Yellow0.0%
Key (black)18.8%
Color previews
#3c07cf text on a black background
contrast 2.12:1
Card sample
#3c07cf text on a white background
contrast 9.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3c07cf;
Background color
Panel with #3c07cf background
background-color: #3c07cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3c07cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 7, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 7, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3c07cf; background: linear-gradient(135deg, #3c07cf, #C207CF);