Cyan
#0CD4B6
CyanColor Codes
All color formats for development
HEX
#0CD4B6RGB
rgb(12, 212, 182)HSL
hsl(171, 89%, 44%)OKLCH
oklch(0.779 0.143 177.5)CMYK
cmyk(94%, 0%, 14%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0BBFA4
2#0AAA92
3#09947F
4#077F6D
5#066A5B
6#055549
7#044037
8#022A24
9#011512
Tints
Lighter variations
1#0EEFCD
2#27F2D4
3#42F4D9
4#5DF6DF
5#78F7E4
6#93F9E9
7#AEFAEF
8#C9FCF4
9#E4FDFA
Tones
Muted variations
1#16CAAF
2#20C0A8
3#2AB6A1
4#34AC9A
5#3EA293
6#48988C
7#528E85
8#5C847E
9#667A77
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0FB #C0FBF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 90F9 #90F9E9 | BordersInactive statesPlaceholder text |
| 400 | 56F5 #56F5DD | Disabled statesSecondary iconsMuted text |
| 500 | 26F2 #26F2D4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0CD4 #0CD4B6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0AA9 #0AA991 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0778 #077867 | Text on light backgroundsHeadingsStrong borders |
| 900 | 044D #044D42 | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #033029 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F1FEFC;
--cyan-100: #DDFDF8;
--cyan-200: #C0FBF3;
--cyan-300: #90F9E9;
--cyan-400: #56F5DD;
--cyan-500: #26F2D4;
--cyan-600: #0CD4B6;
--cyan-700: #0AA991;
--cyan-800: #077867;
--cyan-900: #044D42;
--cyan-950: #033029;
}