#232821
a deep, muted green · cool · closest name: black
RGB
35, 40, 33
HSL
103°, 10%, 14%
CMYK
13, 0, 18, 84
Luminance
0.0198
Every format
| HEX | #232821 |
| RGB | rgb(35, 40, 33) |
| HSL | hsl(103, 10%, 14%) |
| CMYK | cmyk(13%, 0%, 18%, 84%) |
| LAB | lab(15.4 -3.9 3.9) |
| LCH | lch(15.4 5.5 135.6) |
| OKLCH | oklch(0.269 0.015 136.7) |
Copy-ready code
/* CSS */
color: #232821;
background-color: #232821;
/* Tailwind (arbitrary) */
class="text-[#232821] bg-[#232821]"
/* SCSS */
$brand: #232821;
/* SwiftUI */
Color(red: 0.137, green: 0.157, blue: 0.129)
/* Android */
Color.parseColor("#232821")Accessibility — WCAG contrast
Aa
#232821 on white: 15.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#232821 on black: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.7%
Green15.7%
Blue12.9%
CMYK percentages
Cyan12.5%
Magenta0.0%
Yellow17.5%
Key (black)84.3%
Color previews
#232821 text on a black background
contrast 1.40:1
Card sample
#232821 text on a white background
contrast 15.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #232821;
Background color
Panel with #232821 background
background-color: #232821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #232821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(35, 40, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(35, 40, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #232821; background: linear-gradient(135deg, #232821, #212824);