Cyan

#22DEF7

Cyan

Color Codes

All color formats for development

HEX
#22DEF7
RGB
rgb(34, 222, 247)
HSL
hsl(187, 93%, 55%)
OKLCH
oklch(0.827 0.138 209.6)
CMYK
cmyk(86%, 10%, 0%, 3%)

Accessibility

WCAG contrast compliance

On White Background

1.63:1

AA AAA

On Black Background

12.86:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0FD
100
#DDFA
200
#BFF5
300
#8EEE
400
#53E5
500
#22DE
600
#08C0
700
#0699
800
#046D
900
#0346
950
#022C

Shades

Darker variations

1#09D8F4
2#08C0D9
3#07A8BD
4#0690A2
5#057887
6#04606C
7#034851
8#023036
9#01181B

Tints

Lighter variations

1#38E1F8
2#4EE5F9
3#64E8F9
4#7AEBFA
5#90EFFB
6#A6F2FC
7#BDF5FD
8#D3F8FD
9#E9FCFE

Tones

Muted variations

1#2CD6EC
2#37CEE2
3#42C6D7
4#4CBDCC
5#57B5C2
6#62ADB7
7#6CA5AC
8#779DA2
9#829497

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FD
#F0FDFE
BackgroundsSubtle highlightsCard backgrounds
100
DDFA
#DDFAFE
Light backgroundsTable row hoverSkeleton loading
200
BFF5
#BFF5FD
Secondary backgroundsInput backgroundsDividers
300
8EEE
#8EEEFB
BordersInactive statesPlaceholder text
400
53E5
#53E5F9
Disabled statesSecondary iconsMuted text
500
22DE
#22DEF7
Primary brand colorCTAsActive elementsLinks
600
08C0
#08C0D9
Hover statesFocus ringsPrimary buttons hover
700
0699
#0699AC
Active/pressed statesDark mode accentsSecondary text
800
046D
#046D7B
Text on light backgroundsHeadingsStrong borders
900
0346
#03464F
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: #F0FDFE;
  --cyan-100: #DDFAFE;
  --cyan-200: #BFF5FD;
  --cyan-300: #8EEEFB;
  --cyan-400: #53E5F9;
  --cyan-500: #22DEF7;
  --cyan-600: #08C0D9;
  --cyan-700: #0699AC;
  --cyan-800: #046D7B;
  --cyan-900: #03464F;
  --cyan-950: #022C31;
}
Generate More ShadesCreate PaletteConvert Color