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