Emerald
#55F7AB
GreenColor Codes
All color formats for development
HEX
#55F7ABRGB
rgb(85, 247, 171)HSL
hsl(152, 91%, 65%)OKLCH
oklch(0.873 0.172 158.9)CMYK
cmyk(66%, 0%, 31%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#35F59C
2#15F48C
3#0ADE7B
4#09BE69
5#079E58
6#067F46
7#045F35
8#033F23
9#012012
Tints
Lighter variations
1#66F8B4
2#77F9BC
3#88F9C4
4#99FACD
5#AAFBD5
6#BBFCDD
7#CCFDE6
8#DDFDEE
9#EEFEF7
Tones
Muted variations
1#5DEFAB
2#65E7AA
3#6DDFAA
4#75D6A9
5#7DCEA8
6#85C6A8
7#8DBEA7
8#96B6A7
9#9EAEA6
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDEE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0FC #C0FCE0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FFA #8FFAC8 | BordersInactive statesPlaceholder text |
| 400 | 55F7 #55F7AB | Disabled statesSecondary iconsMuted text |
| 500 | 24F5 #24F593 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0AD6 #0AD677 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 08AA #08AA5F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 067A #067A44 | Text on light backgroundsHeadingsStrong borders |
| 900 | 044E #044E2B | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #02311B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F0FEF8;
--emerald-100: #DDFDEE;
--emerald-200: #C0FCE0;
--emerald-300: #8FFAC8;
--emerald-400: #55F7AB;
--emerald-500: #24F593;
--emerald-600: #0AD677;
--emerald-700: #08AA5F;
--emerald-800: #067A44;
--emerald-900: #044E2B;
--emerald-950: #02311B;
}