#282812
a deep, soft yellow · cool · closest name: black
RGB
40, 40, 18
HSL
60°, 38%, 11%
CMYK
0, 0, 55, 84
Luminance
0.0201
Every format
| HEX | #282812 |
| RGB | rgb(40, 40, 18) |
| HSL | hsl(60, 38%, 11%) |
| CMYK | cmyk(0%, 0%, 55%, 84%) |
| LAB | lab(15.6 -4.2 14.4) |
| LCH | lch(15.6 15.0 106.1) |
| OKLCH | oklch(0.271 0.037 108.6) |
Copy-ready code
/* CSS */
color: #282812;
background-color: #282812;
/* Tailwind (arbitrary) */
class="text-[#282812] bg-[#282812]"
/* SCSS */
$brand: #282812;
/* SwiftUI */
Color(red: 0.157, green: 0.157, blue: 0.071)
/* Android */
Color.parseColor("#282812")Accessibility — WCAG contrast
Aa
#282812 on white: 14.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#282812 on black: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red15.7%
Green15.7%
Blue7.1%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow55.0%
Key (black)84.3%
Color previews
#282812 text on a black background
contrast 1.40:1
Card sample
#282812 text on a white background
contrast 14.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #282812;
Background color
Panel with #282812 background
background-color: #282812;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #282812;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(40, 40, 18, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(40, 40, 18, 0.45);
Border & gradient
Gradient panel
border: 3px solid #282812; background: linear-gradient(135deg, #282812, #192812);