Cyan
#0DD3BF
CyanColor Codes
All color formats for development
HEX
#0DD3BFRGB
rgb(13, 211, 191)HSL
hsl(174, 88%, 44%)OKLCH
oklch(0.779 0.138 182.9)CMYK
cmyk(94%, 0%, 9%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0CBEAC
2#0BA999
3#099486
4#087F73
5#076960
6#05544C
7#043F39
8#032A26
9#011513
Tints
Lighter variations
1#0FEED8
2#28F1DD
3#43F3E1
4#5EF5E6
5#79F6EA
6#94F8EE
7#AEFAF2
8#C9FCF7
9#E4FDFB
Tones
Muted variations
1#17C9B7
2#21BFAF
3#2BB5A7
4#35ABA0
5#3FA298
6#499890
7#538E88
8#5C8480
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 #C1FBF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 91F8 #91F8EE | BordersInactive statesPlaceholder text |
| 400 | 57F4 #57F4E5 | Disabled statesSecondary iconsMuted text |
| 500 | 27F1 #27F1DD | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DD3 #0DD3BF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0BA8 #0BA898 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0878 #08786D | Text on light backgroundsHeadingsStrong borders |
| 900 | 054D #054D46 | 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: #DDFDFA;
--cyan-200: #C1FBF5;
--cyan-300: #91F8EE;
--cyan-400: #57F4E5;
--cyan-500: #27F1DD;
--cyan-600: #0DD3BF;
--cyan-700: #0BA898;
--cyan-800: #08786D;
--cyan-900: #054D46;
--cyan-950: #03302B;
}