#223816
a deep, soft green · cool · closest name: darkslategray
RGB
34, 56, 22
HSL
99°, 44%, 15%
CMYK
39, 0, 61, 78
Luminance
0.0323
Every format
| HEX | #223816 |
| RGB | rgb(34, 56, 22) |
| HSL | hsl(99, 44%, 15%) |
| CMYK | cmyk(39%, 0%, 61%, 78%) |
| LAB | lab(20.9 -16.3 18.4) |
| LCH | lch(20.9 24.6 131.5) |
| OKLCH | oklch(0.313 0.063 135.7) |
Copy-ready code
/* CSS */
color: #223816;
background-color: #223816;
/* Tailwind (arbitrary) */
class="text-[#223816] bg-[#223816]"
/* SCSS */
$brand: #223816;
/* SwiftUI */
Color(red: 0.133, green: 0.220, blue: 0.086)
/* Android */
Color.parseColor("#223816")Accessibility — WCAG contrast
Aa
#223816 on white: 12.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#223816 on black: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.3%
Green22.0%
Blue8.6%
CMYK percentages
Cyan39.3%
Magenta0.0%
Yellow60.7%
Key (black)78.0%
Color previews
#223816 text on a black background
contrast 1.65:1
Card sample
#223816 text on a white background
contrast 12.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #223816;
Background color
Panel with #223816 background
background-color: #223816;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #223816;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(34, 56, 22, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(34, 56, 22, 0.45);
Border & gradient
Gradient panel
border: 3px solid #223816; background: linear-gradient(135deg, #223816, #163821);