Cyan
#13CACD
CyanColor Codes
All color formats for development
HEX
#13CACDRGB
rgb(19, 202, 205)HSL
hsl(181, 83%, 44%)OKLCH
oklch(0.762 0.128 196.7)CMYK
cmyk(91%, 1%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#11B6B9
2#0FA2A4
3#0D8E90
4#0B797B
5#0A6567
6#085152
7#063D3E
8#042829
9#021415
Tints
Lighter variations
1#16E4E7
2#2EE8EC
3#48EBEE
4#62EEF0
5#7CF1F3
6#96F4F5
7#B1F7F8
8#CBF9FA
9#E5FCFD
Tones
Muted variations
1#1CC1C4
2#26B8BB
3#2FAFB1
4#38A6A8
5#429D9F
6#4B9495
7#548B8C
8#5E8283
9#67797A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFB #DEFBFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F8 #C2F8F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F3 #94F3F5 | BordersInactive statesPlaceholder text |
| 400 | 5CED #5CEDF0 | Disabled statesSecondary iconsMuted text |
| 500 | 2DE8 #2DE8EB | Primary brand colorCTAsActive elementsLinks |
| 600 | 13CA #13CACD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0FA1 #0FA1A3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B73 #0B7375 | Text on light backgroundsHeadingsStrong borders |
| 900 | 074A #074A4B | Primary textHigh emphasis contentDark headings |
| 950 | 042E #042E2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F1FDFE;
--cyan-100: #DEFBFC;
--cyan-200: #C2F8F9;
--cyan-300: #94F3F5;
--cyan-400: #5CEDF0;
--cyan-500: #2DE8EB;
--cyan-600: #13CACD;
--cyan-700: #0FA1A3;
--cyan-800: #0B7375;
--cyan-900: #074A4B;
--cyan-950: #042E2F;
}