#1a231f
a deep, muted green · cool · closest name: black
RGB
26, 35, 31
HSL
153°, 15%, 12%
CMYK
26, 0, 11, 86
Luminance
0.0152
Every format
| HEX | #1a231f |
| RGB | rgb(26, 35, 31) |
| HSL | hsl(153, 15%, 12%) |
| CMYK | cmyk(26%, 0%, 11%, 86%) |
| LAB | lab(12.7 -5.1 1.4) |
| LCH | lch(12.7 5.3 164.9) |
| OKLCH | oklch(0.246 0.015 166.3) |
Copy-ready code
/* CSS */
color: #1a231f;
background-color: #1a231f;
/* Tailwind (arbitrary) */
class="text-[#1a231f] bg-[#1a231f]"
/* SCSS */
$brand: #1a231f;
/* SwiftUI */
Color(red: 0.102, green: 0.137, blue: 0.122)
/* Android */
Color.parseColor("#1a231f")Accessibility — WCAG contrast
Aa
#1a231f on white: 16.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1a231f on black: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red10.2%
Green13.7%
Blue12.2%
CMYK percentages
Cyan25.7%
Magenta0.0%
Yellow11.4%
Key (black)86.3%
Color previews
#1a231f text on a black background
contrast 1.30:1
Card sample
#1a231f text on a white background
contrast 16.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1a231f;
Background color
Panel with #1a231f background
background-color: #1a231f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1a231f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(26, 35, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(26, 35, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1a231f; background: linear-gradient(135deg, #1a231f, #1A2123);