Cyan
#22F7D7
CyanColor Codes
All color formats for development
HEX
#22F7D7RGB
rgb(34, 247, 215)HSL
hsl(171, 93%, 55%)OKLCH
oklch(0.876 0.157 178.5)CMYK
cmyk(86%, 0%, 13%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#09F4D0
2#08D9B9
3#07BDA2
4#06A28B
5#058774
6#046C5D
7#035145
8#02362E
9#011B17
Tints
Lighter variations
1#38F8DB
2#4EF9DF
3#64F9E3
4#7AFAE7
5#90FBEB
6#A6FCEF
7#BDFDF3
8#D3FDF7
9#E9FEFB
Tones
Muted variations
1#2CECCF
2#37E2C8
3#42D7C1
4#4CCCB9
5#57C2B2
6#62B7AA
7#6CACA3
8#77A29B
9#829794
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFE #DDFEF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFD #BFFDF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EFB #8EFBEB | BordersInactive statesPlaceholder text |
| 400 | 53F9 #53F9E0 | Disabled statesSecondary iconsMuted text |
| 500 | 22F7 #22F7D7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 08D9 #08D9B9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 06AC #06AC93 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 047B #047B69 | Text on light backgroundsHeadingsStrong borders |
| 900 | 034F #034F43 | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #02312A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F0FEFC;
--cyan-100: #DDFEF9;
--cyan-200: #BFFDF3;
--cyan-300: #8EFBEB;
--cyan-400: #53F9E0;
--cyan-500: #22F7D7;
--cyan-600: #08D9B9;
--cyan-700: #06AC93;
--cyan-800: #047B69;
--cyan-900: #034F43;
--cyan-950: #02312A;
}