#232b12
a deep, soft green · cool · closest name: black
RGB
35, 43, 18
HSL
79°, 41%, 12%
CMYK
19, 0, 58, 83
Luminance
0.0213
Every format
| HEX | #232b12 |
| RGB | rgb(35, 43, 18) |
| HSL | hsl(79, 41%, 12%) |
| CMYK | cmyk(19%, 0%, 58%, 83%) |
| LAB | lab(16.1 -8.7 15.0) |
| LCH | lch(16.1 17.4 120.0) |
| OKLCH | oklch(0.274 0.043 123.8) |
Copy-ready code
/* CSS */
color: #232b12;
background-color: #232b12;
/* Tailwind (arbitrary) */
class="text-[#232b12] bg-[#232b12]"
/* SCSS */
$brand: #232b12;
/* SwiftUI */
Color(red: 0.137, green: 0.169, blue: 0.071)
/* Android */
Color.parseColor("#232b12")Accessibility — WCAG contrast
Aa
#232b12 on white: 14.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#232b12 on black: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.7%
Green16.9%
Blue7.1%
CMYK percentages
Cyan18.6%
Magenta0.0%
Yellow58.1%
Key (black)83.1%
Color previews
#232b12 text on a black background
contrast 1.43:1
Card sample
#232b12 text on a white background
contrast 14.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #232b12;
Background color
Panel with #232b12 background
background-color: #232b12;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #232b12;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(35, 43, 18, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(35, 43, 18, 0.45);
Border & gradient
Gradient panel
border: 3px solid #232b12; background: linear-gradient(135deg, #232b12, #122B12);