Cyan
#0CD4D4
CyanColor Codes
All color formats for development
HEX
#0CD4D4RGB
rgb(12, 212, 212)HSL
hsl(180, 89%, 44%)OKLCH
oklch(0.788 0.133 194.8)CMYK
cmyk(94%, 0%, 0%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0BBFBF
2#0AAAAA
3#099494
4#077F7F
5#066A6A
6#055555
7#044040
8#022A2A
9#011515
Tints
Lighter variations
1#0EEFEF
2#27F2F2
3#42F4F4
4#5DF6F6
5#78F7F7
6#93F9F9
7#AEFAFA
8#C9FCFC
9#E4FDFD
Tones
Muted variations
1#16CACA
2#20C0C0
3#2AB6B6
4#34ACAC
5#3EA2A2
6#489898
7#528E8E
8#5C8484
9#667A7A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0FB #C0FBFB | Secondary backgroundsInput backgroundsDividers |
| 300 | 90F9 #90F9F9 | BordersInactive statesPlaceholder text |
| 400 | 56F5 #56F5F5 | Disabled statesSecondary iconsMuted text |
| 500 | 26F2 #26F2F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0CD4 #0CD4D4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0AA9 #0AA9A9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0778 #077878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 044D #044D4D | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #033030 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F1FEFE;
--cyan-100: #DDFDFD;
--cyan-200: #C0FBFB;
--cyan-300: #90F9F9;
--cyan-400: #56F5F5;
--cyan-500: #26F2F2;
--cyan-600: #0CD4D4;
--cyan-700: #0AA9A9;
--cyan-800: #077878;
--cyan-900: #044D4D;
--cyan-950: #033030;
}