#443355
a dark, soft violet · warm · closest name: darkslategray
RGB
68, 51, 85
HSL
270°, 25%, 27%
CMYK
20, 40, 0, 67
Luminance
0.0425
Every format
| HEX | #443355 |
| RGB | rgb(68, 51, 85) |
| HSL | hsl(270, 25%, 27%) |
| CMYK | cmyk(20%, 40%, 0%, 67%) |
| LAB | lab(24.5 15.4 -17.8) |
| LCH | lch(24.5 23.5 310.9) |
| OKLCH | oklch(0.355 0.061 306.5) |
Copy-ready code
/* CSS */
color: #443355;
background-color: #443355;
/* Tailwind (arbitrary) */
class="text-[#443355] bg-[#443355]"
/* SCSS */
$brand: #443355;
/* SwiftUI */
Color(red: 0.267, green: 0.200, blue: 0.333)
/* Android */
Color.parseColor("#443355")Accessibility — WCAG contrast
Aa
#443355 on white: 11.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#443355 on black: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green20.0%
Blue33.3%
CMYK percentages
Cyan20.0%
Magenta40.0%
Yellow0.0%
Key (black)66.7%
Color previews
#443355 text on a black background
contrast 1.85:1
Card sample
#443355 text on a white background
contrast 11.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #443355;
Background color
Panel with #443355 background
background-color: #443355;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #443355;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 51, 85, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 51, 85, 0.45);
Border & gradient
Gradient panel
border: 3px solid #443355; background: linear-gradient(135deg, #443355, #55334F);