Cyan
#0CD4C0
CyanColor Codes
All color formats for development
HEX
#0CD4C0RGB
rgb(12, 212, 192)HSL
hsl(174, 89%, 44%)OKLCH
oklch(0.782 0.138 182.9)CMYK
cmyk(94%, 0%, 9%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0BBFAD
2#0AAA9A
3#099486
4#077F73
5#066A60
6#05554D
7#04403A
8#022A26
9#011513
Tints
Lighter variations
1#0EEFD9
2#27F2DE
3#42F4E2
4#5DF6E6
5#78F7EA
6#93F9EF
7#AEFAF3
8#C9FCF7
9#E4FDFB
Tones
Muted variations
1#16CAB8
2#20C0B0
3#2AB6A8
4#34ACA0
5#3EA298
6#489890
7#528E88
8#5C8480
9#667A78
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0FB #C0FBF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 90F9 #90F9EE | BordersInactive statesPlaceholder text |
| 400 | 56F5 #56F5E5 | Disabled statesSecondary iconsMuted text |
| 500 | 26F2 #26F2DE | Primary brand colorCTAsActive elementsLinks |
| 600 | 0CD4 #0CD4C0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0AA9 #0AA999 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0778 #07786D | Text on light backgroundsHeadingsStrong borders |
| 900 | 044D #044D46 | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #03302C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F1FEFD;
--cyan-100: #DDFDFA;
--cyan-200: #C0FBF5;
--cyan-300: #90F9EE;
--cyan-400: #56F5E5;
--cyan-500: #26F2DE;
--cyan-600: #0CD4C0;
--cyan-700: #0AA999;
--cyan-800: #07786D;
--cyan-900: #044D46;
--cyan-950: #03302C;
}