Cyan
#07CCDA
CyanColor Codes
All color formats for development
HEX
#07CCDARGB
rgb(7, 204, 218)HSL
hsl(184, 94%, 44%)OKLCH
oklch(0.771 0.131 203.6)CMYK
cmyk(97%, 6%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#06B7C4
2#05A3AE
3#058F98
4#047A83
5#03666D
6#035157
7#023D41
8#01292C
9#011416
Tints
Lighter variations
1#08E6F5
2#21EAF8
3#3DECF9
4#59EFFA
5#74F2FB
6#90F4FC
7#ACF7FC
8#C8FAFD
9#E3FCFE
Tones
Muted variations
1#11C2CF
2#1CB9C5
3#26B0BA
4#31A7AF
5#3B9EA5
6#46959A
7#518C90
8#5B8285
9#66797B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFC #DCFCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFF9 #BFF9FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DF4 #8DF4FB | BordersInactive statesPlaceholder text |
| 400 | 52EE #52EEFA | Disabled statesSecondary iconsMuted text |
| 500 | 20EA #20EAF8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 07CC #07CCDA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 05A2 #05A2AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0474 #04747C | Text on light backgroundsHeadingsStrong borders |
| 900 | 024A #024A4F | Primary textHigh emphasis contentDark headings |
| 950 | 022E #022E31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F0FEFF;
--cyan-100: #DCFCFE;
--cyan-200: #BFF9FD;
--cyan-300: #8DF4FB;
--cyan-400: #52EEFA;
--cyan-500: #20EAF8;
--cyan-600: #07CCDA;
--cyan-700: #05A2AD;
--cyan-800: #04747C;
--cyan-900: #024A4F;
--cyan-950: #022E31;
}