Cyan
#13CDC1
CyanColor Codes
All color formats for development
HEX
#13CDC1RGB
rgb(19, 205, 193)HSL
hsl(176, 83%, 44%)OKLCH
oklch(0.765 0.131 187.3)CMYK
cmyk(91%, 0%, 6%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#11B9AE
2#0FA49A
3#0D9087
4#0B7B74
5#0A6760
6#08524D
7#063E3A
8#042927
9#021513
Tints
Lighter variations
1#16E7D9
2#2EECDF
3#48EEE3
4#62F0E7
5#7CF3EB
6#96F5EF
7#B1F8F3
8#CBFAF7
9#E5FDFB
Tones
Muted variations
1#1CC4B9
2#26BBB1
3#2FB1A9
4#38A8A1
5#429F99
6#4B9590
7#548C88
8#5E8380
9#677A78
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F9 #C2F9F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F5 #94F5EF | BordersInactive statesPlaceholder text |
| 400 | 5CF0 #5CF0E6 | Disabled statesSecondary iconsMuted text |
| 500 | 2DEB #2DEBDF | Primary brand colorCTAsActive elementsLinks |
| 600 | 13CD #13CDC1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0FA3 #0FA399 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B75 #0B756E | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B46 | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F2C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F1FEFD;
--cyan-100: #DEFCFA;
--cyan-200: #C2F9F6;
--cyan-300: #94F5EF;
--cyan-400: #5CF0E6;
--cyan-500: #2DEBDF;
--cyan-600: #13CDC1;
--cyan-700: #0FA399;
--cyan-800: #0B756E;
--cyan-900: #074B46;
--cyan-950: #042F2C;
}