Sky Blue
#94A7F5
BlueColor Codes
All color formats for development
HEX
#94A7F5RGB
rgb(148, 167, 245)HSL
hsl(228, 83%, 77%)OKLCH
oklch(0.744 0.115 272.9)CMYK
cmyk(40%, 32%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#708AF2
2#4C6CEE
3#284FEB
4#143BD8
5#1131B4
6#0D2790
7#0A1E6C
8#071448
9#030A24
Tints
Lighter variations
1#9EB0F6
2#A9B9F7
3#B4C1F8
4#BFCAF9
5#C9D3FA
6#D4DCFB
7#DFE5FC
8#EAEDFD
9#F4F6FE
Tones
Muted variations
1#99AAF0
2#9DADEB
3#A2B0E6
4#A7B3E2
5#ACB6DD
6#B1B9D8
7#B6BCD3
8#BBBFCE
9#BFC1C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F4 #F1F4FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEE4 #DEE4FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2CD #C2CDF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94A7 #94A7F5 | BordersInactive statesPlaceholder text |
| 400 | 5C79 #5C79F0 | Disabled statesSecondary iconsMuted text |
| 500 | 2D53 #2D53EB | Primary brand colorCTAsActive elementsLinks |
| 600 | 1338 #1338CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F2D #0F2DA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B20 #0B2075 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0714 #07144B | Primary textHigh emphasis contentDark headings |
| 950 | 040D #040D2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F4FE;
--sky-blue-100: #DEE4FC;
--sky-blue-200: #C2CDF9;
--sky-blue-300: #94A7F5;
--sky-blue-400: #5C79F0;
--sky-blue-500: #2D53EB;
--sky-blue-600: #1338CD;
--sky-blue-700: #0F2DA3;
--sky-blue-800: #0B2075;
--sky-blue-900: #07144B;
--sky-blue-950: #040D2F;
}