Cyan
#22D0F7
CyanColor Codes
All color formats for development
HEX
#22D0F7RGB
rgb(34, 208, 247)HSL
hsl(191, 93%, 55%)OKLCH
oklch(0.794 0.138 218.6)CMYK
cmyk(86%, 16%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#09C9F4
2#08B2D9
3#079CBD
4#0686A2
5#056F87
6#04596C
7#034351
8#022D36
9#01161B
Tints
Lighter variations
1#38D5F8
2#4ED9F9
3#64DEF9
4#7AE3FA
5#90E7FB
6#A6ECFC
7#BDF1FD
8#D3F6FD
9#E9FAFE
Tones
Muted variations
1#2CC9EC
2#37C2E2
3#42BCD7
4#4CB5CC
5#57AEC2
6#62A7B7
7#6CA1AC
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 | BFF1 #BFF1FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EE7 #8EE7FB | BordersInactive statesPlaceholder text |
| 400 | 53DA #53DAF9 | Disabled statesSecondary iconsMuted text |
| 500 | 22D0 #22D0F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 08B2 #08B2D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 068E #068EAC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0465 #04657B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0341 #03414F | 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: #BFF1FD;
--cyan-300: #8EE7FB;
--cyan-400: #53DAF9;
--cyan-500: #22D0F7;
--cyan-600: #08B2D9;
--cyan-700: #068EAC;
--cyan-800: #04657B;
--cyan-900: #03414F;
--cyan-950: #022931;
}