Sky Blue
#56D8F5
CyanColor Codes
All color formats for development
HEX
#56D8F5RGB
rgb(86, 216, 245)HSL
hsl(191, 89%, 65%)OKLCH
oklch(0.822 0.119 215.2)CMYK
cmyk(65%, 12%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#37D1F3
2#18CAF2
3#0DB5DB
4#0B9CBC
5#09829D
6#07687D
7#054E5E
8#04343F
9#021A1F
Tints
Lighter variations
1#67DCF6
2#78E0F7
3#89E4F8
4#9AE8F9
5#ABECFA
6#BCEFFB
7#CCF3FC
8#DDF7FD
9#EEFBFE
Tones
Muted variations
1#5ED3ED
2#66CEE5
3#6EC9DD
4#76C4D5
5#7EBFCD
6#86BAC6
7#8EB5BE
8#96B0B6
9#9EABAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FC #F1FCFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF7 #DDF7FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0F1 #C0F1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 90E5 #90E5F9 | BordersInactive statesPlaceholder text |
| 400 | 56D8 #56D8F5 | Disabled statesSecondary iconsMuted text |
| 500 | 26CD #26CDF2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0CAF #0CAFD4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0A8C #0A8CA9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0764 #076478 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0440 #04404D | Primary textHigh emphasis contentDark headings |
| 950 | 0328 #032830 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FCFE;
--sky-blue-100: #DDF7FD;
--sky-blue-200: #C0F1FB;
--sky-blue-300: #90E5F9;
--sky-blue-400: #56D8F5;
--sky-blue-500: #26CDF2;
--sky-blue-600: #0CAFD4;
--sky-blue-700: #0A8CA9;
--sky-blue-800: #076478;
--sky-blue-900: #04404D;
--sky-blue-950: #032830;
}