Emerald
#1DFCAA
GreenColor Codes
All color formats for development
HEX
#1DFCAARGB
rgb(29, 252, 170)HSL
hsl(158, 97%, 55%)OKLCH
oklch(0.876 0.193 160.3)CMYK
cmyk(88%, 0%, 33%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#04F99F
2#03DD8D
3#03C17C
4#03A66A
5#028A58
6#026F47
7#015335
8#013723
9#001C12
Tints
Lighter variations
1#34FCB2
2#4AFCBB
3#61FDC3
4#77FDCC
5#8EFDD4
6#A5FEDD
7#BBFEE5
8#D2FEEE
9#E8FFF6
Tones
Muted variations
1#28F0A7
2#33E5A4
3#3EDAA1
4#49CF9E
5#55C49B
6#60B998
7#6BAE95
8#76A392
9#81978F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEFE #BEFEE6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BFD #8BFDD4 | BordersInactive statesPlaceholder text |
| 400 | 4FFC #4FFCBD | Disabled statesSecondary iconsMuted text |
| 500 | 1DFC #1DFCAA | Primary brand colorCTAsActive elementsLinks |
| 600 | 03DD #03DD8D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 03B0 #03B070 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 027E #027E50 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0150 #015033 | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #013220 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F0FFF9;
--emerald-100: #DCFEF2;
--emerald-200: #BEFEE6;
--emerald-300: #8BFDD4;
--emerald-400: #4FFCBD;
--emerald-500: #1DFCAA;
--emerald-600: #03DD8D;
--emerald-700: #03B070;
--emerald-800: #027E50;
--emerald-900: #015033;
--emerald-950: #013220;
}