#232716
a deep, soft green · cool · closest name: black
RGB
35, 39, 22
HSL
74°, 28%, 12%
CMYK
10, 0, 44, 85
Luminance
0.0187
Every format
| HEX | #232716 |
| RGB | rgb(35, 39, 22) |
| HSL | hsl(74, 28%, 12%) |
| CMYK | cmyk(10%, 0%, 44%, 85%) |
| LAB | lab(14.8 -5.5 10.7) |
| LCH | lch(14.8 12.0 117.2) |
| OKLCH | oklch(0.263 0.030 119.3) |
Copy-ready code
/* CSS */
color: #232716;
background-color: #232716;
/* Tailwind (arbitrary) */
class="text-[#232716] bg-[#232716]"
/* SCSS */
$brand: #232716;
/* SwiftUI */
Color(red: 0.137, green: 0.153, blue: 0.086)
/* Android */
Color.parseColor("#232716")Accessibility — WCAG contrast
Aa
#232716 on white: 15.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#232716 on black: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.7%
Green15.3%
Blue8.6%
CMYK percentages
Cyan10.3%
Magenta0.0%
Yellow43.6%
Key (black)84.7%
Color previews
#232716 text on a black background
contrast 1.37:1
Card sample
#232716 text on a white background
contrast 15.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #232716;
Background color
Panel with #232716 background
background-color: #232716;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #232716;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(35, 39, 22, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(35, 39, 22, 0.45);
Border & gradient
Gradient panel
border: 3px solid #232716; background: linear-gradient(135deg, #232716, #182716);