#7f0daf
a dark, electric violet · warm · closest name: indigo
RGB
127, 13, 175
HSL
282°, 86%, 37%
CMYK
27, 93, 0, 31
Luminance
0.0790
Every format
| HEX | #7f0daf |
| RGB | rgb(127, 13, 175) |
| HSL | hsl(282, 86%, 37%) |
| CMYK | cmyk(27%, 93%, 0%, 31%) |
| LAB | lab(33.8 65.2 -58.9) |
| LCH | lch(33.8 87.8 317.9) |
| OKLCH | oklch(0.459 0.223 311.4) |
Copy-ready code
/* CSS */
color: #7f0daf;
background-color: #7f0daf;
/* Tailwind (arbitrary) */
class="text-[#7f0daf] bg-[#7f0daf]"
/* SCSS */
$brand: #7f0daf;
/* SwiftUI */
Color(red: 0.498, green: 0.051, blue: 0.686)
/* Android */
Color.parseColor("#7f0daf")Accessibility — WCAG contrast
Aa
#7f0daf on white: 8.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#7f0daf on black: 2.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green5.1%
Blue68.6%
CMYK percentages
Cyan27.4%
Magenta92.6%
Yellow0.0%
Key (black)31.4%
Color previews
#7f0daf text on a black background
contrast 2.58:1
Card sample
#7f0daf text on a white background
contrast 8.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7f0daf;
Background color
Panel with #7f0daf background
background-color: #7f0daf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7f0daf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 13, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 13, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7f0daf; background: linear-gradient(135deg, #7f0daf, #AF0D73);