Sky Blue
#56D3F5
CyanColor Codes
All color formats for development
HEX
#56D3F5RGB
rgb(86, 211, 245)HSL
hsl(193, 89%, 65%)OKLCH
oklch(0.81 0.119 219.1)CMYK
cmyk(65%, 14%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#37CBF3
2#18C2F2
3#0DAFDB
4#0B96BC
5#097D9D
6#07647D
7#054B5E
8#04323F
9#02191F
Tints
Lighter variations
1#67D7F6
2#78DCF7
3#89E0F8
4#9AE4F9
5#ABE9FA
6#BCEDFB
7#CCF2FC
8#DDF6FD
9#EEFBFE
Tones
Muted variations
1#5ECEED
2#66CAE5
3#6EC5DD
4#76C1D5
5#7EBCCD
6#86B8C6
7#8EB3BE
8#96AFB6
9#9EAAAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FB #F1FBFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF6 #DDF6FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0EF #C0EFFB | Secondary backgroundsInput backgroundsDividers |
| 300 | 90E2 #90E2F9 | BordersInactive statesPlaceholder text |
| 400 | 56D3 #56D3F5 | Disabled statesSecondary iconsMuted text |
| 500 | 26C6 #26C6F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0CA9 #0CA9D4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0A86 #0A86A9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0760 #076078 | Text on light backgroundsHeadingsStrong borders |
| 900 | 043D #043D4D | Primary textHigh emphasis contentDark headings |
| 950 | 0326 #032630 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FBFE;
--sky-blue-100: #DDF6FD;
--sky-blue-200: #C0EFFB;
--sky-blue-300: #90E2F9;
--sky-blue-400: #56D3F5;
--sky-blue-500: #26C6F2;
--sky-blue-600: #0CA9D4;
--sky-blue-700: #0A86A9;
--sky-blue-800: #076078;
--sky-blue-900: #043D4D;
--sky-blue-950: #032630;
}