Cyan
#13CDCD
CyanColor Codes
All color formats for development
HEX
#13CDCDRGB
rgb(19, 205, 205)HSL
hsl(180, 83%, 44%)OKLCH
oklch(0.769 0.129 194.8)CMYK
cmyk(91%, 0%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#11B9B9
2#0FA4A4
3#0D9090
4#0B7B7B
5#0A6767
6#085252
7#063E3E
8#042929
9#021515
Tints
Lighter variations
1#16E7E7
2#2EECEC
3#48EEEE
4#62F0F0
5#7CF3F3
6#96F5F5
7#B1F8F8
8#CBFAFA
9#E5FDFD
Tones
Muted variations
1#1CC4C4
2#26BBBB
3#2FB1B1
4#38A8A8
5#429F9F
6#4B9595
7#548C8C
8#5E8383
9#677A7A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F9 #C2F9F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F5 #94F5F5 | BordersInactive statesPlaceholder text |
| 400 | 5CF0 #5CF0F0 | Disabled statesSecondary iconsMuted text |
| 500 | 2DEB #2DEBEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 13CD #13CDCD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0FA3 #0FA3A3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B75 #0B7575 | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B4B | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F1FEFE;
--cyan-100: #DEFCFC;
--cyan-200: #C2F9F9;
--cyan-300: #94F5F5;
--cyan-400: #5CF0F0;
--cyan-500: #2DEBEB;
--cyan-600: #13CDCD;
--cyan-700: #0FA3A3;
--cyan-800: #0B7575;
--cyan-900: #074B4B;
--cyan-950: #042F2F;
}