Emerald
#5EED6F
GreenColor Codes
All color formats for development
HEX
#5EED6FRGB
rgb(94, 237, 111)HSL
hsl(127, 80%, 65%)OKLCH
oklch(0.841 0.208 145.5)CMYK
cmyk(60%, 0%, 53%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#41EA54
2#23E73A
3#17D12D
4#14B326
5#119520
6#0D771A
7#0A5A13
8#073C0D
9#031E06
Tints
Lighter variations
1#6EEF7D
2#7EF18C
3#8FF39A
4#9FF4A9
5#AFF6B7
6#BFF8C5
7#CFFAD4
8#DFFBE2
9#EFFDF1
Tones
Muted variations
1#65E674
2#6DDF7A
3#74D87F
4#7BD185
5#82C98A
6#89C290
7#90BB95
8#97B49B
9#9FADA0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBE2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F8 #C3F8CA | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F3 #95F3A0 | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EED6F | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E846 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CA2B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A123 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D7319 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #084910 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E0A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F1FDF3;
--emerald-100: #DFFBE2;
--emerald-200: #C3F8CA;
--emerald-300: #95F3A0;
--emerald-400: #5EED6F;
--emerald-500: #30E846;
--emerald-600: #16CA2B;
--emerald-700: #12A123;
--emerald-800: #0D7319;
--emerald-900: #084910;
--emerald-950: #052E0A;
}