Emerald
#55F6AB
GreenColor Codes
All color formats for development
HEX
#55F6ABRGB
rgb(85, 246, 171)HSL
hsl(152, 90%, 65%)OKLCH
oklch(0.871 0.171 159.1)CMYK
cmyk(65%, 0%, 30%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#36F49C
2#16F38C
3#0CDC7B
4#0ABD69
5#089D58
6#077E46
7#055E35
8#033F23
9#021F12
Tints
Lighter variations
1#66F7B3
2#77F8BC
3#88F9C4
4#99FACD
5#AAFBD5
6#BBFBDD
7#CCFCE6
8#DDFDEE
9#EEFEF7
Tones
Muted variations
1#5DEEAB
2#65E6AA
3#6EDEA9
4#76D6A9
5#7ECEA8
6#86C6A8
7#8EBEA7
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 | 90F9 #90F9C8 | BordersInactive statesPlaceholder text |
| 400 | 55F6 #55F6AB | Disabled statesSecondary iconsMuted text |
| 500 | 25F4 #25F493 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0BD5 #0BD577 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 09AA #09AA5F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0679 #067944 | Text on light backgroundsHeadingsStrong borders |
| 900 | 044E #044E2B | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #03301B | 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: #90F9C8;
--emerald-400: #55F6AB;
--emerald-500: #25F493;
--emerald-600: #0BD577;
--emerald-700: #09AA5F;
--emerald-800: #067944;
--emerald-900: #044E2B;
--emerald-950: #03301B;
}