#35103c
a deep, vivid magenta / pink · warm · closest name: midnightblue
RGB
53, 16, 60
HSL
291°, 58%, 15%
CMYK
12, 73, 0, 77
Luminance
0.0145
Every format
| HEX | #35103c |
| RGB | rgb(53, 16, 60) |
| HSL | hsl(291, 58%, 15%) |
| CMYK | cmyk(12%, 73%, 0%, 77%) |
| LAB | lab(12.3 26.1 -19.9) |
| LCH | lch(12.3 32.8 322.6) |
| OKLCH | oklch(0.255 0.088 320.9) |
Copy-ready code
/* CSS */
color: #35103c;
background-color: #35103c;
/* Tailwind (arbitrary) */
class="text-[#35103c] bg-[#35103c]"
/* SCSS */
$brand: #35103c;
/* SwiftUI */
Color(red: 0.208, green: 0.063, blue: 0.235)
/* Android */
Color.parseColor("#35103c")Accessibility — WCAG contrast
Aa
#35103c on white: 16.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#35103c on black: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.8%
Green6.3%
Blue23.5%
CMYK percentages
Cyan11.7%
Magenta73.3%
Yellow0.0%
Key (black)76.5%
Color previews
#35103c text on a black background
contrast 1.29:1
Card sample
#35103c text on a white background
contrast 16.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #35103c;
Background color
Panel with #35103c background
background-color: #35103c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #35103c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(53, 16, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(53, 16, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #35103c; background: linear-gradient(135deg, #35103c, #3C1026);