#1a3c30
a deep, soft green · cool · closest name: darkslategray
RGB
26, 60, 48
HSL
159°, 40%, 17%
CMYK
57, 0, 20, 77
Luminance
0.0366
Every format
| HEX | #1a3c30 |
| RGB | rgb(26, 60, 48) |
| HSL | hsl(159, 40%, 17%) |
| CMYK | cmyk(57%, 0%, 20%, 77%) |
| LAB | lab(22.5 -15.9 3.6) |
| LCH | lch(22.5 16.3 167.1) |
| OKLCH | oklch(0.326 0.046 168.2) |
Copy-ready code
/* CSS */
color: #1a3c30;
background-color: #1a3c30;
/* Tailwind (arbitrary) */
class="text-[#1a3c30] bg-[#1a3c30]"
/* SCSS */
$brand: #1a3c30;
/* SwiftUI */
Color(red: 0.102, green: 0.235, blue: 0.188)
/* Android */
Color.parseColor("#1a3c30")Accessibility — WCAG contrast
Aa
#1a3c30 on white: 12.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1a3c30 on black: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red10.2%
Green23.5%
Blue18.8%
CMYK percentages
Cyan56.7%
Magenta0.0%
Yellow20.0%
Key (black)76.5%
Color previews
#1a3c30 text on a black background
contrast 1.73:1
Card sample
#1a3c30 text on a white background
contrast 12.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1a3c30;
Background color
Panel with #1a3c30 background
background-color: #1a3c30;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1a3c30;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(26, 60, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(26, 60, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1a3c30; background: linear-gradient(135deg, #1a3c30, #1A313C);