Cyan
#11D0BC
CyanColor Codes
All color formats for development
HEX
#11D0BCRGB
rgb(17, 208, 188)HSL
hsl(174, 85%, 44%)OKLCH
oklch(0.771 0.136 182.7)CMYK
cmyk(92%, 0%, 10%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0FBBAA
2#0DA697
3#0C9184
4#0A7D71
5#08685E
6#07534B
7#053E39
8#032A26
9#021513
Tints
Lighter variations
1#13EAD4
2#2CEEDA
3#46F0DF
4#60F2E4
5#7BF4E8
6#95F6ED
7#B0F9F1
8#CAFBF6
9#E5FDFA
Tones
Muted variations
1#1AC6B5
2#24BCAD
3#2DB3A6
4#37A99E
5#41A096
6#4A968F
7#548D87
8#5D837F
9#677A78
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2FA #C2FAF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 92F6 #92F6EC | BordersInactive statesPlaceholder text |
| 400 | 5AF2 #5AF2E2 | Disabled statesSecondary iconsMuted text |
| 500 | 2BEE #2BEEDA | Primary brand colorCTAsActive elementsLinks |
| 600 | 11D0 #11D0BC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0DA5 #0DA596 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A76 #0A766B | Text on light backgroundsHeadingsStrong borders |
| 900 | 064B #064B45 | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F1FEFD;
--cyan-100: #DEFCF9;
--cyan-200: #C2FAF4;
--cyan-300: #92F6EC;
--cyan-400: #5AF2E2;
--cyan-500: #2BEEDA;
--cyan-600: #11D0BC;
--cyan-700: #0DA596;
--cyan-800: #0A766B;
--cyan-900: #064B45;
--cyan-950: #042F2B;
}