Sky Blue
#56ABF5
BlueColor Codes
All color formats for development
HEX
#56ABF5RGB
rgb(86, 171, 245)HSL
hsl(208, 89%, 65%)OKLCH
oklch(0.72 0.136 247.3)CMYK
cmyk(65%, 30%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#379BF3
2#188CF2
3#0D7BDB
4#0B69BC
5#09589D
6#07467D
7#05355E
8#04233F
9#02121F
Tints
Lighter variations
1#67B3F6
2#78BCF7
3#89C4F8
4#9ACDF9
5#ABD5FA
6#BCDDFB
7#CCE6FC
8#DDEEFD
9#EEF7FE
Tones
Muted variations
1#5EABED
2#66AAE5
3#6EA9DD
4#76A9D5
5#7EA8CD
6#86A8C6
7#8EA7BE
8#96A7B6
9#9EA6AE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F8 #F1F8FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDEE #DDEEFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0E0 #C0E0FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 90C8 #90C8F9 | BordersInactive statesPlaceholder text |
| 400 | 56AB #56ABF5 | Disabled statesSecondary iconsMuted text |
| 500 | 2693 #2693F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0C77 #0C77D4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0A5F #0A5FA9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0744 #074478 | Text on light backgroundsHeadingsStrong borders |
| 900 | 042B #042B4D | Primary textHigh emphasis contentDark headings |
| 950 | 031B #031B30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F8FE;
--sky-blue-100: #DDEEFD;
--sky-blue-200: #C0E0FB;
--sky-blue-300: #90C8F9;
--sky-blue-400: #56ABF5;
--sky-blue-500: #2693F2;
--sky-blue-600: #0C77D4;
--sky-blue-700: #0A5FA9;
--sky-blue-800: #074478;
--sky-blue-900: #042B4D;
--sky-blue-950: #031B30;
}