Emerald
#33E6B9
CyanColor Codes
All color formats for development
HEX
#33E6B9RGB
rgb(51, 230, 185)HSL
hsl(165, 78%, 55%)OKLCH
oklch(0.828 0.153 170.8)CMYK
cmyk(78%, 0%, 20%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1CE1AF
2#19C89C
3#16AF88
4#139675
5#0F7D61
6#0C644E
7#094B3A
8#063227
9#031913
Tints
Lighter variations
1#47E8C0
2#5CEBC7
3#70EDCE
4#84F0D5
5#99F2DC
6#ADF5E3
7#C2F7EA
8#D6FAF1
9#EBFCF8
Tones
Muted variations
1#3CDDB5
2#45D4B0
3#4ECBAC
4#57C2A7
5#5FB9A3
6#68B09E
7#71A79A
8#7A9E95
9#839591
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8EB | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2DB | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EBC9 | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E6B9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C89C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F7C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E7159 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094939 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D23 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F1FDFA;
--emerald-100: #DFFBF4;
--emerald-200: #C4F8EB;
--emerald-300: #97F2DB;
--emerald-400: #60EBC9;
--emerald-500: #33E6B9;
--emerald-600: #19C89C;
--emerald-700: #149F7C;
--emerald-800: #0E7159;
--emerald-900: #094939;
--emerald-950: #062D23;
}