Cyan
#13CDC7
CyanColor Codes
All color formats for development
HEX
#13CDC7RGB
rgb(19, 205, 199)HSL
hsl(178, 83%, 44%)OKLCH
oklch(0.767 0.13 191)CMYK
cmyk(91%, 0%, 3%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#11B9B3
2#0FA49F
3#0D908B
4#0B7B77
5#0A6764
6#085250
7#063E3C
8#042928
9#021514
Tints
Lighter variations
1#16E7E0
2#2EECE5
3#48EEE8
4#62F0EC
5#7CF3EF
6#96F5F2
7#B1F8F5
8#CBFAF9
9#E5FDFC
Tones
Muted variations
1#1CC4BE
2#26BBB6
3#2FB1AD
4#38A8A4
5#429F9C
6#4B9593
7#548C8A
8#5E8382
9#677A79
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F9 #C2F9F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F5 #94F5F2 | BordersInactive statesPlaceholder text |
| 400 | 5CF0 #5CF0EB | Disabled statesSecondary iconsMuted text |
| 500 | 2DEB #2DEBE5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 13CD #13CDC7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0FA3 #0FA39E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B75 #0B7571 | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B48 | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F1FEFD;
--cyan-100: #DEFCFB;
--cyan-200: #C2F9F8;
--cyan-300: #94F5F2;
--cyan-400: #5CF0EB;
--cyan-500: #2DEBE5;
--cyan-600: #13CDC7;
--cyan-700: #0FA39E;
--cyan-800: #0B7571;
--cyan-900: #074B48;
--cyan-950: #042F2D;
}