Emerald
#33E69B
GreenColor Codes
All color formats for development
HEX
#33E69BRGB
rgb(51, 230, 155)HSL
hsl(155, 78%, 55%)OKLCH
oklch(0.821 0.176 159.5)CMYK
cmyk(78%, 0%, 33%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1CE18F
2#19C87F
3#16AF6F
4#13965F
5#0F7D4F
6#0C643F
7#094B30
8#063220
9#031910
Tints
Lighter variations
1#47E8A5
2#5CEBAF
3#70EDB9
4#84F0C3
5#99F2CD
6#ADF5D7
7#C2F7E1
8#D6FAEB
9#EBFCF5
Tones
Muted variations
1#3CDD9A
2#45D498
3#4ECB97
4#57C295
5#5FB994
6#68B092
7#71A791
8#7A9E8F
9#83958E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8E2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2CC | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EBB1 | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E69B | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C87F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F65 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E7148 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #09492E | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D1D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F1FDF8;
--emerald-100: #DFFBEF;
--emerald-200: #C4F8E2;
--emerald-300: #97F2CC;
--emerald-400: #60EBB1;
--emerald-500: #33E69B;
--emerald-600: #19C87F;
--emerald-700: #149F65;
--emerald-800: #0E7148;
--emerald-900: #09492E;
--emerald-950: #062D1D;
}