Emerald
#16CAB5
CyanColor Codes
All color formats for development
HEX
#16CAB5RGB
rgb(22, 202, 181)HSL
hsl(173, 80%, 44%)OKLCH
oklch(0.754 0.133 181.7)CMYK
cmyk(89%, 0%, 10%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#14B6A3
2#12A291
3#108D7F
4#0D796D
5#0B655B
6#095148
7#073D36
8#042824
9#021412
Tints
Lighter variations
1#19E4CC
2#31E8D3
3#4BEBD8
4#65EEDE
5#7EF1E3
6#98F4E9
7#B2F6EE
8#CCF9F4
9#E5FCF9
Tones
Muted variations
1#1FC1AE
2#28B8A7
3#31AFA0
4#3AA699
5#439D93
6#4C948C
7#558B85
8#5E827E
9#677977
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F8 #C3F8F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F3 #95F3E8 | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EEDDC | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E8D3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CAB5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A190 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D7367 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #084942 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F1FDFC;
--emerald-100: #DFFBF8;
--emerald-200: #C3F8F2;
--emerald-300: #95F3E8;
--emerald-400: #5EEDDC;
--emerald-500: #30E8D3;
--emerald-600: #16CAB5;
--emerald-700: #12A190;
--emerald-800: #0D7367;
--emerald-900: #084942;
--emerald-950: #052E29;
}