Sky Blue
#94A9F4
BlueColor Codes
All color formats for development
HEX
#94A9F4RGB
rgb(148, 169, 244)HSL
hsl(227, 81%, 77%)OKLCH
oklch(0.748 0.111 271.5)CMYK
cmyk(39%, 31%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#718DF0
2#4E70EC
3#2A53E9
4#1640D5
5#1335B2
6#0F2A8E
7#0B206B
8#071547
9#040B24
Tints
Lighter variations
1#9FB2F5
2#AABBF6
3#B5C3F7
4#BFCCF8
5#CAD4F9
6#D5DDFB
7#DFE5FC
8#EAEEFD
9#F4F6FE
Tones
Muted variations
1#9AACEF
2#9EAFEA
3#A3B2E6
4#A8B4E1
5#ADB7DC
6#B1BAD7
7#B6BCD3
8#BBBFCE
9#C0C2C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F4 #F1F4FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE5 #DFE5FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3CF #C3CFF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95A9 #95A9F4 | BordersInactive statesPlaceholder text |
| 400 | 5D7D #5D7DEE | Disabled statesSecondary iconsMuted text |
| 500 | 2F58 #2F58E9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 153D #153DCB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1130 #1130A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C22 #0C2273 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0816 #08164A | Primary textHigh emphasis contentDark headings |
| 950 | 050E #050E2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F4FE;
--sky-blue-100: #DFE5FC;
--sky-blue-200: #C3CFF9;
--sky-blue-300: #95A9F4;
--sky-blue-400: #5D7DEE;
--sky-blue-500: #2F58E9;
--sky-blue-600: #153DCB;
--sky-blue-700: #1130A2;
--sky-blue-800: #0C2273;
--sky-blue-900: #08164A;
--sky-blue-950: #050E2E;
}