Cyan
#11D0D0
CyanColor Codes
All color formats for development
HEX
#11D0D0RGB
rgb(17, 208, 208)HSL
hsl(180, 85%, 44%)OKLCH
oklch(0.777 0.131 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#0FBBBB
2#0DA6A6
3#0C9191
4#0A7D7D
5#086868
6#075353
7#053E3E
8#032A2A
9#021515
Tints
Lighter variations
1#13EAEA
2#2CEEEE
3#46F0F0
4#60F2F2
5#7BF4F4
6#95F6F6
7#B0F9F9
8#CAFBFB
9#E5FDFD
Tones
Muted variations
1#1AC6C6
2#24BCBC
3#2DB3B3
4#37A9A9
5#41A0A0
6#4A9696
7#548D8D
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 | DEFC #DEFCFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2FA #C2FAFA | Secondary backgroundsInput backgroundsDividers |
| 300 | 92F6 #92F6F6 | BordersInactive statesPlaceholder text |
| 400 | 5AF2 #5AF2F2 | Disabled statesSecondary iconsMuted text |
| 500 | 2BEE #2BEEEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 11D0 #11D0D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0DA5 #0DA5A5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A76 #0A7676 | Text on light backgroundsHeadingsStrong borders |
| 900 | 064B #064B4B | 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: #C2FAFA;
--cyan-300: #92F6F6;
--cyan-400: #5AF2F2;
--cyan-500: #2BEEEE;
--cyan-600: #11D0D0;
--cyan-700: #0DA5A5;
--cyan-800: #0A7676;
--cyan-900: #064B4B;
--cyan-950: #042F2F;
}