#38c85c
a balanced, vivid green · cool · closest name: forestgreen
RGB
56, 200, 92
HSL
135°, 57%, 50%
CMYK
72, 0, 54, 22
Luminance
0.4292
Every format
| HEX | #38c85c |
| RGB | rgb(56, 200, 92) |
| HSL | hsl(135, 57%, 50%) |
| CMYK | cmyk(72%, 0%, 54%, 22%) |
| LAB | lab(71.5 -60.2 42.9) |
| LCH | lch(71.5 73.9 144.5) |
| OKLCH | oklch(0.734 0.192 147.6) |
Copy-ready code
/* CSS */
color: #38c85c;
background-color: #38c85c;
/* Tailwind (arbitrary) */
class="text-[#38c85c] bg-[#38c85c]"
/* SCSS */
$brand: #38c85c;
/* SwiftUI */
Color(red: 0.220, green: 0.784, blue: 0.361)
/* Android */
Color.parseColor("#38c85c")Accessibility — WCAG contrast
Aa
#38c85c on white: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#38c85c on black: 9.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.0%
Green78.4%
Blue36.1%
CMYK percentages
Cyan72.0%
Magenta0.0%
Yellow54.0%
Key (black)21.6%
Color previews
#38c85c text on a black background
contrast 9.58:1
Card sample
#38c85c text on a white background
contrast 2.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #38c85c;
Background color
Panel with #38c85c background
background-color: #38c85c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #38c85c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(56, 200, 92, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(56, 200, 92, 0.45);
Border & gradient
Gradient panel
border: 3px solid #38c85c; background: linear-gradient(135deg, #38c85c, #38C8BC);