Emerald
#38E06B
GreenColor Codes
All color formats for development
HEX
#38E06BRGB
rgb(56, 224, 107)HSL
hsl(138, 73%, 55%)OKLCH
oklch(0.798 0.209 148.6)CMYK
cmyk(75%, 0%, 52%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#22DA59
2#1EC24F
3#1BAA46
4#17923C
5#137932
6#0F6128
7#0B491E
8#083114
9#04180A
Tints
Lighter variations
1#4CE37A
2#60E688
3#74E997
4#88ECA6
5#9CF0B5
6#B0F3C4
7#C3F6D3
8#D7F9E1
9#EBFCF0
Tones
Muted variations
1#41D86E
2#49CF71
3#52C775
4#5ABF78
5#62B67B
6#6BAE7F
7#73A582
8#7B9D86
9#849589
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAE8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6D4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFB3 | BordersInactive statesPlaceholder text |
| 400 | 65E7 #65E78C | Disabled statesSecondary iconsMuted text |
| 500 | 38E0 #38E06B | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EC2 #1EC24F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 189A #189A3F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116E #116E2D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B47 #0B471D | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C12 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FDF5;
--emerald-100: #E0FAE8;
--emerald-200: #C6F6D4;
--emerald-300: #9AEFB3;
--emerald-400: #65E78C;
--emerald-500: #38E06B;
--emerald-600: #1EC24F;
--emerald-700: #189A3F;
--emerald-800: #116E2D;
--emerald-900: #0B471D;
--emerald-950: #072C12;
}