Cyan
#0DD3B9
CyanColor Codes
All color formats for development
HEX
#0DD3B9RGB
rgb(13, 211, 185)HSL
hsl(172, 88%, 44%)OKLCH
oklch(0.777 0.14 179.5)CMYK
cmyk(94%, 0%, 12%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0CBEA6
2#0BA994
3#099481
4#087F6F
5#07695C
6#05544A
7#043F37
8#032A25
9#011512
Tints
Lighter variations
1#0FEED0
2#28F1D6
3#43F3DC
4#5EF5E1
5#79F6E6
6#94F8EB
7#AEFAF0
8#C9FCF5
9#E4FDFA
Tones
Muted variations
1#17C9B1
2#21BFAA
3#2BB5A3
4#35AB9C
5#3FA294
6#49988D
7#538E86
8#5C847F
9#667A77
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 | C1FB #C1FBF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 91F8 #91F8EA | BordersInactive statesPlaceholder text |
| 400 | 57F4 #57F4DF | Disabled statesSecondary iconsMuted text |
| 500 | 27F1 #27F1D6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DD3 #0DD3B9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0BA8 #0BA893 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0878 #087869 | Text on light backgroundsHeadingsStrong borders |
| 900 | 054D #054D43 | 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: #C1FBF3;
--cyan-300: #91F8EA;
--cyan-400: #57F4DF;
--cyan-500: #27F1D6;
--cyan-600: #0DD3B9;
--cyan-700: #0BA893;
--cyan-800: #087869;
--cyan-900: #054D43;
--cyan-950: #03302A;
}