Cyan
#22F7C9
CyanColor Codes
All color formats for development
HEX
#22F7C9RGB
rgb(34, 247, 201)HSL
hsl(167, 93%, 55%)OKLCH
oklch(0.872 0.164 172.3)CMYK
cmyk(86%, 0%, 19%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#09F4C1
2#08D9AB
3#07BD96
4#06A280
5#05876B
6#046C56
7#035140
8#02362B
9#011B15
Tints
Lighter variations
1#38F8CE
2#4EF9D4
3#64F9D9
4#7AFADE
5#90FBE4
6#A6FCE9
7#BDFDEF
8#D3FDF4
9#E9FEFA
Tones
Muted variations
1#2CECC3
2#37E2BD
3#42D7B7
4#4CCCB1
5#57C2AA
6#62B7A4
7#6CAC9E
8#77A298
9#829792
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFE #DDFEF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFD #BFFDEF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EFB #8EFBE3 | BordersInactive statesPlaceholder text |
| 400 | 53F9 #53F9D5 | Disabled statesSecondary iconsMuted text |
| 500 | 22F7 #22F7C9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 08D9 #08D9AB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 06AC #06AC88 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 047B #047B61 | Text on light backgroundsHeadingsStrong borders |
| 900 | 034F #034F3E | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #023127 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F0FEFB;
--cyan-100: #DDFEF7;
--cyan-200: #BFFDEF;
--cyan-300: #8EFBE3;
--cyan-400: #53F9D5;
--cyan-500: #22F7C9;
--cyan-600: #08D9AB;
--cyan-700: #06AC88;
--cyan-800: #047B61;
--cyan-900: #034F3E;
--cyan-950: #023127;
}