Cyan
#16CAC4
CyanColor Codes
All color formats for development
HEX
#16CAC4RGB
rgb(22, 202, 196)HSL
hsl(178, 80%, 44%)OKLCH
oklch(0.759 0.128 191)CMYK
cmyk(89%, 0%, 3%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#14B6B0
2#12A29D
3#108D89
4#0D7976
5#0B6562
6#09514E
7#073D3B
8#042827
9#021414
Tints
Lighter variations
1#19E4DD
2#31E8E2
3#4BEBE6
4#65EEE9
5#7EF1ED
6#98F4F1
7#B2F6F4
8#CCF9F8
9#E5FCFB
Tones
Muted variations
1#1FC1BC
2#28B8B3
3#31AFAB
4#3AA6A2
5#439D9A
6#4C9492
7#558B89
8#5E8281
9#677979
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 #C3F8F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F3 #95F3F0 | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EEDE8 | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E8E2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CAC4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A19C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D736F | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #084947 | 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: #DFFBFA;
--cyan-200: #C3F8F7;
--cyan-300: #95F3F0;
--cyan-400: #5EEDE8;
--cyan-500: #30E8E2;
--cyan-600: #16CAC4;
--cyan-700: #12A19C;
--cyan-800: #0D736F;
--cyan-900: #084947;
--cyan-950: #052E2D;
}