Cyan
#0CD4B9
CyanColor Codes
All color formats for development
HEX
#0CD4B9RGB
rgb(12, 212, 185)HSL
hsl(172, 89%, 44%)OKLCH
oklch(0.779 0.141 179.1)CMYK
cmyk(94%, 0%, 13%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0BBFA7
2#0AAA94
3#099482
4#077F6F
5#066A5D
6#05554A
7#044038
8#022A25
9#011513
Tints
Lighter variations
1#0EEFD1
2#27F2D7
3#42F4DC
4#5DF6E1
5#78F7E6
6#93F9EB
7#AEFAF0
8#C9FCF5
9#E4FDFA
Tones
Muted variations
1#16CAB2
2#20C0AB
3#2AB6A3
4#34AC9C
5#3EA295
6#48988D
7#528E86
8#5C847F
9#667A78
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0FB #C0FBF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 90F9 #90F9EB | BordersInactive statesPlaceholder text |
| 400 | 56F5 #56F5E0 | Disabled statesSecondary iconsMuted text |
| 500 | 26F2 #26F2D7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0CD4 #0CD4B9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0AA9 #0AA994 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0778 #077869 | Text on light backgroundsHeadingsStrong borders |
| 900 | 044D #044D43 | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #03302A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F1FEFC;
--cyan-100: #DDFDF9;
--cyan-200: #C0FBF3;
--cyan-300: #90F9EB;
--cyan-400: #56F5E0;
--cyan-500: #26F2D7;
--cyan-600: #0CD4B9;
--cyan-700: #0AA994;
--cyan-800: #077869;
--cyan-900: #044D43;
--cyan-950: #03302A;
}