Cyan
#11D0B9
CyanColor Codes
All color formats for development
HEX
#11D0B9RGB
rgb(17, 208, 185)HSL
hsl(173, 85%, 44%)OKLCH
oklch(0.77 0.137 181)CMYK
cmyk(92%, 0%, 11%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0FBBA7
2#0DA694
3#0C9182
4#0A7D6F
5#08685D
6#07534A
7#053E38
8#032A25
9#021513
Tints
Lighter variations
1#13EAD1
2#2CEED7
3#46F0DC
4#60F2E1
5#7BF4E6
6#95F6EB
7#B0F9F0
8#CAFBF5
9#E5FDFA
Tones
Muted variations
1#1AC6B2
2#24BCAB
3#2DB3A3
4#37A99C
5#41A095
6#4A968D
7#548D86
8#5D837F
9#677A78
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2FA #C2FAF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 92F6 #92F6EB | BordersInactive statesPlaceholder text |
| 400 | 5AF2 #5AF2E0 | Disabled statesSecondary iconsMuted text |
| 500 | 2BEE #2BEED7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 11D0 #11D0B9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0DA5 #0DA593 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A76 #0A7669 | Text on light backgroundsHeadingsStrong borders |
| 900 | 064B #064B43 | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F1FEFC;
--cyan-100: #DEFCF9;
--cyan-200: #C2FAF3;
--cyan-300: #92F6EB;
--cyan-400: #5AF2E0;
--cyan-500: #2BEED7;
--cyan-600: #11D0B9;
--cyan-700: #0DA593;
--cyan-800: #0A7669;
--cyan-900: #064B43;
--cyan-950: #042F2A;
}