#47096b
a deep, electric violet · warm · closest name: indigo
RGB
71, 9, 107
HSL
278°, 85%, 23%
CMYK
34, 92, 0, 58
Luminance
0.0260
Every format
| HEX | #47096b |
| RGB | rgb(71, 9, 107) |
| HSL | hsl(278, 85%, 23%) |
| CMYK | cmyk(34%, 92%, 0%, 58%) |
| LAB | lab(18.4 43.5 -42.0) |
| LCH | lch(18.4 60.5 316.0) |
| OKLCH | oklch(0.316 0.151 307.7) |
Copy-ready code
/* CSS */
color: #47096b;
background-color: #47096b;
/* Tailwind (arbitrary) */
class="text-[#47096b] bg-[#47096b]"
/* SCSS */
$brand: #47096b;
/* SwiftUI */
Color(red: 0.278, green: 0.035, blue: 0.420)
/* Android */
Color.parseColor("#47096b")Accessibility — WCAG contrast
Aa
#47096b on white: 13.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#47096b on black: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.8%
Green3.5%
Blue42.0%
CMYK percentages
Cyan33.6%
Magenta91.6%
Yellow0.0%
Key (black)58.0%
Color previews
#47096b text on a black background
contrast 1.52:1
Card sample
#47096b text on a white background
contrast 13.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #47096b;
Background color
Panel with #47096b background
background-color: #47096b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #47096b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(71, 9, 107, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(71, 9, 107, 0.45);
Border & gradient
Gradient panel
border: 3px solid #47096b; background: linear-gradient(135deg, #47096b, #6B094D);