Cyan
#22D3F7
CyanColor Codes
All color formats for development
HEX
#22D3F7RGB
rgb(34, 211, 247)HSL
hsl(190, 93%, 55%)OKLCH
oklch(0.801 0.138 216.6)CMYK
cmyk(86%, 15%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#09CCF4
2#08B6D9
3#079FBD
4#0688A2
5#057287
6#045B6C
7#034451
8#022D36
9#01171B
Tints
Lighter variations
1#38D8F8
2#4EDCF9
3#64E0F9
4#7AE5FA
5#90E9FB
6#A6EEFC
7#BDF2FD
8#D3F6FD
9#E9FBFE
Tones
Muted variations
1#2CCCEC
2#37C5E2
3#42BED7
4#4CB7CC
5#57B0C2
6#62A9B7
7#6CA2AC
8#779AA2
9#829397
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FC #F0FCFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF8 #DDF8FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFF2 #BFF2FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EE9 #8EE9FB | BordersInactive statesPlaceholder text |
| 400 | 53DD #53DDF9 | Disabled statesSecondary iconsMuted text |
| 500 | 22D3 #22D3F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 08B6 #08B6D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0691 #0691AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0467 #04677B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0342 #03424F | Primary textHigh emphasis contentDark headings |
| 950 | 0229 #022931 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F0FCFE;
--cyan-100: #DDF8FE;
--cyan-200: #BFF2FD;
--cyan-300: #8EE9FB;
--cyan-400: #53DDF9;
--cyan-500: #22D3F7;
--cyan-600: #08B6D9;
--cyan-700: #0691AC;
--cyan-800: #04677B;
--cyan-900: #03424F;
--cyan-950: #022931;
}