#433859
a dark, soft violet · warm · closest name: darkslategray
RGB
67, 56, 89
HSL
260°, 23%, 28%
CMYK
25, 37, 0, 65
Luminance
0.0474
Every format
| HEX | #433859 |
| RGB | rgb(67, 56, 89) |
| HSL | hsl(260, 23%, 28%) |
| CMYK | cmyk(25%, 37%, 0%, 65%) |
| LAB | lab(26.0 12.8 -18.1) |
| LCH | lch(26.0 22.1 305.3) |
| OKLCH | oklch(0.367 0.057 298.9) |
Copy-ready code
/* CSS */
color: #433859;
background-color: #433859;
/* Tailwind (arbitrary) */
class="text-[#433859] bg-[#433859]"
/* SCSS */
$brand: #433859;
/* SwiftUI */
Color(red: 0.263, green: 0.220, blue: 0.349)
/* Android */
Color.parseColor("#433859")Accessibility — WCAG contrast
Aa
#433859 on white: 10.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#433859 on black: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.3%
Green22.0%
Blue34.9%
CMYK percentages
Cyan24.7%
Magenta37.1%
Yellow0.0%
Key (black)65.1%
Color previews
#433859 text on a black background
contrast 1.95:1
Card sample
#433859 text on a white background
contrast 10.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #433859;
Background color
Panel with #433859 background
background-color: #433859;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #433859;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(67, 56, 89, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(67, 56, 89, 0.45);
Border & gradient
Gradient panel
border: 3px solid #433859; background: linear-gradient(135deg, #433859, #593859);