#223c11
a deep, vivid green · cool · closest name: darkslategray
RGB
34, 60, 17
HSL
96°, 56%, 15%
CMYK
43, 0, 72, 77
Luminance
0.0361
Every format
| HEX | #223c11 |
| RGB | rgb(34, 60, 17) |
| HSL | hsl(96, 56%, 15%) |
| CMYK | cmyk(43%, 0%, 72%, 77%) |
| LAB | lab(22.4 -19.1 22.9) |
| LCH | lch(22.4 29.8 129.8) |
| OKLCH | oklch(0.324 0.075 135.0) |
Copy-ready code
/* CSS */
color: #223c11;
background-color: #223c11;
/* Tailwind (arbitrary) */
class="text-[#223c11] bg-[#223c11]"
/* SCSS */
$brand: #223c11;
/* SwiftUI */
Color(red: 0.133, green: 0.235, blue: 0.067)
/* Android */
Color.parseColor("#223c11")Accessibility — WCAG contrast
Aa
#223c11 on white: 12.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#223c11 on black: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.3%
Green23.5%
Blue6.7%
CMYK percentages
Cyan43.3%
Magenta0.0%
Yellow71.7%
Key (black)76.5%
Color previews
#223c11 text on a black background
contrast 1.72:1
Card sample
#223c11 text on a white background
contrast 12.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #223c11;
Background color
Panel with #223c11 background
background-color: #223c11;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #223c11;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(34, 60, 17, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(34, 60, 17, 0.45);
Border & gradient
Gradient panel
border: 3px solid #223c11; background: linear-gradient(135deg, #223c11, #113C1D);