Cyan
#16CAC1
CyanColor Codes
All color formats for development
HEX
#16CAC1RGB
rgb(22, 202, 193)HSL
hsl(177, 80%, 44%)OKLCH
oklch(0.758 0.129 189)CMYK
cmyk(89%, 0%, 4%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#14B6AE
2#12A29A
3#108D87
4#0D7974
5#0B6560
6#09514D
7#073D3A
8#042827
9#021413
Tints
Lighter variations
1#19E4DA
2#31E8DF
3#4BEBE3
4#65EEE7
5#7EF1EB
6#98F4EF
7#B2F6F3
8#CCF9F7
9#E5FCFB
Tones
Muted variations
1#1FC1B9
2#28B8B1
3#31AFA9
4#3AA6A1
5#439D99
6#4C9491
7#558B88
8#5E8280
9#677978
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F8 #C3F8F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F3 #95F3EF | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EEDE6 | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E8DF | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CAC1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A19A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D736E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #084946 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E2C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F1FDFD;
--cyan-100: #DFFBFA;
--cyan-200: #C3F8F6;
--cyan-300: #95F3EF;
--cyan-400: #5EEDE6;
--cyan-500: #30E8DF;
--cyan-600: #16CAC1;
--cyan-700: #12A19A;
--cyan-800: #0D736E;
--cyan-900: #084946;
--cyan-950: #052E2C;
}