Cyan
#20EAF8
CyanColor Codes
All color formats for development
HEX
#20EAF8RGB
rgb(32, 234, 248)HSL
hsl(184, 94%, 55%)OKLCH
oklch(0.855 0.142 202.7)CMYK
cmyk(87%, 6%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#08E5F5
2#07CCDA
3#06B2BE
4#0599A3
5#047F88
6#03666D
7#034C52
8#023336
9#01191B
Tints
Lighter variations
1#37ECF9
2#4DEEF9
3#63F0FA
4#79F2FB
5#90F4FC
6#A6F6FC
7#BCF9FD
8#D2FBFE
9#E9FDFE
Tones
Muted variations
1#2BE0ED
2#36D7E3
3#41CED8
4#4CC4CD
5#56BBC2
6#61B2B7
7#6CA8AD
8#779FA2
9#819697
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;
}