#3f0cbf
a dark, electric violet · warm · closest name: navy
RGB
63, 12, 191
HSL
257°, 88%, 40%
CMYK
67, 94, 0, 25
Luminance
0.0508
Every format
| HEX | #3f0cbf |
| RGB | rgb(63, 12, 191) |
| HSL | hsl(257, 88%, 40%) |
| CMYK | cmyk(67%, 94%, 0%, 25%) |
| LAB | lab(27.0 62.7 -79.9) |
| LCH | lch(27.0 101.5 308.1) |
| OKLCH | oklch(0.400 0.234 280.2) |
Copy-ready code
/* CSS */
color: #3f0cbf;
background-color: #3f0cbf;
/* Tailwind (arbitrary) */
class="text-[#3f0cbf] bg-[#3f0cbf]"
/* SCSS */
$brand: #3f0cbf;
/* SwiftUI */
Color(red: 0.247, green: 0.047, blue: 0.749)
/* Android */
Color.parseColor("#3f0cbf")Accessibility — WCAG contrast
Aa
#3f0cbf on white: 10.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3f0cbf on black: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green4.7%
Blue74.9%
CMYK percentages
Cyan67.0%
Magenta93.7%
Yellow0.0%
Key (black)25.1%
Color previews
#3f0cbf text on a black background
contrast 2.02:1
Card sample
#3f0cbf text on a white background
contrast 10.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3f0cbf;
Background color
Panel with #3f0cbf background
background-color: #3f0cbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3f0cbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 12, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 12, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3f0cbf; background: linear-gradient(135deg, #3f0cbf, #B60CBF);