#223311
a deep, vivid green · cool · closest name: darkslategray
RGB
34, 51, 17
HSL
90°, 50%, 13%
CMYK
33, 0, 67, 80
Luminance
0.0275
Every format
| HEX | #223311 |
| RGB | rgb(34, 51, 17) |
| HSL | hsl(90, 50%, 13%) |
| CMYK | cmyk(33%, 0%, 67%, 80%) |
| LAB | lab(19.0 -14.1 19.1) |
| LCH | lch(19.0 23.7 126.6) |
| OKLCH | oklch(0.297 0.060 131.3) |
Copy-ready code
/* CSS */
color: #223311;
background-color: #223311;
/* Tailwind (arbitrary) */
class="text-[#223311] bg-[#223311]"
/* SCSS */
$brand: #223311;
/* SwiftUI */
Color(red: 0.133, green: 0.200, blue: 0.067)
/* Android */
Color.parseColor("#223311")Accessibility — WCAG contrast
Aa
#223311 on white: 13.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#223311 on black: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.3%
Green20.0%
Blue6.7%
CMYK percentages
Cyan33.3%
Magenta0.0%
Yellow66.7%
Key (black)80.0%
Color previews
#223311 text on a black background
contrast 1.55:1
Card sample
#223311 text on a white background
contrast 13.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #223311;
Background color
Panel with #223311 background
background-color: #223311;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #223311;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(34, 51, 17, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(34, 51, 17, 0.45);
Border & gradient
Gradient panel
border: 3px solid #223311; background: linear-gradient(135deg, #223311, #113317);