#232c13
a deep, soft green · cool · closest name: darkslategray
RGB
35, 44, 19
HSL
82°, 40%, 12%
CMYK
21, 0, 57, 83
Luminance
0.0221
Every format
| HEX | #232c13 |
| RGB | rgb(35, 44, 19) |
| HSL | hsl(82, 40%, 12%) |
| CMYK | cmyk(21%, 0%, 57%, 83%) |
| LAB | lab(16.5 -9.2 14.9) |
| LCH | lch(16.5 17.5 121.6) |
| OKLCH | oklch(0.277 0.044 125.4) |
Copy-ready code
/* CSS */
color: #232c13;
background-color: #232c13;
/* Tailwind (arbitrary) */
class="text-[#232c13] bg-[#232c13]"
/* SCSS */
$brand: #232c13;
/* SwiftUI */
Color(red: 0.137, green: 0.173, blue: 0.075)
/* Android */
Color.parseColor("#232c13")Accessibility — WCAG contrast
Aa
#232c13 on white: 14.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#232c13 on black: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.7%
Green17.3%
Blue7.5%
CMYK percentages
Cyan20.5%
Magenta0.0%
Yellow56.8%
Key (black)82.7%
Color previews
#232c13 text on a black background
contrast 1.44:1
Card sample
#232c13 text on a white background
contrast 14.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #232c13;
Background color
Panel with #232c13 background
background-color: #232c13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #232c13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(35, 44, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(35, 44, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #232c13; background: linear-gradient(135deg, #232c13, #132C14);