Sky Blue
#56B6F5
BlueColor Codes
All color formats for development
HEX
#56B6F5RGB
rgb(86, 182, 245)HSL
hsl(204, 89%, 65%)OKLCH
oklch(0.745 0.128 240.4)CMYK
cmyk(65%, 26%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#37A8F3
2#189AF2
3#0D89DB
4#0B75BC
5#09629D
6#074E7D
7#053B5E
8#04273F
9#02141F
Tints
Lighter variations
1#67BDF6
2#78C4F7
3#89CCF8
4#9AD3F9
5#ABDAFA
6#BCE2FB
7#CCE9FC
8#DDF0FD
9#EEF8FE
Tones
Muted variations
1#5EB4ED
2#66B2E5
3#6EB1DD
4#76AFD5
5#7EAECD
6#86ACC6
7#8EABBE
8#96A9B6
9#9EA7AE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F9 #F1F9FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF0 #DDF0FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0E4 #C0E4FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 90CF #90CFF9 | BordersInactive statesPlaceholder text |
| 400 | 56B6 #56B6F5 | Disabled statesSecondary iconsMuted text |
| 500 | 26A1 #26A1F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0C84 #0C84D4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0A69 #0A69A9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 074B #074B78 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0430 #04304D | Primary textHigh emphasis contentDark headings |
| 950 | 031E #031E30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F9FE;
--sky-blue-100: #DDF0FD;
--sky-blue-200: #C0E4FB;
--sky-blue-300: #90CFF9;
--sky-blue-400: #56B6F5;
--sky-blue-500: #26A1F2;
--sky-blue-600: #0C84D4;
--sky-blue-700: #0A69A9;
--sky-blue-800: #074B78;
--sky-blue-900: #04304D;
--sky-blue-950: #031E30;
}