#4f1baf
a dark, vivid violet · warm · closest name: indigo
RGB
79, 27, 175
HSL
261°, 73%, 40%
CMYK
55, 85, 0, 31
Luminance
0.0554
Every format
| HEX | #4f1baf |
| RGB | rgb(79, 27, 175) |
| HSL | hsl(261, 73%, 40%) |
| CMYK | cmyk(55%, 85%, 0%, 31%) |
| LAB | lab(28.2 55.6 -68.2) |
| LCH | lch(28.2 88.0 309.2) |
| OKLCH | oklch(0.407 0.208 289.3) |
Copy-ready code
/* CSS */
color: #4f1baf;
background-color: #4f1baf;
/* Tailwind (arbitrary) */
class="text-[#4f1baf] bg-[#4f1baf]"
/* SCSS */
$brand: #4f1baf;
/* SwiftUI */
Color(red: 0.310, green: 0.106, blue: 0.686)
/* Android */
Color.parseColor("#4f1baf")Accessibility — WCAG contrast
Aa
#4f1baf on white: 9.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4f1baf on black: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green10.6%
Blue68.6%
CMYK percentages
Cyan54.9%
Magenta84.6%
Yellow0.0%
Key (black)31.4%
Color previews
#4f1baf text on a black background
contrast 2.11:1
Card sample
#4f1baf text on a white background
contrast 9.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4f1baf;
Background color
Panel with #4f1baf background
background-color: #4f1baf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4f1baf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 27, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 27, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4f1baf; background: linear-gradient(135deg, #4f1baf, #AF1BAC);