Cyan
#22F7DE
CyanColor Codes
All color formats for development
HEX
#22F7DERGB
rgb(34, 247, 222)HSL
hsl(173, 93%, 55%)OKLCH
oklch(0.878 0.153 181.8)CMYK
cmyk(86%, 0%, 10%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#09F4D8
2#08D9C0
3#07BDA8
4#06A290
5#058778
6#046C60
7#035148
8#023630
9#011B18
Tints
Lighter variations
1#38F8E1
2#4EF9E5
3#64F9E8
4#7AFAEB
5#90FBEF
6#A6FCF2
7#BDFDF5
8#D3FDF8
9#E9FEFC
Tones
Muted variations
1#2CECD6
2#37E2CE
3#42D7C6
4#4CCCBD
5#57C2B5
6#62B7AD
7#6CACA5
8#77A29D
9#829794
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFE #DDFEFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFD #BFFDF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EFB #8EFBEE | BordersInactive statesPlaceholder text |
| 400 | 53F9 #53F9E5 | Disabled statesSecondary iconsMuted text |
| 500 | 22F7 #22F7DE | Primary brand colorCTAsActive elementsLinks |
| 600 | 08D9 #08D9C0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 06AC #06AC99 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 047B #047B6D | Text on light backgroundsHeadingsStrong borders |
| 900 | 034F #034F46 | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #02312C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F0FEFD;
--cyan-100: #DDFEFA;
--cyan-200: #BFFDF5;
--cyan-300: #8EFBEE;
--cyan-400: #53F9E5;
--cyan-500: #22F7DE;
--cyan-600: #08D9C0;
--cyan-700: #06AC99;
--cyan-800: #047B6D;
--cyan-900: #034F46;
--cyan-950: #02312C;
}