Cyan
#22E2F7
CyanColor Codes
All color formats for development
HEX
#22E2F7RGB
rgb(34, 226, 247)HSL
hsl(186, 93%, 55%)OKLCH
oklch(0.836 0.139 207.1)CMYK
cmyk(86%, 9%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#09DCF4
2#08C4D9
3#07ABBD
4#0693A2
5#057A87
6#04626C
7#034951
8#023136
9#01181B
Tints
Lighter variations
1#38E5F8
2#4EE7F9
3#64EAF9
4#7AEDFA
5#90F0FB
6#A6F3FC
7#BDF6FD
8#D3F9FD
9#E9FCFE
Tones
Muted variations
1#2CD9EC
2#37D1E2
3#42C8D7
4#4CBFCC
5#57B7C2
6#62AEB7
7#6CA6AC
8#779DA2
9#829597
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FD #F0FDFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFA #DDFAFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFF7 #BFF7FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EF0 #8EF0FB | BordersInactive statesPlaceholder text |
| 400 | 53E8 #53E8F9 | Disabled statesSecondary iconsMuted text |
| 500 | 22E2 #22E2F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 08C4 #08C4D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 069C #069CAC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 046F #046F7B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0347 #03474F | Primary textHigh emphasis contentDark headings |
| 950 | 022C #022C31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F0FDFE;
--cyan-100: #DDFAFE;
--cyan-200: #BFF7FD;
--cyan-300: #8EF0FB;
--cyan-400: #53E8F9;
--cyan-500: #22E2F7;
--cyan-600: #08C4D9;
--cyan-700: #069CAC;
--cyan-800: #046F7B;
--cyan-900: #03474F;
--cyan-950: #022C31;
}