Sky Blue
#5CA3F0
BlueColor Codes
All color formats for development
HEX
#5CA3F0RGB
rgb(92, 163, 240)HSL
hsl(211, 83%, 65%)OKLCH
oklch(0.702 0.134 252)CMYK
cmyk(62%, 32%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3D92ED
2#1F81EA
3#1471D4
4#1161B6
5#0E5198
6#0B4079
7#08305B
8#06203D
9#03101E
Tints
Lighter variations
1#6CACF1
2#7CB6F3
3#8DBFF4
4#9DC8F6
5#ADD1F7
6#BEDAF9
7#CEE3FA
8#DEEDFC
9#EFF6FD
Tones
Muted variations
1#63A4E8
2#6AA4E1
3#72A4DA
4#79A4D2
5#81A5CB
6#88A5C3
7#90A5BC
8#97A5B5
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 | C2DD #C2DDF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94C3 #94C3F5 | BordersInactive statesPlaceholder text |
| 400 | 5CA3 #5CA3F0 | Disabled statesSecondary iconsMuted text |
| 500 | 2D89 #2D89EB | Primary brand colorCTAsActive elementsLinks |
| 600 | 136D #136DCD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F57 #0F57A3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B3E #0B3E75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0728 #07284B | Primary textHigh emphasis contentDark headings |
| 950 | 0419 #04192F | 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: #C2DDF9;
--sky-blue-300: #94C3F5;
--sky-blue-400: #5CA3F0;
--sky-blue-500: #2D89EB;
--sky-blue-600: #136DCD;
--sky-blue-700: #0F57A3;
--sky-blue-800: #0B3E75;
--sky-blue-900: #07284B;
--sky-blue-950: #04192F;
}