Emerald
#33E662
GreenColor Codes
All color formats for development
HEX
#33E662RGB
rgb(51, 230, 98)HSL
hsl(136, 78%, 55%)OKLCH
oklch(0.812 0.224 147.2)CMYK
cmyk(78%, 0%, 57%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1CE150
2#19C847
3#16AF3E
4#139636
5#0F7D2D
6#0C6424
7#094B1B
8#063212
9#031909
Tints
Lighter variations
1#47E872
2#5CEB82
3#70ED91
4#84F0A1
5#99F2B1
6#ADF5C0
7#C2F7D0
8#D6FAE0
9#EBFCEF
Tones
Muted variations
1#3CDD67
2#45D46B
3#4ECB6F
4#57C273
5#5FB977
6#68B07C
7#71A780
8#7A9E84
9#839588
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBE7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8D2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2AF | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EB85 | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E662 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C847 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F39 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E7129 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #09491A | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D10 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F1FDF5;
--emerald-100: #DFFBE7;
--emerald-200: #C4F8D2;
--emerald-300: #97F2AF;
--emerald-400: #60EB85;
--emerald-500: #33E662;
--emerald-600: #19C847;
--emerald-700: #149F39;
--emerald-800: #0E7129;
--emerald-900: #09491A;
--emerald-950: #062D10;
}