Cyan
#22F7DB
CyanColor Codes
All color formats for development
HEX
#22F7DBRGB
rgb(34, 247, 219)HSL
hsl(172, 93%, 55%)OKLCH
oklch(0.877 0.155 180.4)CMYK
cmyk(86%, 0%, 11%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#09F4D4
2#08D9BD
3#07BDA5
4#06A28E
5#058776
6#046C5E
7#035147
8#02362F
9#011B18
Tints
Lighter variations
1#38F8DE
2#4EF9E2
3#64F9E5
4#7AFAE9
5#90FBED
6#A6FCF0
7#BDFDF4
8#D3FDF8
9#E9FEFB
Tones
Muted variations
1#2CECD3
2#37E2CB
3#42D7C3
4#4CCCBB
5#57C2B3
6#62B7AC
7#6CACA4
8#77A29C
9#829794
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFE #DDFEF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFD #BFFDF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EFB #8EFBEC | BordersInactive statesPlaceholder text |
| 400 | 53F9 #53F9E3 | Disabled statesSecondary iconsMuted text |
| 500 | 22F7 #22F7DB | Primary brand colorCTAsActive elementsLinks |
| 600 | 08D9 #08D9BD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 06AC #06AC96 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 047B #047B6B | Text on light backgroundsHeadingsStrong borders |
| 900 | 034F #034F45 | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #02312B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F0FEFD;
--cyan-100: #DDFEF9;
--cyan-200: #BFFDF4;
--cyan-300: #8EFBEC;
--cyan-400: #53F9E3;
--cyan-500: #22F7DB;
--cyan-600: #08D9BD;
--cyan-700: #06AC96;
--cyan-800: #047B6B;
--cyan-900: #034F45;
--cyan-950: #02312B;
}