Emerald
#32E7BA
CyanColor Codes
All color formats for development
HEX
#32E7BARGB
rgb(50, 231, 186)HSL
hsl(165, 79%, 55%)OKLCH
oklch(0.831 0.153 170.9)CMYK
cmyk(78%, 0%, 19%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1BE2B0
2#18C99D
3#15B089
4#129775
5#0F7E62
6#0C644E
7#094B3B
8#063227
9#031914
Tints
Lighter variations
1#46E9C1
2#5BECC7
3#6FEECE
4#84F1D5
5#98F3DC
6#ADF5E3
7#C1F8EA
8#D6FAF1
9#EAFDF8
Tones
Muted variations
1#3BDEB5
2#44D5B1
3#4DCCAC
4#56C3A7
5#5FBAA3
6#68B19E
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 | 96F3 #96F3DC | BordersInactive statesPlaceholder text |
| 400 | 5FEC #5FECC9 | Disabled statesSecondary iconsMuted text |
| 500 | 32E7 #32E7BA | Primary brand colorCTAsActive elementsLinks |
| 600 | 18C9 #18C99D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 13A0 #13A07D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D72 #0D7259 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094939 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E24 | 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: #96F3DC;
--emerald-400: #5FECC9;
--emerald-500: #32E7BA;
--emerald-600: #18C99D;
--emerald-700: #13A07D;
--emerald-800: #0D7259;
--emerald-900: #094939;
--emerald-950: #052E24;
}