Sky Blue
#94A6F5
BlueColor Codes
All color formats for development
HEX
#94A6F5RGB
rgb(148, 166, 245)HSL
hsl(229, 83%, 77%)OKLCH
oklch(0.742 0.116 273.5)CMYK
cmyk(40%, 32%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7088F2
2#4C6AEE
3#284CEB
4#1438D8
5#112FB4
6#0D2590
7#0A1C6C
8#071348
9#030924
Tints
Lighter variations
1#9EAEF6
2#A9B7F7
3#B4C0F8
4#BFC9F9
5#C9D2FA
6#D4DBFB
7#DFE4FC
8#EAEDFD
9#F4F6FE
Tones
Muted variations
1#99A9F0
2#9DACEB
3#A2AFE6
4#A7B2E2
5#ACB5DD
6#B1B8D8
7#B6BBD3
8#BBBECE
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 #C2CCF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94A6 #94A6F5 | BordersInactive statesPlaceholder text |
| 400 | 5C77 #5C77F0 | Disabled statesSecondary iconsMuted text |
| 500 | 2D50 #2D50EB | Primary brand colorCTAsActive elementsLinks |
| 600 | 1335 #1335CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F2A #0F2AA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B1E #0B1E75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0713 #07134B | 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: #C2CCF9;
--sky-blue-300: #94A6F5;
--sky-blue-400: #5C77F0;
--sky-blue-500: #2D50EB;
--sky-blue-600: #1335CD;
--sky-blue-700: #0F2AA3;
--sky-blue-800: #0B1E75;
--sky-blue-900: #07134B;
--sky-blue-950: #040C2F;
}