Cyan
#10D1D1
CyanColor Codes
All color formats for development
HEX
#10D1D1RGB
rgb(16, 209, 209)HSL
hsl(180, 86%, 44%)OKLCH
oklch(0.78 0.132 194.8)CMYK
cmyk(92%, 0%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0EBCBC
2#0DA7A7
3#0B9292
4#097D7D
5#086868
6#065353
7#053F3F
8#032A2A
9#021515
Tints
Lighter variations
1#12EBEB
2#2BEFEF
3#45F1F1
4#60F3F3
5#7AF5F5
6#95F7F7
7#AFF9F9
8#CAFBFB
9#E4FDFD
Tones
Muted variations
1#19C7C7
2#23BDBD
3#2DB4B4
4#36AAAA
5#40A0A0
6#4A9797
7#538D8D
8#5D8383
9#677A7A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFD #DEFDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1FA #C1FAFA | Secondary backgroundsInput backgroundsDividers |
| 300 | 92F7 #92F7F7 | BordersInactive statesPlaceholder text |
| 400 | 59F3 #59F3F3 | Disabled statesSecondary iconsMuted text |
| 500 | 2AEF #2AEFEF | Primary brand colorCTAsActive elementsLinks |
| 600 | 10D1 #10D1D1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0CA6 #0CA6A6 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0977 #097777 | Text on light backgroundsHeadingsStrong borders |
| 900 | 064C #064C4C | 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: #DEFDFD;
--cyan-200: #C1FAFA;
--cyan-300: #92F7F7;
--cyan-400: #59F3F3;
--cyan-500: #2AEFEF;
--cyan-600: #10D1D1;
--cyan-700: #0CA6A6;
--cyan-800: #097777;
--cyan-900: #064C4C;
--cyan-950: #042F2F;
}