Cyan
#22E9F7
CyanColor Codes
All color formats for development
HEX
#22E9F7RGB
rgb(34, 233, 247)HSL
hsl(184, 93%, 55%)OKLCH
oklch(0.853 0.141 202.8)CMYK
cmyk(86%, 6%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#09E4F4
2#08CBD9
3#07B1BD
4#0698A2
5#057F87
6#04656C
7#034C51
8#023336
9#01191B
Tints
Lighter variations
1#38EBF8
2#4EEDF9
3#64EFF9
4#7AF2FA
5#90F4FB
6#A6F6FC
7#BDF8FD
8#D3FBFD
9#E9FDFE
Tones
Muted variations
1#2CDFEC
2#37D6E2
3#42CDD7
4#4CC4CC
5#57BAC2
6#62B1B7
7#6CA8AC
8#779FA2
9#829597
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFC #DDFCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFF9 #BFF9FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EF4 #8EF4FB | BordersInactive statesPlaceholder text |
| 400 | 53EE #53EEF9 | Disabled statesSecondary iconsMuted text |
| 500 | 22E9 #22E9F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 08CB #08CBD9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 06A1 #06A1AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0473 #04737B | Text on light backgroundsHeadingsStrong borders |
| 900 | 034A #034A4F | Primary textHigh emphasis contentDark headings |
| 950 | 022E #022E31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F0FEFE;
--cyan-100: #DDFCFE;
--cyan-200: #BFF9FD;
--cyan-300: #8EF4FB;
--cyan-400: #53EEF9;
--cyan-500: #22E9F7;
--cyan-600: #08CBD9;
--cyan-700: #06A1AC;
--cyan-800: #04737B;
--cyan-900: #034A4F;
--cyan-950: #022E31;
}