Cyan
#07DADA
CyanColor Codes
All color formats for development
HEX
#07DADARGB
rgb(7, 218, 218)HSL
hsl(180, 94%, 44%)OKLCH
oklch(0.805 0.137 194.8)CMYK
cmyk(97%, 0%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#06C4C4
2#05AEAE
3#059898
4#048383
5#036D6D
6#035757
7#024141
8#012C2C
9#011616
Tints
Lighter variations
1#08F5F5
2#21F8F8
3#3DF9F9
4#59FAFA
5#74FBFB
6#90FCFC
7#ACFCFC
8#C8FDFD
9#E3FEFE
Tones
Muted variations
1#11CFCF
2#1CC5C5
3#26BABA
4#31AFAF
5#3BA5A5
6#469A9A
7#519090
8#5B8585
9#667B7B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFD #BFFDFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DFB #8DFBFB | BordersInactive statesPlaceholder text |
| 400 | 52FA #52FAFA | Disabled statesSecondary iconsMuted text |
| 500 | 20F8 #20F8F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 07DA #07DADA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 05AD #05ADAD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 047C #047C7C | Text on light backgroundsHeadingsStrong borders |
| 900 | 024F #024F4F | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #023131 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F0FFFF;
--cyan-100: #DCFEFE;
--cyan-200: #BFFDFD;
--cyan-300: #8DFBFB;
--cyan-400: #52FAFA;
--cyan-500: #20F8F8;
--cyan-600: #07DADA;
--cyan-700: #05ADAD;
--cyan-800: #047C7C;
--cyan-900: #024F4F;
--cyan-950: #023131;
}