Sky Blue
#5CA1F0
BlueColor Codes
All color formats for development
HEX
#5CA1F0RGB
rgb(92, 161, 240)HSL
hsl(212, 83%, 65%)OKLCH
oklch(0.698 0.136 253.1)CMYK
cmyk(62%, 33%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3D8FED
2#1F7EEA
3#146ED4
4#115EB6
5#0E4E98
6#0B3F79
7#082F5B
8#061F3D
9#03101E
Tints
Lighter variations
1#6CAAF1
2#7CB4F3
3#8DBDF4
4#9DC6F6
5#ADD0F7
6#BED9F9
7#CEE3FA
8#DEECFC
9#EFF6FD
Tones
Muted variations
1#63A1E8
2#6AA2E1
3#72A2DA
4#79A3D2
5#81A3CB
6#88A4C3
7#90A4BC
8#97A5B5
9#9EA5AD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F7 #F1F7FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEEC #DEECFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2DC #C2DCF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94C1 #94C1F5 | BordersInactive statesPlaceholder text |
| 400 | 5CA1 #5CA1F0 | Disabled statesSecondary iconsMuted text |
| 500 | 2D86 #2D86EB | Primary brand colorCTAsActive elementsLinks |
| 600 | 136A #136ACD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F54 #0F54A3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B3C #0B3C75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0727 #07274B | Primary textHigh emphasis contentDark headings |
| 950 | 0418 #04182F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F7FE;
--sky-blue-100: #DEECFC;
--sky-blue-200: #C2DCF9;
--sky-blue-300: #94C1F5;
--sky-blue-400: #5CA1F0;
--sky-blue-500: #2D86EB;
--sky-blue-600: #136ACD;
--sky-blue-700: #0F54A3;
--sky-blue-800: #0B3C75;
--sky-blue-900: #07274B;
--sky-blue-950: #04182F;
}