#221925
a deep, soft violet · warm · closest name: black
RGB
34, 25, 37
HSL
285°, 19%, 12%
CMYK
8, 32, 0, 86
Luminance
0.0117
Every format
| HEX | #221925 |
| RGB | rgb(34, 25, 37) |
| HSL | hsl(285, 19%, 12%) |
| CMYK | cmyk(8%, 32%, 0%, 86%) |
| LAB | lab(10.3 7.3 -6.5) |
| LCH | lch(10.3 9.8 318.4) |
| OKLCH | oklch(0.230 0.026 317.6) |
Copy-ready code
/* CSS */
color: #221925;
background-color: #221925;
/* Tailwind (arbitrary) */
class="text-[#221925] bg-[#221925]"
/* SCSS */
$brand: #221925;
/* SwiftUI */
Color(red: 0.133, green: 0.098, blue: 0.145)
/* Android */
Color.parseColor("#221925")Accessibility — WCAG contrast
Aa
#221925 on white: 17.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#221925 on black: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.3%
Green9.8%
Blue14.5%
CMYK percentages
Cyan8.1%
Magenta32.4%
Yellow0.0%
Key (black)85.5%
Color previews
#221925 text on a black background
contrast 1.23:1
Card sample
#221925 text on a white background
contrast 17.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #221925;
Background color
Panel with #221925 background
background-color: #221925;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #221925;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(34, 25, 37, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(34, 25, 37, 0.45);
Border & gradient
Gradient panel
border: 3px solid #221925; background: linear-gradient(135deg, #221925, #251920);