Cyan
#11D0B6
CyanColor Codes
All color formats for development
HEX
#11D0B6RGB
rgb(17, 208, 182)HSL
hsl(172, 85%, 44%)OKLCH
oklch(0.769 0.138 179.3)CMYK
cmyk(92%, 0%, 12%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0FBBA4
2#0DA692
3#0C917F
4#0A7D6D
5#08685B
6#075349
7#053E37
8#032A24
9#021512
Tints
Lighter variations
1#13EACD
2#2CEED4
3#46F0D9
4#60F2DF
5#7BF4E4
6#95F6E9
7#B0F9EF
8#CAFBF4
9#E5FDFA
Tones
Muted variations
1#1AC6AF
2#24BCA8
3#2DB3A1
4#37A99A
5#41A093
6#4A968C
7#548D85
8#5D837E
9#677A77
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2FA #C2FAF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 92F6 #92F6E9 | BordersInactive statesPlaceholder text |
| 400 | 5AF2 #5AF2DD | Disabled statesSecondary iconsMuted text |
| 500 | 2BEE #2BEED4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 11D0 #11D0B6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0DA5 #0DA591 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A76 #0A7667 | Text on light backgroundsHeadingsStrong borders |
| 900 | 064B #064B42 | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F1FEFC;
--cyan-100: #DEFCF8;
--cyan-200: #C2FAF3;
--cyan-300: #92F6E9;
--cyan-400: #5AF2DD;
--cyan-500: #2BEED4;
--cyan-600: #11D0B6;
--cyan-700: #0DA591;
--cyan-800: #0A7667;
--cyan-900: #064B42;
--cyan-950: #042F29;
}