Emerald
#33E68F
GreenColor Codes
All color formats for development
HEX
#33E68FRGB
rgb(51, 230, 143)HSL
hsl(151, 78%, 55%)OKLCH
oklch(0.819 0.186 156)CMYK
cmyk(78%, 0%, 38%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1CE182
2#19C873
3#16AF65
4#139656
5#0F7D48
6#0C643A
7#094B2B
8#06321D
9#03190E
Tints
Lighter variations
1#47E89A
2#5CEBA6
3#70EDB1
4#84F0BC
5#99F2C7
6#ADF5D2
7#C2F7DD
8#D6FAE9
9#EBFCF4
Tones
Muted variations
1#3CDD8F
2#45D48F
3#4ECB8E
4#57C28E
5#5FB98E
6#68B08D
7#71A78D
8#7A9E8D
9#83958D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBEE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8DF | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2C6 | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EBA8 | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E68F | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C873 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F5C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E7141 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #09492A | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D1A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F1FDF8;
--emerald-100: #DFFBEE;
--emerald-200: #C4F8DF;
--emerald-300: #97F2C6;
--emerald-400: #60EBA8;
--emerald-500: #33E68F;
--emerald-600: #19C873;
--emerald-700: #149F5C;
--emerald-800: #0E7141;
--emerald-900: #09492A;
--emerald-950: #062D1A;
}