Emerald
#33E67D
GreenColor Codes
All color formats for development
HEX
#33E67DRGB
rgb(51, 230, 125)HSL
hsl(145, 78%, 55%)OKLCH
oklch(0.815 0.202 151.8)CMYK
cmyk(78%, 0%, 46%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1CE16E
2#19C862
3#16AF55
4#139649
5#0F7D3D
6#0C6431
7#094B25
8#063218
9#03190C
Tints
Lighter variations
1#47E88A
2#5CEB97
3#70EDA4
4#84F0B1
5#99F2BE
6#ADF5CB
7#C2F7D8
8#D6FAE5
9#EBFCF2
Tones
Muted variations
1#3CDD7F
2#45D480
3#4ECB82
4#57C283
5#5FB985
6#68B086
7#71A788
8#7A9E89
9#83958B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBEB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8DA | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2BD | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EB9A | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E67D | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C862 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F4E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E7137 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094923 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D16 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F1FDF6;
--emerald-100: #DFFBEB;
--emerald-200: #C4F8DA;
--emerald-300: #97F2BD;
--emerald-400: #60EB9A;
--emerald-500: #33E67D;
--emerald-600: #19C862;
--emerald-700: #149F4E;
--emerald-800: #0E7137;
--emerald-900: #094923;
--emerald-950: #062D16;
}