Emerald
#5FEC72
GreenColor Codes
All color formats for development
HEX
#5FEC72RGB
rgb(95, 236, 114)HSL
hsl(128, 79%, 65%)OKLCH
oklch(0.839 0.204 145.9)CMYK
cmyk(60%, 0%, 52%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#42E958
2#24E53E
3#18D031
4#15B22A
5#119423
6#0E771C
7#0A5915
8#073B0E
9#031E07
Tints
Lighter variations
1#6FEE80
2#7FF08E
3#8FF29C
4#9FF4AA
5#AFF6B9
6#BFF8C7
7#CFF9D5
8#DFFBE3
9#EFFDF1
Tones
Muted variations
1#66E577
2#6DDE7C
3#74D782
4#7BD087
5#82C98C
6#8AC291
7#91BB96
8#98B49B
9#9FADA1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBE3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8CB | Secondary backgroundsInput backgroundsDividers |
| 300 | 96F3 #96F3A2 | BordersInactive statesPlaceholder text |
| 400 | 5FEC #5FEC72 | Disabled statesSecondary iconsMuted text |
| 500 | 32E7 #32E74A | Primary brand colorCTAsActive elementsLinks |
| 600 | 18C9 #18C92F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 13A0 #13A026 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D72 #0D721B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094911 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E0B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F1FDF3;
--emerald-100: #DFFBE3;
--emerald-200: #C4F8CB;
--emerald-300: #96F3A2;
--emerald-400: #5FEC72;
--emerald-500: #32E74A;
--emerald-600: #18C92F;
--emerald-700: #13A026;
--emerald-800: #0D721B;
--emerald-900: #094911;
--emerald-950: #052E0B;
}