#2c2236
a deep, soft violet · warm · closest name: black
RGB
44, 34, 54
HSL
270°, 23%, 17%
CMYK
19, 37, 0, 79
Luminance
0.0195
Every format
| HEX | #2c2236 |
| RGB | rgb(44, 34, 54) |
| HSL | hsl(270, 23%, 17%) |
| CMYK | cmyk(19%, 37%, 0%, 79%) |
| LAB | lab(15.2 9.6 -11.3) |
| LCH | lch(15.2 14.8 310.6) |
| OKLCH | oklch(0.273 0.039 306.9) |
Copy-ready code
/* CSS */
color: #2c2236;
background-color: #2c2236;
/* Tailwind (arbitrary) */
class="text-[#2c2236] bg-[#2c2236]"
/* SCSS */
$brand: #2c2236;
/* SwiftUI */
Color(red: 0.173, green: 0.133, blue: 0.212)
/* Android */
Color.parseColor("#2c2236")Accessibility — WCAG contrast
Aa
#2c2236 on white: 15.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2c2236 on black: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green13.3%
Blue21.2%
CMYK percentages
Cyan18.5%
Magenta37.0%
Yellow0.0%
Key (black)78.8%
Color previews
#2c2236 text on a black background
contrast 1.39:1
Card sample
#2c2236 text on a white background
contrast 15.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2c2236;
Background color
Panel with #2c2236 background
background-color: #2c2236;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2c2236;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 34, 54, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 34, 54, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2c2236; background: linear-gradient(135deg, #2c2236, #362233);