Sky Blue
#5CA8F0
BlueColor Codes
All color formats for development
HEX
#5CA8F0RGB
rgb(92, 168, 240)HSL
hsl(209, 83%, 65%)OKLCH
oklch(0.713 0.13 249)CMYK
cmyk(62%, 30%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3D98ED
2#1F88EA
3#1477D4
4#1166B6
5#0E5598
6#0B4479
7#08335B
8#06223D
9#03111E
Tints
Lighter variations
1#6CB1F1
2#7CBAF3
3#8DC2F4
4#9DCBF6
5#ADD4F7
6#BEDCF9
7#CEE5FA
8#DEEEFC
9#EFF6FD
Tones
Muted variations
1#63A8E8
2#6AA8E1
3#72A7DA
4#79A7D2
5#81A7CB
6#88A7C3
7#90A6BC
8#97A6B5
9#9EA6AD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F8 #F1F8FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEEE #DEEEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2DF #C2DFF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94C6 #94C6F5 | BordersInactive statesPlaceholder text |
| 400 | 5CA8 #5CA8F0 | Disabled statesSecondary iconsMuted text |
| 500 | 2D8F #2D8FEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 1373 #1373CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F5C #0F5CA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B42 #0B4275 | Text on light backgroundsHeadingsStrong borders |
| 900 | 072A #072A4B | Primary textHigh emphasis contentDark headings |
| 950 | 041A #041A2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F8FE;
--sky-blue-100: #DEEEFC;
--sky-blue-200: #C2DFF9;
--sky-blue-300: #94C6F5;
--sky-blue-400: #5CA8F0;
--sky-blue-500: #2D8FEB;
--sky-blue-600: #1373CD;
--sky-blue-700: #0F5CA3;
--sky-blue-800: #0B4275;
--sky-blue-900: #072A4B;
--sky-blue-950: #041A2F;
}