Cyan

#22E5F7

Cyan

Color Codes

All color formats for development

HEX
#22E5F7
RGB
rgb(34, 229, 247)
HSL
hsl(185, 93%, 55%)
OKLCH
oklch(0.843 0.14 205.2)
CMYK
cmyk(86%, 7%, 0%, 3%)

Accessibility

WCAG contrast compliance

On White Background

1.54:1

AA AAA

On Black Background

13.62:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0FD
100
#DDFB
200
#BFF8
300
#8EF2
400
#53EB
500
#22E5
600
#08C7
700
#069E
800
#0471
900
#0348
950
#022D

Shades

Darker variations

1#09E0F4
2#08C7D9
3#07AEBD
4#0695A2
5#057C87
6#04646C
7#034B51
8#023236
9#01191B

Tints

Lighter variations

1#38E8F8
2#4EEAF9
3#64EDF9
4#7AF0FA
5#90F2FB
6#A6F5FC
7#BDF7FD
8#D3FAFD
9#E9FCFE

Tones

Muted variations

1#2CDCEC
2#37D3E2
3#42CBD7
4#4CC2CC
5#57B9C2
6#62B0B7
7#6CA7AC
8#779EA2
9#829597

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FD
#F0FDFE
BackgroundsSubtle highlightsCard backgrounds
100
DDFB
#DDFBFE
Light backgroundsTable row hoverSkeleton loading
200
BFF8
#BFF8FD
Secondary backgroundsInput backgroundsDividers
300
8EF2
#8EF2FB
BordersInactive statesPlaceholder text
400
53EB
#53EBF9
Disabled statesSecondary iconsMuted text
500
22E5
#22E5F7
Primary brand colorCTAsActive elementsLinks
600
08C7
#08C7D9
Hover statesFocus ringsPrimary buttons hover
700
069E
#069EAC
Active/pressed statesDark mode accentsSecondary text
800
0471
#04717B
Text on light backgroundsHeadingsStrong borders
900
0348
#03484F
Primary textHigh emphasis contentDark headings
950
022D
#022D31
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --cyan-50: #F0FDFE;
  --cyan-100: #DDFBFE;
  --cyan-200: #BFF8FD;
  --cyan-300: #8EF2FB;
  --cyan-400: #53EBF9;
  --cyan-500: #22E5F7;
  --cyan-600: #08C7D9;
  --cyan-700: #069EAC;
  --cyan-800: #04717B;
  --cyan-900: #03484F;
  --cyan-950: #022D31;
}
Generate More ShadesCreate PaletteConvert Color