#1a332a
a deep, soft green · cool · closest name: darkslategray
RGB
26, 51, 42
HSL
158°, 33%, 15%
CMYK
49, 0, 18, 80
Luminance
0.0275
Every format
| HEX | #1a332a |
| RGB | rgb(26, 51, 42) |
| HSL | hsl(158, 33%, 15%) |
| CMYK | cmyk(49%, 0%, 18%, 80%) |
| LAB | lab(19.0 -12.3 2.7) |
| LCH | lch(19.0 12.6 167.6) |
| OKLCH | oklch(0.297 0.035 168.8) |
Copy-ready code
/* CSS */
color: #1a332a;
background-color: #1a332a;
/* Tailwind (arbitrary) */
class="text-[#1a332a] bg-[#1a332a]"
/* SCSS */
$brand: #1a332a;
/* SwiftUI */
Color(red: 0.102, green: 0.200, blue: 0.165)
/* Android */
Color.parseColor("#1a332a")Accessibility — WCAG contrast
Aa
#1a332a on white: 13.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1a332a on black: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red10.2%
Green20.0%
Blue16.5%
CMYK percentages
Cyan49.0%
Magenta0.0%
Yellow17.6%
Key (black)80.0%
Color previews
#1a332a text on a black background
contrast 1.55:1
Card sample
#1a332a text on a white background
contrast 13.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1a332a;
Background color
Panel with #1a332a background
background-color: #1a332a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1a332a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(26, 51, 42, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(26, 51, 42, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1a332a; background: linear-gradient(135deg, #1a332a, #1A2B33);