Sky Blue
#5AB5F2
BlueColor Codes
All color formats for development
HEX
#5AB5F2RGB
rgb(90, 181, 242)HSL
hsl(204, 85%, 65%)OKLCH
oklch(0.742 0.124 240.6)CMYK
cmyk(63%, 25%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3BA7EF
2#1D99ED
3#1188D7
4#0F74B8
5#0C6199
6#0A4E7B
7#073A5C
8#05273D
9#02131F
Tints
Lighter variations
1#6ABCF3
2#7BC4F4
3#8BCBF6
4#9CD3F7
5#ACDAF8
6#BDE1FA
7#CDE9FB
8#DEF0FC
9#EEF8FE
Tones
Muted variations
1#61B3EA
2#69B2E2
3#71B0DB
4#78AFD3
5#80ADCC
6#87ACC4
7#8FAABD
8#97A9B5
9#9EA7AD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F9 #F1F9FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEF0 #DEF0FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2E3 #C2E3FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 92CE #92CEF6 | BordersInactive statesPlaceholder text |
| 400 | 5AB5 #5AB5F2 | Disabled statesSecondary iconsMuted text |
| 500 | 2BA0 #2BA0EE | Primary brand colorCTAsActive elementsLinks |
| 600 | 1183 #1183D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0D68 #0D68A5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A4B #0A4B76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0630 #06304B | Primary textHigh emphasis contentDark headings |
| 950 | 041E #041E2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F9FE;
--sky-blue-100: #DEF0FC;
--sky-blue-200: #C2E3FA;
--sky-blue-300: #92CEF6;
--sky-blue-400: #5AB5F2;
--sky-blue-500: #2BA0EE;
--sky-blue-600: #1183D0;
--sky-blue-700: #0D68A5;
--sky-blue-800: #0A4B76;
--sky-blue-900: #06304B;
--sky-blue-950: #041E2F;
}