Emerald
#16CAA6
CyanColor Codes
All color formats for development
HEX
#16CAA6RGB
rgb(22, 202, 166)HSL
hsl(168, 80%, 44%)OKLCH
oklch(0.75 0.14 173.4)CMYK
cmyk(89%, 0%, 18%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#14B695
2#12A285
3#108D74
4#0D7964
5#0B6553
6#095142
7#073D32
8#042821
9#021411
Tints
Lighter variations
1#19E4BB
2#31E8C4
3#4BEBCB
4#65EED2
5#7EF1DA
6#98F4E1
7#B2F6E9
8#CCF9F0
9#E5FCF8
Tones
Muted variations
1#1FC1A1
2#28B89B
3#31AF96
4#3AA691
5#439D8B
6#4C9486
7#558B80
8#5E827B
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 #C3F8EE | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F3 #95F3E1 | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EEDD1 | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E8C3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CAA6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A184 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D735E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #08493C | 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: #C3F8EE;
--emerald-300: #95F3E1;
--emerald-400: #5EEDD1;
--emerald-500: #30E8C3;
--emerald-600: #16CAA6;
--emerald-700: #12A184;
--emerald-800: #0D735E;
--emerald-900: #08493C;
--emerald-950: #052E26;
}