Cyan
#16CABE
CyanColor Codes
All color formats for development
HEX
#16CABERGB
rgb(22, 202, 190)HSL
hsl(176, 80%, 44%)OKLCH
oklch(0.757 0.129 187.2)CMYK
cmyk(89%, 0%, 6%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#14B6AB
2#12A298
3#108D85
4#0D7972
5#0B655F
6#09514C
7#073D39
8#042826
9#021413
Tints
Lighter variations
1#19E4D6
2#31E8DC
3#4BEBE0
4#65EEE5
5#7EF1E9
6#98F4ED
7#B2F6F2
8#CCF9F6
9#E5FCFB
Tones
Muted variations
1#1FC1B6
2#28B8AE
3#31AFA7
4#3AA69F
5#439D97
6#4C948F
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 #C3F8F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F3 #95F3ED | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EEDE4 | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E8DC | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CABE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A197 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D736C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #084945 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F1FDFD;
--cyan-100: #DFFBFA;
--cyan-200: #C3F8F5;
--cyan-300: #95F3ED;
--cyan-400: #5EEDE4;
--cyan-500: #30E8DC;
--cyan-600: #16CABE;
--cyan-700: #12A197;
--cyan-800: #0D736C;
--cyan-900: #084945;
--cyan-950: #052E2B;
}