Sky Blue
#94A3F4
BlueColor Codes
All color formats for development
HEX
#94A3F4RGB
rgb(148, 163, 244)HSL
hsl(231, 81%, 77%)OKLCH
oklch(0.736 0.119 275.1)CMYK
cmyk(39%, 33%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7184F0
2#4E66EC
3#2A47E9
4#1633D5
5#132BB2
6#0F228E
7#0B1A6B
8#071147
9#040924
Tints
Lighter variations
1#9FACF5
2#AAB5F6
3#B5BFF7
4#BFC8F8
5#CAD1F9
6#D5DAFB
7#DFE3FC
8#EAEDFD
9#F4F6FE
Tones
Muted variations
1#9AA6EF
2#9EAAEA
3#A3ADE6
4#A8B0E1
5#ADB4DC
6#B1B7D7
7#B6BAD3
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 | DFE3 #DFE3FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3CB #C3CBF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95A3 #95A3F4 | BordersInactive statesPlaceholder text |
| 400 | 5D73 #5D73EE | Disabled statesSecondary iconsMuted text |
| 500 | 2F4B #2F4BE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1531 #1531CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1127 #1127A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C1C #0C1C73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0812 #08124A | Primary textHigh emphasis contentDark headings |
| 950 | 050B #050B2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F3FE;
--sky-blue-100: #DFE3FC;
--sky-blue-200: #C3CBF9;
--sky-blue-300: #95A3F4;
--sky-blue-400: #5D73EE;
--sky-blue-500: #2F4BE9;
--sky-blue-600: #1531CB;
--sky-blue-700: #1127A2;
--sky-blue-800: #0C1C73;
--sky-blue-900: #08124A;
--sky-blue-950: #050B2E;
}