#1b7844
a dark, vivid green · cool · closest name: seagreen
RGB
27, 120, 68
HSL
147°, 63%, 29%
CMYK
78, 0, 43, 53
Luminance
0.1408
Every format
| HEX | #1b7844 |
| RGB | rgb(27, 120, 68) |
| HSL | hsl(147, 63%, 29%) |
| CMYK | cmyk(78%, 0%, 43%, 53%) |
| LAB | lab(44.4 -39.1 21.2) |
| LCH | lch(44.4 44.5 151.6) |
| OKLCH | oklch(0.507 0.118 153.5) |
Copy-ready code
/* CSS */
color: #1b7844;
background-color: #1b7844;
/* Tailwind (arbitrary) */
class="text-[#1b7844] bg-[#1b7844]"
/* SCSS */
$brand: #1b7844;
/* SwiftUI */
Color(red: 0.106, green: 0.471, blue: 0.267)
/* Android */
Color.parseColor("#1b7844")Accessibility — WCAG contrast
Aa
#1b7844 on white: 5.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#1b7844 on black: 3.82:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red10.6%
Green47.1%
Blue26.7%
CMYK percentages
Cyan77.5%
Magenta0.0%
Yellow43.3%
Key (black)52.9%
Color previews
#1b7844 text on a black background
contrast 3.82:1
Card sample
#1b7844 text on a white background
contrast 5.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1b7844;
Background color
Panel with #1b7844 background
background-color: #1b7844;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1b7844;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(27, 120, 68, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(27, 120, 68, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1b7844; background: linear-gradient(135deg, #1b7844, #1B6E78);