#3f097c
a dark, electric violet · warm · closest name: indigo
RGB
63, 9, 124
HSL
268°, 87%, 26%
CMYK
49, 93, 0, 51
Luminance
0.0271
Every format
| HEX | #3f097c |
| RGB | rgb(63, 9, 124) |
| HSL | hsl(268, 87%, 26%) |
| CMYK | cmyk(49%, 93%, 0%, 51%) |
| LAB | lab(18.8 46.5 -52.3) |
| LCH | lch(18.8 70.0 311.7) |
| OKLCH | oklch(0.322 0.167 295.8) |
Copy-ready code
/* CSS */
color: #3f097c;
background-color: #3f097c;
/* Tailwind (arbitrary) */
class="text-[#3f097c] bg-[#3f097c]"
/* SCSS */
$brand: #3f097c;
/* SwiftUI */
Color(red: 0.247, green: 0.035, blue: 0.486)
/* Android */
Color.parseColor("#3f097c")Accessibility — WCAG contrast
Aa
#3f097c on white: 13.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3f097c on black: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green3.5%
Blue48.6%
CMYK percentages
Cyan49.2%
Magenta92.7%
Yellow0.0%
Key (black)51.4%
Color previews
#3f097c text on a black background
contrast 1.54:1
Card sample
#3f097c text on a white background
contrast 13.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3f097c;
Background color
Panel with #3f097c background
background-color: #3f097c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3f097c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 9, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 9, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3f097c; background: linear-gradient(135deg, #3f097c, #7C096C);