Cyan
#11D0CC
CyanColor Codes
All color formats for development
HEX
#11D0CCRGB
rgb(17, 208, 204)HSL
hsl(179, 85%, 44%)OKLCH
oklch(0.776 0.131 192.3)CMYK
cmyk(92%, 0%, 2%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0FBBB8
2#0DA6A4
3#0C918F
4#0A7D7B
5#086866
6#075352
7#053E3D
8#032A29
9#021514
Tints
Lighter variations
1#13EAE6
2#2CEEEB
3#46F0ED
4#60F2F0
5#7BF4F2
6#95F6F5
7#B0F9F7
8#CAFBFA
9#E5FDFC
Tones
Muted variations
1#1AC6C3
2#24BCBA
3#2DB3B1
4#37A9A8
5#41A09E
6#4A9695
7#548D8C
8#5D8383
9#677A79
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 #C2FAF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 92F6 #92F6F5 | BordersInactive statesPlaceholder text |
| 400 | 5AF2 #5AF2EF | Disabled statesSecondary iconsMuted text |
| 500 | 2BEE #2BEEEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 11D0 #11D0CC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0DA5 #0DA5A3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A76 #0A7674 | Text on light backgroundsHeadingsStrong borders |
| 900 | 064B #064B4A | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F1FEFE;
--cyan-100: #DEFCFC;
--cyan-200: #C2FAF9;
--cyan-300: #92F6F5;
--cyan-400: #5AF2EF;
--cyan-500: #2BEEEB;
--cyan-600: #11D0CC;
--cyan-700: #0DA5A3;
--cyan-800: #0A7674;
--cyan-900: #064B4A;
--cyan-950: #042F2E;
}