Cyan

#22F7E5

Cyan

Color Codes

All color formats for development

HEX
#22F7E5
RGB
rgb(34, 247, 229)
HSL
hsl(175, 93%, 55%)
OKLCH
oklch(0.88 0.151 185.3)
CMYK
cmyk(86%, 0%, 7%, 3%)

Accessibility

WCAG contrast compliance

On White Background

1.35:1

AA AAA

On Black Background

15.50:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0FE
100
#DDFE
200
#BFFD
300
#8EFB
400
#53F9
500
#22F7
600
#08D9
700
#06AC
800
#047B
900
#034F
950
#0231

Shades

Darker variations

1#09F4E0
2#08D9C7
3#07BDAE
4#06A295
5#05877C
6#046C64
7#03514B
8#023632
9#011B19

Tints

Lighter variations

1#38F8E8
2#4EF9EA
3#64F9ED
4#7AFAF0
5#90FBF2
6#A6FCF5
7#BDFDF7
8#D3FDFA
9#E9FEFC

Tones

Muted variations

1#2CECDC
2#37E2D3
3#42D7CB
4#4CCCC2
5#57C2B9
6#62B7B0
7#6CACA7
8#77A29E
9#829795

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FE
#F0FEFD
BackgroundsSubtle highlightsCard backgrounds
100
DDFE
#DDFEFB
Light backgroundsTable row hoverSkeleton loading
200
BFFD
#BFFDF8
Secondary backgroundsInput backgroundsDividers
300
8EFB
#8EFBF2
BordersInactive statesPlaceholder text
400
53F9
#53F9EB
Disabled statesSecondary iconsMuted text
500
22F7
#22F7E5
Primary brand colorCTAsActive elementsLinks
600
08D9
#08D9C7
Hover statesFocus ringsPrimary buttons hover
700
06AC
#06AC9E
Active/pressed statesDark mode accentsSecondary text
800
047B
#047B71
Text on light backgroundsHeadingsStrong borders
900
034F
#034F48
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: #F0FEFD;
  --cyan-100: #DDFEFB;
  --cyan-200: #BFFDF8;
  --cyan-300: #8EFBF2;
  --cyan-400: #53F9EB;
  --cyan-500: #22F7E5;
  --cyan-600: #08D9C7;
  --cyan-700: #06AC9E;
  --cyan-800: #047B71;
  --cyan-900: #034F48;
  --cyan-950: #02312D;
}
Generate More ShadesCreate PaletteConvert Color