#3907cf
a dark, electric violet · warm · closest name: blue
RGB
57, 7, 207
HSL
255°, 94%, 42%
CMYK
73, 97, 0, 19
Luminance
0.0553
Every format
| HEX | #3907cf |
| RGB | rgb(57, 7, 207) |
| HSL | hsl(255, 94%, 42%) |
| CMYK | cmyk(73%, 97%, 0%, 19%) |
| LAB | lab(28.2 67.3 -87.2) |
| LCH | lch(28.2 110.2 307.7) |
| OKLCH | oklch(0.412 0.253 276.1) |
Copy-ready code
/* CSS */
color: #3907cf;
background-color: #3907cf;
/* Tailwind (arbitrary) */
class="text-[#3907cf] bg-[#3907cf]"
/* SCSS */
$brand: #3907cf;
/* SwiftUI */
Color(red: 0.224, green: 0.027, blue: 0.812)
/* Android */
Color.parseColor("#3907cf")Accessibility — WCAG contrast
Aa
#3907cf on white: 9.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3907cf on black: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green2.7%
Blue81.2%
CMYK percentages
Cyan72.5%
Magenta96.6%
Yellow0.0%
Key (black)18.8%
Color previews
#3907cf text on a black background
contrast 2.11:1
Card sample
#3907cf text on a white background
contrast 9.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3907cf;
Background color
Panel with #3907cf background
background-color: #3907cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3907cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 7, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 7, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3907cf; background: linear-gradient(135deg, #3907cf, #BF07CF);