Sky Blue
#94A9F5
BlueColor Codes
All color formats for development
HEX
#94A9F5RGB
rgb(148, 169, 245)HSL
hsl(227, 83%, 77%)OKLCH
oklch(0.748 0.113 271.7)CMYK
cmyk(40%, 31%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#708CF2
2#4C6FEE
3#2852EB
4#143ED8
5#1134B4
6#0D2A90
7#0A1F6C
8#071548
9#030A24
Tints
Lighter variations
1#9EB1F6
2#A9BAF7
3#B4C3F8
4#BFCBF9
5#C9D4FA
6#D4DDFB
7#DFE5FC
8#EAEEFD
9#F4F6FE
Tones
Muted variations
1#99ACF0
2#9DAEEB
3#A2B1E6
4#A7B4E2
5#ACB7DD
6#B1B9D8
7#B6BCD3
8#BBBFCE
9#BFC2C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F4 #F1F4FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEE5 #DEE5FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2CE #C2CEF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94A9 #94A9F5 | BordersInactive statesPlaceholder text |
| 400 | 5C7C #5C7CF0 | Disabled statesSecondary iconsMuted text |
| 500 | 2D56 #2D56EB | Primary brand colorCTAsActive elementsLinks |
| 600 | 133B #133BCD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F2F #0F2FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B22 #0B2275 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0716 #07164B | Primary textHigh emphasis contentDark headings |
| 950 | 040E #040E2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F4FE;
--sky-blue-100: #DEE5FC;
--sky-blue-200: #C2CEF9;
--sky-blue-300: #94A9F5;
--sky-blue-400: #5C7CF0;
--sky-blue-500: #2D56EB;
--sky-blue-600: #133BCD;
--sky-blue-700: #0F2FA3;
--sky-blue-800: #0B2275;
--sky-blue-900: #07164B;
--sky-blue-950: #040E2F;
}