Sky Blue
#94A4F4
BlueColor Codes
All color formats for development
HEX
#94A4F4RGB
rgb(148, 164, 244)HSL
hsl(230, 81%, 77%)OKLCH
oklch(0.738 0.117 274.5)CMYK
cmyk(39%, 33%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7186F0
2#4E68EC
3#2A4AE9
4#1636D5
5#132DB2
6#0F248E
7#0B1B6B
8#071247
9#040924
Tints
Lighter variations
1#9FAEF5
2#AAB7F6
3#B5C0F7
4#BFC9F8
5#CAD2F9
6#D5DBFB
7#DFE4FC
8#EAEDFD
9#F4F6FE
Tones
Muted variations
1#9AA8EF
2#9EABEA
3#A3AEE6
4#A8B1E1
5#ADB5DC
6#B1B8D7
7#B6BBD3
8#BBBECE
9#C0C1C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F3 #F1F3FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE4 #DFE4FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3CC #C3CCF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95A5 #95A5F4 | BordersInactive statesPlaceholder text |
| 400 | 5D76 #5D76EE | Disabled statesSecondary iconsMuted text |
| 500 | 2F4E #2F4EE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1534 #1534CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1129 #1129A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C1D #0C1D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0813 #08134A | Primary textHigh emphasis contentDark headings |
| 950 | 050C #050C2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F3FE;
--sky-blue-100: #DFE4FC;
--sky-blue-200: #C3CCF9;
--sky-blue-300: #95A5F4;
--sky-blue-400: #5D76EE;
--sky-blue-500: #2F4EE9;
--sky-blue-600: #1534CB;
--sky-blue-700: #1129A2;
--sky-blue-800: #0C1D73;
--sky-blue-900: #08134A;
--sky-blue-950: #050C2E;
}