Cyan
#0DD3BC
CyanColor Codes
All color formats for development
HEX
#0DD3BCRGB
rgb(13, 211, 188)HSL
hsl(173, 88%, 44%)OKLCH
oklch(0.778 0.139 181.2)CMYK
cmyk(94%, 0%, 11%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0CBEA9
2#0BA996
3#099484
4#087F71
5#07695E
6#05544B
7#043F38
8#032A26
9#011513
Tints
Lighter variations
1#0FEED4
2#28F1DA
3#43F3DE
4#5EF5E3
5#79F6E8
6#94F8EC
7#AEFAF1
8#C9FCF6
9#E4FDFA
Tones
Muted variations
1#17C9B4
2#21BFAD
3#2BB5A5
4#35AB9E
5#3FA296
6#49988E
7#538E87
8#5C847F
9#667A78
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1FB #C1FBF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 91F8 #91F8EC | BordersInactive statesPlaceholder text |
| 400 | 57F4 #57F4E2 | Disabled statesSecondary iconsMuted text |
| 500 | 27F1 #27F1DA | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DD3 #0DD3BC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0BA8 #0BA895 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0878 #08786B | Text on light backgroundsHeadingsStrong borders |
| 900 | 054D #054D44 | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #03302B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F1FEFD;
--cyan-100: #DDFDF9;
--cyan-200: #C1FBF4;
--cyan-300: #91F8EC;
--cyan-400: #57F4E2;
--cyan-500: #27F1DA;
--cyan-600: #0DD3BC;
--cyan-700: #0BA895;
--cyan-800: #08786B;
--cyan-900: #054D44;
--cyan-950: #03302B;
}