Sky Blue
#94B0F4
BlueColor Codes
All color formats for development
HEX
#94B0F4RGB
rgb(148, 176, 244)HSL
hsl(223, 81%, 77%)OKLCH
oklch(0.762 0.103 266.8)CMYK
cmyk(39%, 28%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7195F0
2#4E7BEC
3#2A60E9
4#164CD5
5#1340B2
6#0F338E
7#0B266B
8#071947
9#040D24
Tints
Lighter variations
1#9FB8F5
2#AAC0F6
3#B5C8F7
4#BFCFF8
5#CAD7F9
6#D5DFFB
7#DFE7FC
8#EAEFFD
9#F4F7FE
Tones
Muted variations
1#9AB2EF
2#9EB4EA
3#A3B6E6
4#A8B8E1
5#ADBADC
6#B1BCD7
7#B6BED3
8#BBC0CE
9#C0C2C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F5 #F1F5FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE7 #DFE7FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3D2 #C3D2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95B0 #95B0F4 | BordersInactive statesPlaceholder text |
| 400 | 5D86 #5D86EE | Disabled statesSecondary iconsMuted text |
| 500 | 2F64 #2F64E9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1549 #1549CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 113A #113AA2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C29 #0C2973 | Text on light backgroundsHeadingsStrong borders |
| 900 | 081A #081A4A | Primary textHigh emphasis contentDark headings |
| 950 | 0511 #05112E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F5FE;
--sky-blue-100: #DFE7FC;
--sky-blue-200: #C3D2F9;
--sky-blue-300: #95B0F4;
--sky-blue-400: #5D86EE;
--sky-blue-500: #2F64E9;
--sky-blue-600: #1549CB;
--sky-blue-700: #113AA2;
--sky-blue-800: #0C2973;
--sky-blue-900: #081A4A;
--sky-blue-950: #05112E;
}