Emerald
#16CAAC
CyanColor Codes
All color formats for development
HEX
#16CAACRGB
rgb(22, 202, 172)HSL
hsl(170, 80%, 44%)OKLCH
oklch(0.751 0.137 176.6)CMYK
cmyk(89%, 0%, 15%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#14B69B
2#12A28A
3#108D78
4#0D7967
5#0B6556
6#095145
7#073D34
8#042822
9#021411
Tints
Lighter variations
1#19E4C2
2#31E8CA
3#4BEBD0
4#65EED7
5#7EF1DE
6#98F4E4
7#B2F6EB
8#CCF9F2
9#E5FCF8
Tones
Muted variations
1#1FC1A6
2#28B8A0
3#31AF9A
4#3AA694
5#439D8E
6#4C9488
7#558B82
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 #DFFBF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F8 #C3F8F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F3 #95F3E4 | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EEDD5 | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E8C9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CAAC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A189 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D7362 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #08493F | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F1FDFB;
--emerald-100: #DFFBF7;
--emerald-200: #C3F8F0;
--emerald-300: #95F3E4;
--emerald-400: #5EEDD5;
--emerald-500: #30E8C9;
--emerald-600: #16CAAC;
--emerald-700: #12A189;
--emerald-800: #0D7362;
--emerald-900: #08493F;
--emerald-950: #052E27;
}