Emerald
#33E63F
GreenColor Codes
All color formats for development
HEX
#33E63FRGB
rgb(51, 230, 63)HSL
hsl(124, 78%, 55%)OKLCH
oklch(0.808 0.248 143.6)CMYK
cmyk(78%, 0%, 73%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1CE129
2#19C824
3#16AF20
4#13961B
5#0F7D17
6#0C6412
7#094B0E
8#063209
9#031905
Tints
Lighter variations
1#47E852
2#5CEB65
3#70ED78
4#84F08C
5#99F29F
6#ADF5B2
7#C2F7C5
8#D6FAD9
9#EBFCEC
Tones
Muted variations
1#3CDD46
2#45D44E
3#4ECB56
4#57C25E
5#5FB965
6#68B06D
7#71A775
8#7A9E7D
9#839584
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBE1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8C7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F29D | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EB69 | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E63F | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C824 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F1D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E7115 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #09490D | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D08 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F1FDF2;
--emerald-100: #DFFBE1;
--emerald-200: #C4F8C7;
--emerald-300: #97F29D;
--emerald-400: #60EB69;
--emerald-500: #33E63F;
--emerald-600: #19C824;
--emerald-700: #149F1D;
--emerald-800: #0E7115;
--emerald-900: #09490D;
--emerald-950: #062D08;
}