#1b5126
a deep, vivid green · cool · closest name: seagreen
RGB
27, 81, 38
HSL
132°, 50%, 21%
CMYK
67, 0, 53, 68
Luminance
0.0626
Every format
| HEX | #1b5126 |
| RGB | rgb(27, 81, 38) |
| HSL | hsl(132, 50%, 21%) |
| CMYK | cmyk(67%, 0%, 53%, 68%) |
| LAB | lab(30.1 -28.4 20.1) |
| LCH | lch(30.1 34.8 144.7) |
| OKLCH | oklch(0.387 0.091 147.5) |
Copy-ready code
/* CSS */
color: #1b5126;
background-color: #1b5126;
/* Tailwind (arbitrary) */
class="text-[#1b5126] bg-[#1b5126]"
/* SCSS */
$brand: #1b5126;
/* SwiftUI */
Color(red: 0.106, green: 0.318, blue: 0.149)
/* Android */
Color.parseColor("#1b5126")Accessibility — WCAG contrast
Aa
#1b5126 on white: 9.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1b5126 on black: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red10.6%
Green31.8%
Blue14.9%
CMYK percentages
Cyan66.7%
Magenta0.0%
Yellow53.1%
Key (black)68.2%
Color previews
#1b5126 text on a black background
contrast 2.25:1
Card sample
#1b5126 text on a white background
contrast 9.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1b5126;
Background color
Panel with #1b5126 background
background-color: #1b5126;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1b5126;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(27, 81, 38, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(27, 81, 38, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1b5126; background: linear-gradient(135deg, #1b5126, #1B514A);