Cyan

#20DFF8

Cyan

Color Codes

All color formats for development

HEX
#20DFF8
RGB
rgb(32, 223, 248)
HSL
hsl(187, 94%, 55%)
OKLCH
oklch(0.829 0.139 209.5)
CMYK
cmyk(87%, 10%, 0%, 3%)

Accessibility

WCAG contrast compliance

On White Background

1.62:1

AA AAA

On Black Background

12.97:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0FD
100
#DCFA
200
#BFF6
300
#8DEF
400
#52E6
500
#20DF
600
#07C1
700
#059A
800
#046E
900
#0246
950
#022C

Shades

Darker variations

1#08D9F5
2#07C1DA
3#06A9BE
4#0591A3
5#047988
6#03616D
7#034852
8#023036
9#01181B

Tints

Lighter variations

1#37E2F9
2#4DE5F9
3#63E9FA
4#79ECFB
5#90EFFC
6#A6F2FC
7#BCF5FD
8#D2F9FE
9#E9FCFE

Tones

Muted variations

1#2BD7ED
2#36CEE3
3#41C6D8
4#4CBECD
5#56B6C2
6#61ADB7
7#6CA5AD
8#779DA2
9#819597

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FD
#F0FDFF
BackgroundsSubtle highlightsCard backgrounds
100
DCFA
#DCFAFE
Light backgroundsTable row hoverSkeleton loading
200
BFF6
#BFF6FD
Secondary backgroundsInput backgroundsDividers
300
8DEF
#8DEFFB
BordersInactive statesPlaceholder text
400
52E6
#52E6FA
Disabled statesSecondary iconsMuted text
500
20DF
#20DFF8
Primary brand colorCTAsActive elementsLinks
600
07C1
#07C1DA
Hover statesFocus ringsPrimary buttons hover
700
059A
#059AAD
Active/pressed statesDark mode accentsSecondary text
800
046E
#046E7C
Text on light backgroundsHeadingsStrong borders
900
0246
#02464F
Primary textHigh emphasis contentDark headings
950
022C
#022C31
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --cyan-50: #F0FDFF;
  --cyan-100: #DCFAFE;
  --cyan-200: #BFF6FD;
  --cyan-300: #8DEFFB;
  --cyan-400: #52E6FA;
  --cyan-500: #20DFF8;
  --cyan-600: #07C1DA;
  --cyan-700: #059AAD;
  --cyan-800: #046E7C;
  --cyan-900: #02464F;
  --cyan-950: #022C31;
}
Generate More ShadesCreate PaletteConvert Color