Emerald
#33E671
GreenColor Codes
All color formats for development
HEX
#33E671RGB
rgb(51, 230, 113)HSL
hsl(141, 78%, 55%)OKLCH
oklch(0.814 0.212 149.5)CMYK
cmyk(78%, 0%, 51%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1CE161
2#19C856
3#16AF4B
4#139640
5#0F7D36
6#0C642B
7#094B20
8#063215
9#03190B
Tints
Lighter variations
1#47E880
2#5CEB8E
3#70ED9C
4#84F0AA
5#99F2B8
6#ADF5C6
7#C2F7D5
8#D6FAE3
9#EBFCF1
Tones
Muted variations
1#3CDD74
2#45D477
3#4ECB79
4#57C27C
5#5FB97F
6#68B082
7#71A784
8#7A9E87
9#83958A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBE9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8D6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2B7 | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EB91 | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E671 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C856 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F44 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E7131 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #09491F | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D14 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F1FDF6;
--emerald-100: #DFFBE9;
--emerald-200: #C4F8D6;
--emerald-300: #97F2B7;
--emerald-400: #60EB91;
--emerald-500: #33E671;
--emerald-600: #19C856;
--emerald-700: #149F44;
--emerald-800: #0E7131;
--emerald-900: #09491F;
--emerald-950: #062D14;
}