Cyan
#13CDBE
CyanColor Codes
All color formats for development
HEX
#13CDBERGB
rgb(19, 205, 190)HSL
hsl(175, 83%, 44%)OKLCH
oklch(0.764 0.132 185.5)CMYK
cmyk(91%, 0%, 7%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#11B9AB
2#0FA498
3#0D9085
4#0B7B72
5#0A675F
6#08524C
7#063E39
8#042926
9#021513
Tints
Lighter variations
1#16E7D6
2#2EECDC
3#48EEE0
4#62F0E5
5#7CF3E9
6#96F5ED
7#B1F8F2
8#CBFAF6
9#E5FDFB
Tones
Muted variations
1#1CC4B6
2#26BBAE
3#2FB1A7
4#38A89F
5#429F97
6#4B958F
7#548C87
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 #DEFCF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F9 #C2F9F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F5 #94F5ED | BordersInactive statesPlaceholder text |
| 400 | 5CF0 #5CF0E3 | Disabled statesSecondary iconsMuted text |
| 500 | 2DEB #2DEBDC | Primary brand colorCTAsActive elementsLinks |
| 600 | 13CD #13CDBE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0FA3 #0FA397 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B75 #0B756C | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B45 | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F1FEFD;
--cyan-100: #DEFCF9;
--cyan-200: #C2F9F5;
--cyan-300: #94F5ED;
--cyan-400: #5CF0E3;
--cyan-500: #2DEBDC;
--cyan-600: #13CDBE;
--cyan-700: #0FA397;
--cyan-800: #0B756C;
--cyan-900: #074B45;
--cyan-950: #042F2B;
}