#2d282f
a deep, muted violet · warm · closest name: black
RGB
45, 40, 47
HSL
283°, 8%, 17%
CMYK
4, 15, 0, 82
Luminance
0.0228
Every format
| HEX | #2d282f |
| RGB | rgb(45, 40, 47) |
| HSL | hsl(283, 8%, 17%) |
| CMYK | cmyk(4%, 15%, 0%, 82%) |
| LAB | lab(16.9 4.0 -3.7) |
| LCH | lch(16.9 5.4 316.7) |
| OKLCH | oklch(0.285 0.014 316.4) |
Copy-ready code
/* CSS */
color: #2d282f;
background-color: #2d282f;
/* Tailwind (arbitrary) */
class="text-[#2d282f] bg-[#2d282f]"
/* SCSS */
$brand: #2d282f;
/* SwiftUI */
Color(red: 0.176, green: 0.157, blue: 0.184)
/* Android */
Color.parseColor("#2d282f")Accessibility — WCAG contrast
Aa
#2d282f on white: 14.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2d282f on black: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.6%
Green15.7%
Blue18.4%
CMYK percentages
Cyan4.3%
Magenta14.9%
Yellow0.0%
Key (black)81.6%
Color previews
#2d282f text on a black background
contrast 1.46:1
Card sample
#2d282f text on a white background
contrast 14.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2d282f;
Background color
Panel with #2d282f background
background-color: #2d282f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2d282f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(45, 40, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(45, 40, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2d282f; background: linear-gradient(135deg, #2d282f, #2F282C);