Sky Blue
#5CA6F0
BlueColor Codes
All color formats for development
HEX
#5CA6F0RGB
rgb(92, 166, 240)HSL
hsl(210, 83%, 65%)OKLCH
oklch(0.709 0.132 250.2)CMYK
cmyk(62%, 31%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3D95ED
2#1F85EA
3#1474D4
4#1163B6
5#0E5398
6#0B4279
7#08325B
8#06213D
9#03111E
Tints
Lighter variations
1#6CAFF1
2#7CB8F3
3#8DC1F4
4#9DC9F6
5#ADD2F7
6#BEDBF9
7#CEE4FA
8#DEEDFC
9#EFF6FD
Tones
Muted variations
1#63A6E8
2#6AA6E1
3#72A6DA
4#79A6D2
5#81A6CB
6#88A6C3
7#90A6BC
8#97A6B5
9#9EA6AD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F7 #F1F7FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEED #DEEDFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2DE #C2DEF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94C4 #94C4F5 | BordersInactive statesPlaceholder text |
| 400 | 5CA6 #5CA6F0 | Disabled statesSecondary iconsMuted text |
| 500 | 2D8C #2D8CEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 1370 #1370CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F59 #0F59A3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B40 #0B4075 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0729 #07294B | 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: #F1F7FE;
--sky-blue-100: #DEEDFC;
--sky-blue-200: #C2DEF9;
--sky-blue-300: #94C4F5;
--sky-blue-400: #5CA6F0;
--sky-blue-500: #2D8CEB;
--sky-blue-600: #1370CD;
--sky-blue-700: #0F59A3;
--sky-blue-800: #0B4075;
--sky-blue-900: #07294B;
--sky-blue-950: #041A2F;
}