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