Emerald
#32E7C0
CyanColor Codes
All color formats for development
HEX
#32E7C0RGB
rgb(50, 231, 192)HSL
hsl(167, 79%, 55%)OKLCH
oklch(0.832 0.15 173.7)CMYK
cmyk(78%, 0%, 17%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1BE2B7
2#18C9A2
3#15B08E
4#12977A
5#0F7E66
6#0C6451
7#094B3D
8#063229
9#031914
Tints
Lighter variations
1#46E9C6
2#5BECCC
3#6FEED3
4#84F1D9
5#98F3DF
6#ADF5E6
7#C1F8EC
8#D6FAF2
9#EAFDF9
Tones
Muted variations
1#3BDEBA
2#44D5B5
3#4DCCB0
4#56C3AB
5#5FBAA6
6#68B1A1
7#71A79C
8#7A9E97
9#839591
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8ED | Secondary backgroundsInput backgroundsDividers |
| 300 | 96F3 #96F3DF | BordersInactive statesPlaceholder text |
| 400 | 5FEC #5FECCE | Disabled statesSecondary iconsMuted text |
| 500 | 32E7 #32E7C0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 18C9 #18C9A2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 13A0 #13A081 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D72 #0D725C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #09493B | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F1FDFB;
--emerald-100: #DFFBF5;
--emerald-200: #C4F8ED;
--emerald-300: #96F3DF;
--emerald-400: #5FECCE;
--emerald-500: #32E7C0;
--emerald-600: #18C9A2;
--emerald-700: #13A081;
--emerald-800: #0D725C;
--emerald-900: #09493B;
--emerald-950: #052E25;
}