Emerald
#16CA5B
GreenColor Codes
All color formats for development
HEX
#16CA5BRGB
rgb(22, 202, 91)HSL
hsl(143, 80%, 44%)OKLCH
oklch(0.734 0.202 149.1)CMYK
cmyk(89%, 0%, 55%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#14B652
2#12A249
3#108D40
4#0D7937
5#0B652E
6#095125
7#073D1B
8#042812
9#021409
Tints
Lighter variations
1#19E467
2#31E877
3#4BEB88
4#65EE99
5#7EF1AA
6#98F4BB
7#B2F6CC
8#CCF9DD
9#E5FCEE
Tones
Muted variations
1#1FC15D
2#28B85F
3#31AF62
4#3AA664
5#439D66
6#4C9468
7#558B6A
8#5E826C
9#67796E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBEA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F8 #C3F8D8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F3 #95F3B9 | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EED95 | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E877 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CA5B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A149 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D7334 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #084921 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E15 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F1FDF6;
--emerald-100: #DFFBEA;
--emerald-200: #C3F8D8;
--emerald-300: #95F3B9;
--emerald-400: #5EED95;
--emerald-500: #30E877;
--emerald-600: #16CA5B;
--emerald-700: #12A149;
--emerald-800: #0D7334;
--emerald-900: #084921;
--emerald-950: #052E15;
}