Cyan
#0DD3C6
CyanColor Codes
All color formats for development
HEX
#0DD3C6RGB
rgb(13, 211, 198)HSL
hsl(176, 88%, 44%)OKLCH
oklch(0.781 0.135 186.9)CMYK
cmyk(94%, 0%, 6%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0CBEB2
2#0BA99E
3#09948A
4#087F77
5#076963
6#05544F
7#043F3B
8#032A28
9#011514
Tints
Lighter variations
1#0FEEDF
2#28F1E4
3#43F3E7
4#5EF5EB
5#79F6EE
6#94F8F1
7#AEFAF5
8#C9FCF8
9#E4FDFC
Tones
Muted variations
1#17C9BD
2#21BFB5
3#2BB5AC
4#35ABA4
5#3FA29B
6#499892
7#538E8A
8#5C8481
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 | C1FB #C1FBF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 91F8 #91F8F1 | BordersInactive statesPlaceholder text |
| 400 | 57F4 #57F4EA | Disabled statesSecondary iconsMuted text |
| 500 | 27F1 #27F1E4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DD3 #0DD3C6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0BA8 #0BA89D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0878 #087870 | Text on light backgroundsHeadingsStrong borders |
| 900 | 054D #054D48 | 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: #C1FBF7;
--cyan-300: #91F8F1;
--cyan-400: #57F4EA;
--cyan-500: #27F1E4;
--cyan-600: #0DD3C6;
--cyan-700: #0BA89D;
--cyan-800: #087870;
--cyan-900: #054D48;
--cyan-950: #03302D;
}