Sky Blue
#5CABF0
BlueColor Codes
All color formats for development
HEX
#5CABF0RGB
rgb(92, 171, 240)HSL
hsl(208, 83%, 65%)OKLCH
oklch(0.72 0.128 247)CMYK
cmyk(62%, 29%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3D9BED
2#1F8BEA
3#147AD4
4#1169B6
5#0E5798
6#0B4679
7#08345B
8#06233D
9#03111E
Tints
Lighter variations
1#6CB3F1
2#7CBCF3
3#8DC4F4
4#9DCCF6
5#ADD5F7
6#BEDDF9
7#CEE6FA
8#DEEEFC
9#EFF7FD
Tones
Muted variations
1#63AAE8
2#6AAAE1
3#72A9DA
4#79A9D2
5#81A8CB
6#88A8C3
7#90A7BC
8#97A7B5
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 | C2E0 #C2E0F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94C8 #94C8F5 | BordersInactive statesPlaceholder text |
| 400 | 5CAB #5CABF0 | Disabled statesSecondary iconsMuted text |
| 500 | 2D93 #2D93EB | Primary brand colorCTAsActive elementsLinks |
| 600 | 1376 #1376CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F5E #0F5EA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B43 #0B4375 | Text on light backgroundsHeadingsStrong borders |
| 900 | 072B #072B4B | Primary textHigh emphasis contentDark headings |
| 950 | 041B #041B2F | 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: #C2E0F9;
--sky-blue-300: #94C8F5;
--sky-blue-400: #5CABF0;
--sky-blue-500: #2D93EB;
--sky-blue-600: #1376CD;
--sky-blue-700: #0F5EA3;
--sky-blue-800: #0B4375;
--sky-blue-900: #072B4B;
--sky-blue-950: #041B2F;
}