Emerald
#14CCB7
CyanColor Codes
All color formats for development
HEX
#14CCB7RGB
rgb(20, 204, 183)HSL
hsl(173, 82%, 44%)OKLCH
oklch(0.759 0.134 181.8)CMYK
cmyk(90%, 0%, 10%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#12B8A4
2#10A392
3#0E8F80
4#0C7B6E
5#0A665B
6#085249
7#063D37
8#042925
9#021412
Tints
Lighter variations
1#17E6CE
2#2FEAD5
3#49EDDA
4#63F0DF
5#7DF2E4
6#97F5EA
7#B1F7EF
8#CBFAF4
9#E5FCFA
Tones
Muted variations
1#1DC3B0
2#27BAA9
3#30B1A2
4#39A79B
5#429E93
6#4B958C
7#558C85
8#5E837E
9#677977
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFC #DFFCF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F9 #C3F9F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F4 #94F4E9 | BordersInactive statesPlaceholder text |
| 400 | 5DEF #5DEFDE | Disabled statesSecondary iconsMuted text |
| 500 | 2EEA #2EEAD4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 14CC #14CCB7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 10A2 #10A291 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B74 #0B7468 | Text on light backgroundsHeadingsStrong borders |
| 900 | 074A #074A42 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F1FEFC;
--emerald-100: #DFFCF8;
--emerald-200: #C3F9F3;
--emerald-300: #94F4E9;
--emerald-400: #5DEFDE;
--emerald-500: #2EEAD4;
--emerald-600: #14CCB7;
--emerald-700: #10A291;
--emerald-800: #0B7468;
--emerald-900: #074A42;
--emerald-950: #052E2A;
}