Emerald
#18C991
GreenColor Codes
All color formats for development
HEX
#18C991RGB
rgb(24, 201, 145)HSL
hsl(161, 79%, 44%)OKLCH
oklch(0.742 0.154 164.1)CMYK
cmyk(88%, 0%, 28%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#15B582
2#13A174
3#108D65
4#0E7957
5#0C6448
6#09503A
7#073C2B
8#05281D
9#02140E
Tints
Lighter variations
1#1BE2A3
2#33E7AE
3#4CEAB8
4#66EDC2
5#7FF0CC
6#99F3D6
7#B2F6E1
8#CCF9EB
9#E5FCF5
Tones
Muted variations
1#20C08D
2#29B78A
3#32AE87
4#3BA584
5#449D80
6#4D947D
7#568B7A
8#5E8277
9#677973
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96F3 #96F3D5 | BordersInactive statesPlaceholder text |
| 400 | 5FEC #5FECC0 | Disabled statesSecondary iconsMuted text |
| 500 | 32E7 #32E7AD | Primary brand colorCTAsActive elementsLinks |
| 600 | 18C9 #18C991 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 13A0 #13A073 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D72 #0D7252 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094935 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E21 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F1FDFA;
--emerald-100: #DFFBF2;
--emerald-200: #C4F8E7;
--emerald-300: #96F3D5;
--emerald-400: #5FECC0;
--emerald-500: #32E7AD;
--emerald-600: #18C991;
--emerald-700: #13A073;
--emerald-800: #0D7252;
--emerald-900: #094935;
--emerald-950: #052E21;
}