Cyan
#22D7F7
CyanColor Codes
All color formats for development
HEX
#22D7F7RGB
rgb(34, 215, 247)HSL
hsl(189, 93%, 55%)OKLCH
oklch(0.81 0.138 214.1)CMYK
cmyk(86%, 13%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#09D0F4
2#08B9D9
3#07A2BD
4#068BA2
5#057487
6#045D6C
7#034551
8#022E36
9#01171B
Tints
Lighter variations
1#38DBF8
2#4EDFF9
3#64E3F9
4#7AE7FA
5#90EBFB
6#A6EFFC
7#BDF3FD
8#D3F7FD
9#E9FBFE
Tones
Muted variations
1#2CCFEC
2#37C8E2
3#42C1D7
4#4CB9CC
5#57B2C2
6#62AAB7
7#6CA3AC
8#779BA2
9#829497
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FC #F0FCFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF9 #DDF9FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFF3 #BFF3FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EEB #8EEBFB | BordersInactive statesPlaceholder text |
| 400 | 53E0 #53E0F9 | Disabled statesSecondary iconsMuted text |
| 500 | 22D7 #22D7F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 08B9 #08B9D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0693 #0693AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0469 #04697B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0343 #03434F | Primary textHigh emphasis contentDark headings |
| 950 | 022A #022A31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F0FCFE;
--cyan-100: #DDF9FE;
--cyan-200: #BFF3FD;
--cyan-300: #8EEBFB;
--cyan-400: #53E0F9;
--cyan-500: #22D7F7;
--cyan-600: #08B9D9;
--cyan-700: #0693AC;
--cyan-800: #04697B;
--cyan-900: #03434F;
--cyan-950: #022A31;
}