#233a17
a deep, soft green · cool · closest name: darkslategray
RGB
35, 58, 23
HSL
99°, 43%, 16%
CMYK
40, 0, 60, 77
Luminance
0.0345
Every format
| HEX | #233a17 |
| RGB | rgb(35, 58, 23) |
| HSL | hsl(99, 43%, 16%) |
| CMYK | cmyk(40%, 0%, 60%, 77%) |
| LAB | lab(21.8 -16.8 18.8) |
| LCH | lch(21.8 25.2 131.8) |
| OKLCH | oklch(0.320 0.065 136.0) |
Copy-ready code
/* CSS */
color: #233a17;
background-color: #233a17;
/* Tailwind (arbitrary) */
class="text-[#233a17] bg-[#233a17]"
/* SCSS */
$brand: #233a17;
/* SwiftUI */
Color(red: 0.137, green: 0.227, blue: 0.090)
/* Android */
Color.parseColor("#233a17")Accessibility — WCAG contrast
Aa
#233a17 on white: 12.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#233a17 on black: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.7%
Green22.7%
Blue9.0%
CMYK percentages
Cyan39.7%
Magenta0.0%
Yellow60.3%
Key (black)77.3%
Color previews
#233a17 text on a black background
contrast 1.69:1
Card sample
#233a17 text on a white background
contrast 12.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #233a17;
Background color
Panel with #233a17 background
background-color: #233a17;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #233a17;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(35, 58, 23, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(35, 58, 23, 0.45);
Border & gradient
Gradient panel
border: 3px solid #233a17; background: linear-gradient(135deg, #233a17, #173A22);