#18261c
a deep, soft green · cool · closest name: black
RGB
24, 38, 28
HSL
137°, 23%, 12%
CMYK
37, 0, 26, 85
Luminance
0.0166
Every format
| HEX | #18261c |
| RGB | rgb(24, 38, 28) |
| HSL | hsl(137, 23%, 12%) |
| CMYK | cmyk(37%, 0%, 26%, 85%) |
| LAB | lab(13.6 -8.7 4.8) |
| LCH | lch(13.6 9.9 151.4) |
| OKLCH | oklch(0.252 0.027 153.1) |
Copy-ready code
/* CSS */
color: #18261c;
background-color: #18261c;
/* Tailwind (arbitrary) */
class="text-[#18261c] bg-[#18261c]"
/* SCSS */
$brand: #18261c;
/* SwiftUI */
Color(red: 0.094, green: 0.149, blue: 0.110)
/* Android */
Color.parseColor("#18261c")Accessibility — WCAG contrast
Aa
#18261c on white: 15.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#18261c on black: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.4%
Green14.9%
Blue11.0%
CMYK percentages
Cyan36.8%
Magenta0.0%
Yellow26.3%
Key (black)85.1%
Color previews
#18261c text on a black background
contrast 1.33:1
Card sample
#18261c text on a white background
contrast 15.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #18261c;
Background color
Panel with #18261c background
background-color: #18261c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #18261c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(24, 38, 28, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(24, 38, 28, 0.45);
Border & gradient
Gradient panel
border: 3px solid #18261c; background: linear-gradient(135deg, #18261c, #182625);