#35097c
a dark, electric violet · warm · closest name: indigo
RGB
53, 9, 124
HSL
263°, 87%, 26%
CMYK
57, 93, 0, 51
Luminance
0.0241
Every format
| HEX | #35097c |
| RGB | rgb(53, 9, 124) |
| HSL | hsl(263, 87%, 26%) |
| CMYK | cmyk(57%, 93%, 0%, 51%) |
| LAB | lab(17.5 45.5 -54.5) |
| LCH | lch(17.5 71.0 309.8) |
| OKLCH | oklch(0.310 0.166 289.4) |
Copy-ready code
/* CSS */
color: #35097c;
background-color: #35097c;
/* Tailwind (arbitrary) */
class="text-[#35097c] bg-[#35097c]"
/* SCSS */
$brand: #35097c;
/* SwiftUI */
Color(red: 0.208, green: 0.035, blue: 0.486)
/* Android */
Color.parseColor("#35097c")Accessibility — WCAG contrast
Aa
#35097c on white: 14.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#35097c on black: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.8%
Green3.5%
Blue48.6%
CMYK percentages
Cyan57.3%
Magenta92.7%
Yellow0.0%
Key (black)51.4%
Color previews
#35097c text on a black background
contrast 1.48:1
Card sample
#35097c text on a white background
contrast 14.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #35097c;
Background color
Panel with #35097c background
background-color: #35097c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #35097c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(53, 9, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(53, 9, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #35097c; background: linear-gradient(135deg, #35097c, #7C0976);