Cyan
#0CD4C7
CyanColor Codes
All color formats for development
HEX
#0CD4C7RGB
rgb(12, 212, 199)HSL
hsl(176, 89%, 44%)OKLCH
oklch(0.784 0.136 187)CMYK
cmyk(94%, 0%, 6%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0BBFB3
2#0AAA9F
3#09948B
4#077F77
5#066A63
6#05554F
7#04403C
8#022A28
9#011514
Tints
Lighter variations
1#0EEFE0
2#27F2E5
3#42F4E8
4#5DF6EB
5#78F7EF
6#93F9F2
7#AEFAF5
8#C9FCF8
9#E4FDFC
Tones
Muted variations
1#16CABE
2#20C0B5
3#2AB6AD
4#34ACA4
5#3EA29B
6#489893
7#528E8A
8#5C8482
9#667A79
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0FB #C0FBF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 90F9 #90F9F2 | BordersInactive statesPlaceholder text |
| 400 | 56F5 #56F5EB | Disabled statesSecondary iconsMuted text |
| 500 | 26F2 #26F2E5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0CD4 #0CD4C7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0AA9 #0AA99E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0778 #077871 | Text on light backgroundsHeadingsStrong borders |
| 900 | 044D #044D48 | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #03302D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F1FEFD;
--cyan-100: #DDFDFB;
--cyan-200: #C0FBF7;
--cyan-300: #90F9F2;
--cyan-400: #56F5EB;
--cyan-500: #26F2E5;
--cyan-600: #0CD4C7;
--cyan-700: #0AA99E;
--cyan-800: #077871;
--cyan-900: #044D48;
--cyan-950: #03302D;
}