Cyan
#0DD3C2
CyanColor Codes
All color formats for development
HEX
#0DD3C2RGB
rgb(13, 211, 194)HSL
hsl(175, 88%, 44%)OKLCH
oklch(0.78 0.136 184.6)CMYK
cmyk(94%, 0%, 8%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0CBEAF
2#0BA99C
3#099488
4#087F75
5#076961
6#05544E
7#043F3A
8#032A27
9#011513
Tints
Lighter variations
1#0FEEDB
2#28F1E1
3#43F3E4
4#5EF5E8
5#79F6EC
6#94F8F0
7#AEFAF4
8#C9FCF7
9#E4FDFB
Tones
Muted variations
1#17C9BA
2#21BFB2
3#2BB5AA
4#35ABA2
5#3FA299
6#499891
7#538E89
8#5C8481
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 | C1FB #C1FBF6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 91F8 #91F8EF | BordersInactive statesPlaceholder text |
| 400 | 57F4 #57F4E7 | Disabled statesSecondary iconsMuted text |
| 500 | 27F1 #27F1E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DD3 #0DD3C2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0BA8 #0BA89B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0878 #08786E | Text on light backgroundsHeadingsStrong borders |
| 900 | 054D #054D47 | 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: #C1FBF6;
--cyan-300: #91F8EF;
--cyan-400: #57F4E7;
--cyan-500: #27F1E0;
--cyan-600: #0DD3C2;
--cyan-700: #0BA89B;
--cyan-800: #08786E;
--cyan-900: #054D47;
--cyan-950: #03302C;
}