Cyan
#20F8BB
GreenColor Codes
All color formats for development
HEX
#20F8BBRGB
rgb(32, 248, 187)HSL
hsl(163, 94%, 55%)OKLCH
oklch(0.871 0.175 166.6)CMYK
cmyk(87%, 0%, 25%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#08F5B2
2#07DA9E
3#06BE8A
4#05A376
5#048863
6#036D4F
7#03523B
8#023627
9#011B14
Tints
Lighter variations
1#37F9C2
2#4DF9C9
3#63FACF
4#79FBD6
5#90FCDD
6#A6FCE4
7#BCFDEB
8#D2FEF1
9#E9FEF8
Tones
Muted variations
1#2BEDB6
2#36E3B2
3#41D8AD
4#4CCDA8
5#56C2A4
6#61B79F
7#6CAD9A
8#77A296
9#819791
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFD #BFFDEB | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DFB #8DFBDC | BordersInactive statesPlaceholder text |
| 400 | 52FA #52FACA | Disabled statesSecondary iconsMuted text |
| 500 | 20F8 #20F8BB | Primary brand colorCTAsActive elementsLinks |
| 600 | 07DA #07DA9E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 05AD #05AD7E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 047C #047C5A | Text on light backgroundsHeadingsStrong borders |
| 900 | 024F #024F39 | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #023124 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F0FFFA;
--cyan-100: #DCFEF4;
--cyan-200: #BFFDEB;
--cyan-300: #8DFBDC;
--cyan-400: #52FACA;
--cyan-500: #20F8BB;
--cyan-600: #07DA9E;
--cyan-700: #05AD7E;
--cyan-800: #047C5A;
--cyan-900: #024F39;
--cyan-950: #023124;
}