Emerald
#38E041
GreenColor Codes
All color formats for development
HEX
#38E041RGB
rgb(56, 224, 65)HSL
hsl(123, 73%, 55%)OKLCH
oklch(0.794 0.239 143.5)CMYK
cmyk(75%, 0%, 71%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#22DA2B
2#1EC226
3#1BAA22
4#17921D
5#137918
6#0F6113
7#0B490E
8#08310A
9#041805
Tints
Lighter variations
1#4CE354
2#60E667
3#74E97A
4#88EC8D
5#9CF0A0
6#B0F3B3
7#C3F6C6
8#D7F9D9
9#EBFCEC
Tones
Muted variations
1#41D848
2#49CF50
3#52C757
4#5ABF5F
5#62B667
6#6BAE6E
7#73A576
8#7B9D7D
9#849585
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAE1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6C8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEF9E | BordersInactive statesPlaceholder text |
| 400 | 65E7 #65E76B | Disabled statesSecondary iconsMuted text |
| 500 | 38E0 #38E041 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EC2 #1EC226 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 189A #189A1F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116E #116E16 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B47 #0B470E | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C09 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FDF2;
--emerald-100: #E0FAE1;
--emerald-200: #C6F6C8;
--emerald-300: #9AEF9E;
--emerald-400: #65E76B;
--emerald-500: #38E041;
--emerald-600: #1EC226;
--emerald-700: #189A1F;
--emerald-800: #116E16;
--emerald-900: #0B470E;
--emerald-950: #072C09;
}