Cyan
#20F8B0
GreenColor Codes
All color formats for development
HEX
#20F8B0RGB
rgb(32, 248, 176)HSL
hsl(160, 94%, 55%)OKLCH
oklch(0.868 0.184 162.9)CMYK
cmyk(87%, 0%, 29%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#08F5A6
2#07DA93
3#06BE81
4#05A36F
5#04885C
6#036D4A
7#035237
8#023625
9#011B12
Tints
Lighter variations
1#37F9B8
2#4DF9C0
3#63FAC8
4#79FBD0
5#90FCD8
6#A6FCDF
7#BCFDE7
8#D2FEEF
9#E9FEF7
Tones
Muted variations
1#2BEDAD
2#36E3A9
3#41D8A5
4#4CCDA2
5#56C29E
6#61B79B
7#6CAD97
8#77A293
9#819790
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFD #BFFDE8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DFB #8DFBD7 | BordersInactive statesPlaceholder text |
| 400 | 52FA #52FAC2 | Disabled statesSecondary iconsMuted text |
| 500 | 20F8 #20F8B0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 07DA #07DA93 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 05AD #05AD75 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 047C #047C54 | Text on light backgroundsHeadingsStrong borders |
| 900 | 024F #024F36 | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #023121 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F0FFFA;
--cyan-100: #DCFEF3;
--cyan-200: #BFFDE8;
--cyan-300: #8DFBD7;
--cyan-400: #52FAC2;
--cyan-500: #20F8B0;
--cyan-600: #07DA93;
--cyan-700: #05AD75;
--cyan-800: #047C54;
--cyan-900: #024F36;
--cyan-950: #023121;
}