Cyan
#20F8E3
CyanColor Codes
All color formats for development
HEX
#20F8E3RGB
rgb(32, 248, 227)HSL
hsl(174, 94%, 55%)OKLCH
oklch(0.881 0.153 183.9)CMYK
cmyk(87%, 0%, 8%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#08F5DD
2#07DAC5
3#06BEAC
4#05A393
5#04887B
6#036D62
7#03524A
8#023631
9#011B19
Tints
Lighter variations
1#37F9E5
2#4DF9E8
3#63FAEB
4#79FBEE
5#90FCF1
6#A6FCF4
7#BCFDF6
8#D2FEF9
9#E9FEFC
Tones
Muted variations
1#2BEDDA
2#36E3D1
3#41D8C9
4#4CCDC0
5#56C2B7
6#61B7AF
7#6CADA6
8#77A29E
9#819795
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 #BFFDF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DFB #8DFBF0 | BordersInactive statesPlaceholder text |
| 400 | 52FA #52FAE9 | Disabled statesSecondary iconsMuted text |
| 500 | 20F8 #20F8E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 07DA #07DAC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 05AD #05AD9C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 047C #047C70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 024F #024F47 | 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: #BFFDF7;
--cyan-300: #8DFBF0;
--cyan-400: #52FAE9;
--cyan-500: #20F8E3;
--cyan-600: #07DAC5;
--cyan-700: #05AD9C;
--cyan-800: #047C70;
--cyan-900: #024F47;
--cyan-950: #02312D;
}