Sky Blue
#93A5F6
BlueColor Codes
All color formats for development
HEX
#93A5F6RGB
rgb(147, 165, 246)HSL
hsl(229, 85%, 77%)OKLCH
oklch(0.74 0.119 273.6)CMYK
cmyk(40%, 33%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6E87F3
2#4A68F0
3#264AED
4#1236DA
5#0F2DB6
6#0C2491
7#091B6D
8#061249
9#030924
Tints
Lighter variations
1#9DAEF7
2#A8B7F8
3#B3C0F9
4#BEC9FA
5#C9D2FB
6#D4DBFB
7#DEE4FC
8#E9EDFD
9#F4F6FE
Tones
Muted variations
1#97A8F1
2#9CABEC
3#A1AEE7
4#A6B1E2
5#ABB5DD
6#B0B8D8
7#B5BBD3
8#BABECE
9#BFC1C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F3 #F1F3FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEE4 #DEE4FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2CC #C2CCFA | Secondary backgroundsInput backgroundsDividers |
| 300 | 92A5 #92A5F6 | BordersInactive statesPlaceholder text |
| 400 | 5A76 #5A76F2 | Disabled statesSecondary iconsMuted text |
| 500 | 2B4E #2B4EEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 1134 #1134D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0D29 #0D29A5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A1D #0A1D76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0613 #06134B | Primary textHigh emphasis contentDark headings |
| 950 | 040C #040C2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F3FE;
--sky-blue-100: #DEE4FC;
--sky-blue-200: #C2CCFA;
--sky-blue-300: #92A5F6;
--sky-blue-400: #5A76F2;
--sky-blue-500: #2B4EEE;
--sky-blue-600: #1134D0;
--sky-blue-700: #0D29A5;
--sky-blue-800: #0A1D76;
--sky-blue-900: #06134B;
--sky-blue-950: #040C2F;
}