Cyan

#22F7CC

Cyan

Color Codes

All color formats for development

HEX
#22F7CC
RGB
rgb(34, 247, 204)
HSL
hsl(168, 93%, 55%)
OKLCH
oklch(0.873 0.162 173.6)
CMYK
cmyk(86%, 0%, 17%, 3%)

Accessibility

WCAG contrast compliance

On White Background

1.38:1

AA AAA

On Black Background

15.24: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#09F4C5
2#08D9AF
3#07BD99
4#06A283
5#05876D
6#046C57
7#035142
8#02362C
9#011B16

Tints

Lighter variations

1#38F8D1
2#4EF9D6
3#64F9DB
4#7AFAE1
5#90FBE6
6#A6FCEB
7#BDFDF0
8#D3FDF5
9#E9FEFA

Tones

Muted variations

1#2CECC6
2#37E2BF
3#42D7B9
4#4CCCB3
5#57C2AC
6#62B7A6
7#6CAC9F
8#77A299
9#829793

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FE
#F0FEFC
BackgroundsSubtle highlightsCard backgrounds
100
DDFE
#DDFEF7
Light backgroundsTable row hoverSkeleton loading
200
BFFD
#BFFDF0
Secondary backgroundsInput backgroundsDividers
300
8EFB
#8EFBE5
BordersInactive statesPlaceholder text
400
53F9
#53F9D8
Disabled statesSecondary iconsMuted text
500
22F7
#22F7CC
Primary brand colorCTAsActive elementsLinks
600
08D9
#08D9AF
Hover statesFocus ringsPrimary buttons hover
700
06AC
#06AC8B
Active/pressed statesDark mode accentsSecondary text
800
047B
#047B63
Text on light backgroundsHeadingsStrong borders
900
034F
#034F40
Primary textHigh emphasis contentDark headings
950
0231
#023128
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --cyan-50: #F0FEFC;
  --cyan-100: #DDFEF7;
  --cyan-200: #BFFDF0;
  --cyan-300: #8EFBE5;
  --cyan-400: #53F9D8;
  --cyan-500: #22F7CC;
  --cyan-600: #08D9AF;
  --cyan-700: #06AC8B;
  --cyan-800: #047B63;
  --cyan-900: #034F40;
  --cyan-950: #023128;
}
Generate More ShadesCreate PaletteConvert Color