#4f0dbf
a dark, electric violet · warm · closest name: navy
RGB
79, 13, 191
HSL
262°, 87%, 40%
CMYK
59, 93, 0, 25
Luminance
0.0571
Every format
| HEX | #4f0dbf |
| RGB | rgb(79, 13, 191) |
| HSL | hsl(262, 87%, 40%) |
| CMYK | cmyk(59%, 93%, 0%, 25%) |
| LAB | lab(28.7 63.5 -77.0) |
| LCH | lch(28.7 99.8 309.5) |
| OKLCH | oklch(0.415 0.232 286.9) |
Copy-ready code
/* CSS */
color: #4f0dbf;
background-color: #4f0dbf;
/* Tailwind (arbitrary) */
class="text-[#4f0dbf] bg-[#4f0dbf]"
/* SCSS */
$brand: #4f0dbf;
/* SwiftUI */
Color(red: 0.310, green: 0.051, blue: 0.749)
/* Android */
Color.parseColor("#4f0dbf")Accessibility — WCAG contrast
Aa
#4f0dbf on white: 9.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4f0dbf on black: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green5.1%
Blue74.9%
CMYK percentages
Cyan58.6%
Magenta93.2%
Yellow0.0%
Key (black)25.1%
Color previews
#4f0dbf text on a black background
contrast 2.14:1
Card sample
#4f0dbf text on a white background
contrast 9.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4f0dbf;
Background color
Panel with #4f0dbf background
background-color: #4f0dbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4f0dbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 13, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 13, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4f0dbf; background: linear-gradient(135deg, #4f0dbf, #BF0DB9);