#261021
a deep, soft magenta / pink · warm · closest name: black
RGB
38, 16, 33
HSL
314°, 41%, 11%
CMYK
0, 58, 13, 85
Luminance
0.0089
Every format
| HEX | #261021 |
| RGB | rgb(38, 16, 33) |
| HSL | hsl(314, 41%, 11%) |
| CMYK | cmyk(0%, 58%, 13%, 85%) |
| LAB | lab(8.1 14.6 -6.9) |
| LCH | lch(8.1 16.1 334.6) |
| OKLCH | oklch(0.213 0.046 336.2) |
Copy-ready code
/* CSS */
color: #261021;
background-color: #261021;
/* Tailwind (arbitrary) */
class="text-[#261021] bg-[#261021]"
/* SCSS */
$brand: #261021;
/* SwiftUI */
Color(red: 0.149, green: 0.063, blue: 0.129)
/* Android */
Color.parseColor("#261021")Accessibility — WCAG contrast
Aa
#261021 on white: 17.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#261021 on black: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.9%
Green6.3%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta57.9%
Yellow13.2%
Key (black)85.1%
Color previews
#261021 text on a black background
contrast 1.18:1
Card sample
#261021 text on a white background
contrast 17.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #261021;
Background color
Panel with #261021 background
background-color: #261021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #261021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(38, 16, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(38, 16, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #261021; background: linear-gradient(135deg, #261021, #261012);