#1ba352
a dark, vivid green · cool · closest name: forestgreen
RGB
27, 163, 82
HSL
144°, 72%, 37%
CMYK
83, 0, 50, 36
Luminance
0.2704
Every format
| HEX | #1ba352 |
| RGB | rgb(27, 163, 82) |
| HSL | hsl(144, 72%, 37%) |
| CMYK | cmyk(83%, 0%, 50%, 36%) |
| LAB | lab(59.0 -52.7 32.4) |
| LCH | lch(59.0 61.8 148.4) |
| OKLCH | oklch(0.629 0.162 150.9) |
Copy-ready code
/* CSS */
color: #1ba352;
background-color: #1ba352;
/* Tailwind (arbitrary) */
class="text-[#1ba352] bg-[#1ba352]"
/* SCSS */
$brand: #1ba352;
/* SwiftUI */
Color(red: 0.106, green: 0.639, blue: 0.322)
/* Android */
Color.parseColor("#1ba352")Accessibility — WCAG contrast
Aa
#1ba352 on white: 3.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#1ba352 on black: 6.41:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red10.6%
Green63.9%
Blue32.2%
CMYK percentages
Cyan83.4%
Magenta0.0%
Yellow49.7%
Key (black)36.1%
Color previews
#1ba352 text on a black background
contrast 6.41:1
Card sample
#1ba352 text on a white background
contrast 3.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1ba352;
Background color
Panel with #1ba352 background
background-color: #1ba352;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1ba352;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(27, 163, 82, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(27, 163, 82, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1ba352; background: linear-gradient(135deg, #1ba352, #1B99A3);