Emerald
#16CAA9
CyanColor Codes
All color formats for development
HEX
#16CAA9RGB
rgb(22, 202, 169)HSL
hsl(169, 80%, 44%)OKLCH
oklch(0.75 0.139 175)CMYK
cmyk(89%, 0%, 16%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#14B698
2#12A287
3#108D76
4#0D7965
5#0B6555
6#095144
7#073D33
8#042822
9#021411
Tints
Lighter variations
1#19E4BF
2#31E8C7
3#4BEBCE
4#65EED5
5#7EF1DC
6#98F4E3
7#B2F6EA
8#CCF9F1
9#E5FCF8
Tones
Muted variations
1#1FC1A3
2#28B89E
3#31AF98
4#3AA692
5#439D8D
6#4C9487
7#558B81
8#5E827C
9#677976
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F8 #C3F8EF | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F3 #95F3E2 | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EEDD3 | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E8C6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CAA9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A186 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D7360 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #08493D | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E26 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F1FDFB;
--emerald-100: #DFFBF6;
--emerald-200: #C3F8EF;
--emerald-300: #95F3E2;
--emerald-400: #5EEDD3;
--emerald-500: #30E8C6;
--emerald-600: #16CAA9;
--emerald-700: #12A186;
--emerald-800: #0D7360;
--emerald-900: #08493D;
--emerald-950: #052E26;
}