#33104f
a deep, vivid violet · warm · closest name: midnightblue
RGB
51, 16, 79
HSL
273°, 66%, 19%
CMYK
35, 80, 0, 69
Luminance
0.0164
Every format
| HEX | #33104f |
| RGB | rgb(51, 16, 79) |
| HSL | hsl(273, 66%, 19%) |
| CMYK | cmyk(35%, 80%, 0%, 69%) |
| LAB | lab(13.5 30.3 -31.4) |
| LCH | lch(13.5 43.6 314.0) |
| OKLCH | oklch(0.268 0.110 305.4) |
Copy-ready code
/* CSS */
color: #33104f;
background-color: #33104f;
/* Tailwind (arbitrary) */
class="text-[#33104f] bg-[#33104f]"
/* SCSS */
$brand: #33104f;
/* SwiftUI */
Color(red: 0.200, green: 0.063, blue: 0.310)
/* Android */
Color.parseColor("#33104f")Accessibility — WCAG contrast
Aa
#33104f on white: 15.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#33104f on black: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green6.3%
Blue31.0%
CMYK percentages
Cyan35.4%
Magenta79.7%
Yellow0.0%
Key (black)69.0%
Color previews
#33104f text on a black background
contrast 1.33:1
Card sample
#33104f text on a white background
contrast 15.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #33104f;
Background color
Panel with #33104f background
background-color: #33104f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #33104f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 16, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 16, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #33104f; background: linear-gradient(135deg, #33104f, #4F1041);