Cyan
#16CAC7
CyanColor Codes
All color formats for development
HEX
#16CAC7RGB
rgb(22, 202, 199)HSL
hsl(179, 80%, 44%)OKLCH
oklch(0.76 0.128 192.9)CMYK
cmyk(89%, 0%, 1%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#14B6B3
2#12A29F
3#108D8B
4#0D7977
5#0B6563
6#095150
7#073D3C
8#042828
9#021414
Tints
Lighter variations
1#19E4E0
2#31E8E5
3#4BEBE8
4#65EEEC
5#7EF1EF
6#98F4F2
7#B2F6F5
8#CCF9F9
9#E5FCFC
Tones
Muted variations
1#1FC1BE
2#28B8B6
3#31AFAD
4#3AA6A4
5#439D9C
6#4C9493
7#558B8A
8#5E8282
9#677979
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F8 #C3F8F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F3 #95F3F2 | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EEDEB | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E8E5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CAC7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A19E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D7371 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #084948 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F1FDFD;
--cyan-100: #DFFBFB;
--cyan-200: #C3F8F7;
--cyan-300: #95F3F2;
--cyan-400: #5EEDEB;
--cyan-500: #30E8E5;
--cyan-600: #16CAC7;
--cyan-700: #12A19E;
--cyan-800: #0D7371;
--cyan-900: #084948;
--cyan-950: #052E2D;
}