#3b2255
a deep, soft violet · warm · closest name: midnightblue
RGB
59, 34, 85
HSL
269°, 43%, 23%
CMYK
31, 60, 0, 67
Luminance
0.0273
Every format
| HEX | #3b2255 |
| RGB | rgb(59, 34, 85) |
| HSL | hsl(269, 43%, 23%) |
| CMYK | cmyk(31%, 60%, 0%, 67%) |
| LAB | lab(18.9 23.6 -26.6) |
| LCH | lch(18.9 35.5 311.6) |
| OKLCH | oklch(0.311 0.091 304.3) |
Copy-ready code
/* CSS */
color: #3b2255;
background-color: #3b2255;
/* Tailwind (arbitrary) */
class="text-[#3b2255] bg-[#3b2255]"
/* SCSS */
$brand: #3b2255;
/* SwiftUI */
Color(red: 0.231, green: 0.133, blue: 0.333)
/* Android */
Color.parseColor("#3b2255")Accessibility — WCAG contrast
Aa
#3b2255 on white: 13.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3b2255 on black: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.1%
Green13.3%
Blue33.3%
CMYK percentages
Cyan30.6%
Magenta60.0%
Yellow0.0%
Key (black)66.7%
Color previews
#3b2255 text on a black background
contrast 1.55:1
Card sample
#3b2255 text on a white background
contrast 13.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3b2255;
Background color
Panel with #3b2255 background
background-color: #3b2255;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3b2255;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(59, 34, 85, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(59, 34, 85, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3b2255; background: linear-gradient(135deg, #3b2255, #55224D);