#4f1dbb
a dark, vivid violet · warm · closest name: navy
RGB
79, 29, 187
HSL
259°, 73%, 42%
CMYK
58, 85, 0, 27
Luminance
0.0613
Every format
| HEX | #4f1dbb |
| RGB | rgb(79, 29, 187) |
| HSL | hsl(259, 73%, 42%) |
| CMYK | cmyk(58%, 85%, 0%, 27%) |
| LAB | lab(29.7 58.0 -72.9) |
| LCH | lch(29.7 93.2 308.5) |
| OKLCH | oklch(0.421 0.219 286.7) |
Copy-ready code
/* CSS */
color: #4f1dbb;
background-color: #4f1dbb;
/* Tailwind (arbitrary) */
class="text-[#4f1dbb] bg-[#4f1dbb]"
/* SCSS */
$brand: #4f1dbb;
/* SwiftUI */
Color(red: 0.310, green: 0.114, blue: 0.733)
/* Android */
Color.parseColor("#4f1dbb")Accessibility — WCAG contrast
Aa
#4f1dbb on white: 9.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4f1dbb on black: 2.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green11.4%
Blue73.3%
CMYK percentages
Cyan57.8%
Magenta84.5%
Yellow0.0%
Key (black)26.7%
Color previews
#4f1dbb text on a black background
contrast 2.23:1
Card sample
#4f1dbb text on a white background
contrast 9.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4f1dbb;
Background color
Panel with #4f1dbb background
background-color: #4f1dbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4f1dbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 29, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 29, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4f1dbb; background: linear-gradient(135deg, #4f1dbb, #B91DBB);