#282135
a deep, soft violet · warm · closest name: black
RGB
40, 33, 53
HSL
261°, 23%, 17%
CMYK
25, 38, 0, 79
Luminance
0.0180
Every format
| HEX | #282135 |
| RGB | rgb(40, 33, 53) |
| HSL | hsl(261, 23%, 17%) |
| CMYK | cmyk(25%, 38%, 0%, 79%) |
| LAB | lab(14.4 8.5 -11.8) |
| LCH | lch(14.4 14.6 305.7) |
| OKLCH | oklch(0.265 0.038 299.9) |
Copy-ready code
/* CSS */
color: #282135;
background-color: #282135;
/* Tailwind (arbitrary) */
class="text-[#282135] bg-[#282135]"
/* SCSS */
$brand: #282135;
/* SwiftUI */
Color(red: 0.157, green: 0.129, blue: 0.208)
/* Android */
Color.parseColor("#282135")Accessibility — WCAG contrast
Aa
#282135 on white: 15.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#282135 on black: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red15.7%
Green12.9%
Blue20.8%
CMYK percentages
Cyan24.5%
Magenta37.7%
Yellow0.0%
Key (black)79.2%
Color previews
#282135 text on a black background
contrast 1.36:1
Card sample
#282135 text on a white background
contrast 15.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #282135;
Background color
Panel with #282135 background
background-color: #282135;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #282135;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(40, 33, 53, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(40, 33, 53, 0.45);
Border & gradient
Gradient panel
border: 3px solid #282135; background: linear-gradient(135deg, #282135, #352135);