Cyan
#22DBF7
CyanColor Codes
All color formats for development
HEX
#22DBF7RGB
rgb(34, 219, 247)HSL
hsl(188, 93%, 55%)OKLCH
oklch(0.82 0.138 211.5)CMYK
cmyk(86%, 11%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#09D4F4
2#08BDD9
3#07A5BD
4#068EA2
5#057687
6#045E6C
7#034751
8#022F36
9#01181B
Tints
Lighter variations
1#38DEF8
2#4EE2F9
3#64E5F9
4#7AE9FA
5#90EDFB
6#A6F0FC
7#BDF4FD
8#D3F8FD
9#E9FBFE
Tones
Muted variations
1#2CD3EC
2#37CBE2
3#42C3D7
4#4CBBCC
5#57B3C2
6#62ACB7
7#6CA4AC
8#779CA2
9#829497
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FD #F0FDFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF9 #DDF9FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFF4 #BFF4FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EEC #8EECFB | BordersInactive statesPlaceholder text |
| 400 | 53E3 #53E3F9 | Disabled statesSecondary iconsMuted text |
| 500 | 22DB #22DBF7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 08BD #08BDD9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0696 #0696AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 046B #046B7B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0345 #03454F | Primary textHigh emphasis contentDark headings |
| 950 | 022B #022B31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F0FDFE;
--cyan-100: #DDF9FE;
--cyan-200: #BFF4FD;
--cyan-300: #8EECFB;
--cyan-400: #53E3F9;
--cyan-500: #22DBF7;
--cyan-600: #08BDD9;
--cyan-700: #0696AC;
--cyan-800: #046B7B;
--cyan-900: #03454F;
--cyan-950: #022B31;
}