Cyan
#22F7BA
GreenColor Codes
All color formats for development
HEX
#22F7BARGB
rgb(34, 247, 186)HSL
hsl(163, 93%, 55%)OKLCH
oklch(0.868 0.174 166.5)CMYK
cmyk(86%, 0%, 25%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#09F4B1
2#08D99D
3#07BD8A
4#06A276
5#058762
6#046C4F
7#03513B
8#023627
9#011B14
Tints
Lighter variations
1#38F8C1
2#4EF9C8
3#64F9CF
4#7AFAD6
5#90FBDD
6#A6FCE4
7#BDFDEA
8#D3FDF1
9#E9FEF8
Tones
Muted variations
1#2CECB6
2#37E2B1
3#42D7AD
4#4CCCA8
5#57C2A3
6#62B79F
7#6CAC9A
8#77A295
9#829791
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFE #DDFEF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFD #BFFDEB | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EFB #8EFBDC | BordersInactive statesPlaceholder text |
| 400 | 53F9 #53F9CA | Disabled statesSecondary iconsMuted text |
| 500 | 22F7 #22F7BA | Primary brand colorCTAsActive elementsLinks |
| 600 | 08D9 #08D99D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 06AC #06AC7D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 047B #047B59 | Text on light backgroundsHeadingsStrong borders |
| 900 | 034F #034F39 | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #023124 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F0FEFA;
--cyan-100: #DDFEF4;
--cyan-200: #BFFDEB;
--cyan-300: #8EFBDC;
--cyan-400: #53F9CA;
--cyan-500: #22F7BA;
--cyan-600: #08D99D;
--cyan-700: #06AC7D;
--cyan-800: #047B59;
--cyan-900: #034F39;
--cyan-950: #023124;
}