#453039
a deep, soft magenta / pink · warm · closest name: darkslategray
RGB
69, 48, 57
HSL
334°, 18%, 23%
CMYK
0, 30, 17, 73
Luminance
0.0367
Every format
| HEX | #453039 |
| RGB | rgb(69, 48, 57) |
| HSL | hsl(334, 18%, 23%) |
| CMYK | cmyk(0%, 30%, 17%, 73%) |
| LAB | lab(22.6 11.2 -1.9) |
| LCH | lch(22.6 11.4 350.3) |
| OKLCH | oklch(0.337 0.034 351.6) |
Copy-ready code
/* CSS */
color: #453039;
background-color: #453039;
/* Tailwind (arbitrary) */
class="text-[#453039] bg-[#453039]"
/* SCSS */
$brand: #453039;
/* SwiftUI */
Color(red: 0.271, green: 0.188, blue: 0.224)
/* Android */
Color.parseColor("#453039")Accessibility — WCAG contrast
Aa
#453039 on white: 12.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#453039 on black: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.1%
Green18.8%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta30.4%
Yellow17.4%
Key (black)72.9%
Color previews
#453039 text on a black background
contrast 1.73:1
Card sample
#453039 text on a white background
contrast 12.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #453039;
Background color
Panel with #453039 background
background-color: #453039;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #453039;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(69, 48, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(69, 48, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #453039; background: linear-gradient(135deg, #453039, #453530);