#283113
a deep, soft green · cool · closest name: darkslategray
RGB
40, 49, 19
HSL
78°, 44%, 13%
CMYK
18, 0, 61, 81
Luminance
0.0269
Every format
| HEX | #283113 |
| RGB | rgb(40, 49, 19) |
| HSL | hsl(78, 44%, 13%) |
| CMYK | cmyk(18%, 0%, 61%, 81%) |
| LAB | lab(18.8 -9.8 17.7) |
| LCH | lch(18.8 20.3 118.9) |
| OKLCH | oklch(0.296 0.050 123.3) |
Copy-ready code
/* CSS */
color: #283113;
background-color: #283113;
/* Tailwind (arbitrary) */
class="text-[#283113] bg-[#283113]"
/* SCSS */
$brand: #283113;
/* SwiftUI */
Color(red: 0.157, green: 0.192, blue: 0.075)
/* Android */
Color.parseColor("#283113")Accessibility — WCAG contrast
Aa
#283113 on white: 13.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#283113 on black: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red15.7%
Green19.2%
Blue7.5%
CMYK percentages
Cyan18.4%
Magenta0.0%
Yellow61.2%
Key (black)80.8%
Color previews
#283113 text on a black background
contrast 1.54:1
Card sample
#283113 text on a white background
contrast 13.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #283113;
Background color
Panel with #283113 background
background-color: #283113;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #283113;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(40, 49, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(40, 49, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #283113; background: linear-gradient(135deg, #283113, #143113);