Cyan
#07DAC8
CyanColor Codes
All color formats for development
HEX
#07DAC8RGB
rgb(7, 218, 200)HSL
hsl(175, 94%, 44%)OKLCH
oklch(0.799 0.141 184.4)CMYK
cmyk(97%, 0%, 8%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#06C4B4
2#05AEA0
3#05988C
4#048378
5#036D64
6#035750
7#02413C
8#012C28
9#011614
Tints
Lighter variations
1#08F5E2
2#21F8E6
3#3DF9E9
4#59FAEC
5#74FBF0
6#90FCF3
7#ACFCF6
8#C8FDF9
9#E3FEFC
Tones
Muted variations
1#11CFBF
2#1CC5B7
3#26BAAE
4#31AFA5
5#3BA59C
6#469A93
7#51908B
8#5B8582
9#667B79
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFD #BFFDF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DFB #8DFBF2 | BordersInactive statesPlaceholder text |
| 400 | 52FA #52FAEC | Disabled statesSecondary iconsMuted text |
| 500 | 20F8 #20F8E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 07DA #07DAC8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 05AD #05AD9F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 047C #047C72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 024F #024F49 | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #02312D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F0FFFD;
--cyan-100: #DCFEFB;
--cyan-200: #BFFDF8;
--cyan-300: #8DFBF2;
--cyan-400: #52FAEC;
--cyan-500: #20F8E6;
--cyan-600: #07DAC8;
--cyan-700: #05AD9F;
--cyan-800: #047C72;
--cyan-900: #024F49;
--cyan-950: #02312D;
}