Emerald
#16CAAF
CyanColor Codes
All color formats for development
HEX
#16CAAFRGB
rgb(22, 202, 175)HSL
hsl(171, 80%, 44%)OKLCH
oklch(0.752 0.135 178.3)CMYK
cmyk(89%, 0%, 13%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#14B69E
2#12A28C
3#108D7B
4#0D7969
5#0B6558
6#095146
7#073D35
8#042823
9#021412
Tints
Lighter variations
1#19E4C5
2#31E8CD
3#4BEBD3
4#65EED9
5#7EF1E0
6#98F4E6
7#B2F6EC
8#CCF9F2
9#E5FCF9
Tones
Muted variations
1#1FC1A9
2#28B8A2
3#31AF9C
4#3AA696
5#439D90
6#4C9489
7#558B83
8#5E827D
9#677976
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F8 #C3F8F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F3 #95F3E5 | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EEDD8 | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E8CD | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CAAF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A18B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D7363 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #084940 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F1FDFC;
--emerald-100: #DFFBF7;
--emerald-200: #C3F8F0;
--emerald-300: #95F3E5;
--emerald-400: #5EEDD8;
--emerald-500: #30E8CD;
--emerald-600: #16CAAF;
--emerald-700: #12A18B;
--emerald-800: #0D7363;
--emerald-900: #084940;
--emerald-950: #052E28;
}