Cyan

#22F7B7

Green

Color Codes

All color formats for development

HEX
#22F7B7
RGB
rgb(34, 247, 183)
HSL
hsl(162, 93%, 55%)
OKLCH
oklch(0.867 0.177 165.4)
CMYK
cmyk(86%, 0%, 26%, 3%)

Accessibility

WCAG contrast compliance

On White Background

1.39:1

AA AAA

On Black Background

15.06: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#09F4AD
2#08D99A
3#07BD87
4#06A273
5#058760
6#046C4D
7#03513A
8#023626
9#011B13

Tints

Lighter variations

1#38F8BE
2#4EF9C5
3#64F9CD
4#7AFAD4
5#90FBDB
6#A6FCE2
7#BDFDE9
8#D3FDF1
9#E9FEF8

Tones

Muted variations

1#2CECB3
2#37E2AE
3#42D7AA
4#4CCCA6
5#57C2A2
6#62B79D
7#6CAC99
8#77A295
9#829791

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FE
#F0FEFA
BackgroundsSubtle highlightsCard backgrounds
100
DDFE
#DDFEF4
Light backgroundsTable row hoverSkeleton loading
200
BFFD
#BFFDEA
Secondary backgroundsInput backgroundsDividers
300
8EFB
#8EFBDA
BordersInactive statesPlaceholder text
400
53F9
#53F9C7
Disabled statesSecondary iconsMuted text
500
22F7
#22F7B7
Primary brand colorCTAsActive elementsLinks
600
08D9
#08D99A
Hover statesFocus ringsPrimary buttons hover
700
06AC
#06AC7A
Active/pressed statesDark mode accentsSecondary text
800
047B
#047B57
Text on light backgroundsHeadingsStrong borders
900
034F
#034F38
Primary textHigh emphasis contentDark headings
950
0231
#023123
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --cyan-50: #F0FEFA;
  --cyan-100: #DDFEF4;
  --cyan-200: #BFFDEA;
  --cyan-300: #8EFBDA;
  --cyan-400: #53F9C7;
  --cyan-500: #22F7B7;
  --cyan-600: #08D99A;
  --cyan-700: #06AC7A;
  --cyan-800: #047B57;
  --cyan-900: #034F38;
  --cyan-950: #023123;
}
Generate More ShadesCreate PaletteConvert Color