Emerald
#1EFA9B
GreenColor Codes
All color formats for development
HEX
#1EFA9BRGB
rgb(30, 250, 155)HSL
hsl(154, 96%, 55%)OKLCH
oklch(0.868 0.204 156.7)CMYK
cmyk(88%, 0%, 38%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#05F78E
2#04DC7F
3#04C06F
4#03A55F
5#03894F
6#026E3F
7#02522F
8#013720
9#011B10
Tints
Lighter variations
1#35FBA5
2#4BFBAF
3#62FCB9
4#78FCC3
5#8FFDCD
6#A5FDD7
7#BCFEE1
8#D2FEEB
9#E9FFF5
Tones
Muted variations
1#29EF99
2#34E498
3#3FD997
4#4ACE95
5#55C394
6#60B892
7#6BAD91
8#76A28F
9#81978E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEFE #BEFEE2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8CFD #8CFDCC | BordersInactive statesPlaceholder text |
| 400 | 50FB #50FBB1 | Disabled statesSecondary iconsMuted text |
| 500 | 1EFA #1EFA9B | Primary brand colorCTAsActive elementsLinks |
| 600 | 04DC #04DC7F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 04AF #04AF65 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 037D #037D48 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0250 #02502E | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #01321D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F0FFF8;
--emerald-100: #DCFEEF;
--emerald-200: #BEFEE2;
--emerald-300: #8CFDCC;
--emerald-400: #50FBB1;
--emerald-500: #1EFA9B;
--emerald-600: #04DC7F;
--emerald-700: #04AF65;
--emerald-800: #037D48;
--emerald-900: #02502E;
--emerald-950: #01321D;
}