#330025
a deep, electric magenta / pink · warm · closest name: black
RGB
51, 0, 37
HSL
317°, 100%, 10%
CMYK
0, 100, 28, 80
Luminance
0.0084
Every format
| HEX | #330025 |
| RGB | rgb(51, 0, 37) |
| HSL | hsl(317, 100%, 10%) |
| CMYK | cmyk(0%, 100%, 28%, 80%) |
| LAB | lab(7.6 29.2 -10.5) |
| LCH | lch(7.6 31.0 340.1) |
| OKLCH | oklch(0.215 0.093 342.2) |
Copy-ready code
/* CSS */
color: #330025;
background-color: #330025;
/* Tailwind (arbitrary) */
class="text-[#330025] bg-[#330025]"
/* SCSS */
$brand: #330025;
/* SwiftUI */
Color(red: 0.200, green: 0.000, blue: 0.145)
/* Android */
Color.parseColor("#330025")Accessibility — WCAG contrast
Aa
#330025 on white: 17.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#330025 on black: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green0.0%
Blue14.5%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow27.5%
Key (black)80.0%
Color previews
#330025 text on a black background
contrast 1.17:1
Card sample
#330025 text on a white background
contrast 17.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #330025;
Background color
Panel with #330025 background
background-color: #330025;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #330025;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 0, 37, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 0, 37, 0.45);
Border & gradient
Gradient panel
border: 3px solid #330025; background: linear-gradient(135deg, #330025, #330003);