Cyan
#11D0C3
CyanColor Codes
All color formats for development
HEX
#11D0C3RGB
rgb(17, 208, 195)HSL
hsl(176, 85%, 44%)OKLCH
oklch(0.773 0.133 186.8)CMYK
cmyk(92%, 0%, 6%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0FBBAF
2#0DA69C
3#0C9188
4#0A7D75
5#086861
6#07534E
7#053E3A
8#032A27
9#021513
Tints
Lighter variations
1#13EADC
2#2CEEE1
3#46F0E5
4#60F2E8
5#7BF4EC
6#95F6F0
7#B0F9F4
8#CAFBF7
9#E5FDFB
Tones
Muted variations
1#1AC6BB
2#24BCB2
3#2DB3AA
4#37A9A2
5#41A09A
6#4A9691
7#548D89
8#5D8381
9#677A78
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2FA #C2FAF6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 92F6 #92F6F0 | BordersInactive statesPlaceholder text |
| 400 | 5AF2 #5AF2E7 | Disabled statesSecondary iconsMuted text |
| 500 | 2BEE #2BEEE1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 11D0 #11D0C3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0DA5 #0DA59B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A76 #0A766F | Text on light backgroundsHeadingsStrong borders |
| 900 | 064B #064B47 | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F2C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F1FEFD;
--cyan-100: #DEFCFA;
--cyan-200: #C2FAF6;
--cyan-300: #92F6F0;
--cyan-400: #5AF2E7;
--cyan-500: #2BEEE1;
--cyan-600: #11D0C3;
--cyan-700: #0DA59B;
--cyan-800: #0A766F;
--cyan-900: #064B47;
--cyan-950: #042F2C;
}