Sky Blue
#56BEF5
BlueColor Codes
All color formats for development
HEX
#56BEF5RGB
rgb(86, 190, 245)HSL
hsl(201, 89%, 65%)OKLCH
oklch(0.763 0.124 234.8)CMYK
cmyk(65%, 22%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#37B1F3
2#18A5F2
3#0D93DB
4#0B7EBC
5#09699D
6#07547D
7#053F5E
8#042A3F
9#02151F
Tints
Lighter variations
1#67C4F6
2#78CBF7
3#89D1F8
4#9AD8F9
5#ABDEFA
6#BCE5FB
7#CCEBFC
8#DDF2FD
9#EEF8FE
Tones
Muted variations
1#5EBBED
2#66B9E5
3#6EB6DD
4#76B4D5
5#7EB2CD
6#86AFC6
7#8EADBE
8#96ABB6
9#9EA8AE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F9 #F1F9FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF2 #DDF2FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0E7 #C0E7FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 90D4 #90D4F9 | BordersInactive statesPlaceholder text |
| 400 | 56BE #56BEF5 | Disabled statesSecondary iconsMuted text |
| 500 | 26AB #26ABF2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0C8E #0C8ED4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0A71 #0A71A9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0751 #075178 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0434 #04344D | Primary textHigh emphasis contentDark headings |
| 950 | 0320 #032030 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F9FE;
--sky-blue-100: #DDF2FD;
--sky-blue-200: #C0E7FB;
--sky-blue-300: #90D4F9;
--sky-blue-400: #56BEF5;
--sky-blue-500: #26ABF2;
--sky-blue-600: #0C8ED4;
--sky-blue-700: #0A71A9;
--sky-blue-800: #075178;
--sky-blue-900: #04344D;
--sky-blue-950: #032030;
}