Cyan
#13CDBB
CyanColor Codes
All color formats for development
HEX
#13CDBBRGB
rgb(19, 205, 187)HSL
hsl(174, 83%, 44%)OKLCH
oklch(0.763 0.133 183.7)CMYK
cmyk(91%, 0%, 9%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#11B9A8
2#0FA495
3#0D9083
4#0B7B70
5#0A675D
6#08524B
7#063E38
8#042925
9#021513
Tints
Lighter variations
1#16E7D2
2#2EECD9
3#48EEDD
4#62F0E2
5#7CF3E7
6#96F5EC
7#B1F8F1
8#CBFAF5
9#E5FDFA
Tones
Muted variations
1#1CC4B3
2#26BBAC
3#2FB1A4
4#38A89D
5#429F95
6#4B958E
7#548C87
8#5E837F
9#677A78
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F9 #C2F9F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F5 #94F5EB | BordersInactive statesPlaceholder text |
| 400 | 5CF0 #5CF0E1 | Disabled statesSecondary iconsMuted text |
| 500 | 2DEB #2DEBD8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 13CD #13CDBB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0FA3 #0FA395 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B75 #0B756A | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B44 | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F1FEFC;
--cyan-100: #DEFCF9;
--cyan-200: #C2F9F4;
--cyan-300: #94F5EB;
--cyan-400: #5CF0E1;
--cyan-500: #2DEBD8;
--cyan-600: #13CDBB;
--cyan-700: #0FA395;
--cyan-800: #0B756A;
--cyan-900: #074B44;
--cyan-950: #042F2A;
}