Emerald
#33E63C
GreenColor Codes
All color formats for development
HEX
#33E63CRGB
rgb(51, 230, 60)HSL
hsl(123, 78%, 55%)OKLCH
oklch(0.808 0.249 143.3)CMYK
cmyk(78%, 0%, 74%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1CE126
2#19C821
3#16AF1D
4#139619
5#0F7D15
6#0C6411
7#094B0D
8#063208
9#031904
Tints
Lighter variations
1#47E84F
2#5CEB63
3#70ED76
4#84F08A
5#99F29D
6#ADF5B1
7#C2F7C4
8#D6FAD8
9#EBFCEB
Tones
Muted variations
1#3CDD44
2#45D44C
3#4ECB54
4#57C25C
5#5FB964
6#68B06C
7#71A774
8#7A9E7C
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 #97F29B | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EB67 | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E63C | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C821 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F1B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E7113 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #09490C | 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: #97F29B;
--emerald-400: #60EB67;
--emerald-500: #33E63C;
--emerald-600: #19C821;
--emerald-700: #149F1B;
--emerald-800: #0E7113;
--emerald-900: #09490C;
--emerald-950: #062D08;
}