Cyan
#06DBC2
CyanColor Codes
All color formats for development
HEX
#06DBC2RGB
rgb(6, 219, 194)HSL
hsl(173, 95%, 44%)OKLCH
oklch(0.799 0.144 180.6)CMYK
cmyk(97%, 0%, 11%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#05C5AF
2#04AF9B
3#049988
4#038374
5#036D61
6#02584E
7#02423A
8#012C27
9#011613
Tints
Lighter variations
1#06F7DB
2#20F9E0
3#3CFAE4
4#58FBE8
5#74FBEC
6#90FCEF
7#ABFDF3
8#C7FEF7
9#E3FEFB
Tones
Muted variations
1#10D0BA
2#1BC5B2
3#26BBA9
4#30B0A1
5#3BA599
6#469B91
7#509089
8#5B8681
9#667B78
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEFD #BEFDF6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DFC #8DFCEF | BordersInactive statesPlaceholder text |
| 400 | 51FB #51FBE7 | Disabled statesSecondary iconsMuted text |
| 500 | 1FF9 #1FF9E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 06DB #06DBC2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 04AE #04AE9A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 037C #037C6E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0250 #025047 | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #01322C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F0FFFD;
--cyan-100: #DCFEFA;
--cyan-200: #BEFDF6;
--cyan-300: #8DFCEF;
--cyan-400: #51FBE7;
--cyan-500: #1FF9E0;
--cyan-600: #06DBC2;
--cyan-700: #04AE9A;
--cyan-800: #037C6E;
--cyan-900: #025047;
--cyan-950: #01322C;
}