Emerald
#30E8BA
CyanColor Codes
All color formats for development
HEX
#30E8BARGB
rgb(48, 232, 186)HSL
hsl(165, 80%, 55%)OKLCH
oklch(0.833 0.155 170.7)CMYK
cmyk(79%, 0%, 20%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#19E3B1
2#16CA9D
3#14B189
4#119776
5#0E7E62
6#0B654F
7#084C3B
8#063227
9#031914
Tints
Lighter variations
1#45EAC1
2#5AEDC8
3#6EEFCF
4#83F1D6
5#98F4DD
6#ACF6E3
7#C1F8EA
8#D6FAF1
9#EAFDF8
Tones
Muted variations
1#3ADFB6
2#43D6B1
3#4CCDAC
4#55C3A8
5#5EBAA3
6#68B19F
7#71A89A
8#7A9F95
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 | C3F8 #C3F8EB | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F3 #95F3DC | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EEDC9 | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E8BA | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CA9D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A17D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D7359 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #084939 | 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: #C3F8EB;
--emerald-300: #95F3DC;
--emerald-400: #5EEDC9;
--emerald-500: #30E8BA;
--emerald-600: #16CA9D;
--emerald-700: #12A17D;
--emerald-800: #0D7359;
--emerald-900: #084939;
--emerald-950: #052E24;
}