Cyan

#20F8E3

Cyan

Color Codes

All color formats for development

HEX
#20F8E3
RGB
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

On White Background

1.35:1

AA AAA

On Black Background

15.60:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0FF
100
#DCFE
200
#BFFD
300
#8DFB
400
#52FA
500
#20F8
600
#07DA
700
#05AD
800
#047C
900
#024F
950
#0231

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

LevelColorTypical 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;
}
Generate More ShadesCreate PaletteConvert Color