Sky Blue
#56CDF5
BlueColor Codes
All color formats for development
HEX
#56CDF5RGB
rgb(86, 205, 245)HSL
hsl(195, 89%, 65%)OKLCH
oklch(0.797 0.119 223.7)CMYK
cmyk(65%, 16%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#37C4F3
2#18BBF2
3#0DA8DB
4#0B90BC
5#09789D
6#07607D
7#05485E
8#04303F
9#02181F
Tints
Lighter variations
1#67D2F6
2#78D7F7
3#89DCF8
4#9AE1F9
5#ABE6FA
6#BCEBFB
7#CCF0FC
8#DDF5FD
9#EEFAFE
Tones
Muted variations
1#5EC9ED
2#66C6E5
3#6EC2DD
4#76BED5
5#7EBACD
6#86B6C6
7#8EB2BE
8#96AEB6
9#9EAAAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FB #F1FBFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF5 #DDF5FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0ED #C0EDFB | Secondary backgroundsInput backgroundsDividers |
| 300 | 90DE #90DEF9 | BordersInactive statesPlaceholder text |
| 400 | 56CD #56CDF5 | Disabled statesSecondary iconsMuted text |
| 500 | 26BF #26BFF2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0CA2 #0CA2D4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0A81 #0A81A9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 075C #075C78 | Text on light backgroundsHeadingsStrong borders |
| 900 | 043B #043B4D | Primary textHigh emphasis contentDark headings |
| 950 | 0325 #032530 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FBFE;
--sky-blue-100: #DDF5FD;
--sky-blue-200: #C0EDFB;
--sky-blue-300: #90DEF9;
--sky-blue-400: #56CDF5;
--sky-blue-500: #26BFF2;
--sky-blue-600: #0CA2D4;
--sky-blue-700: #0A81A9;
--sky-blue-800: #075C78;
--sky-blue-900: #043B4D;
--sky-blue-950: #032530;
}