Sky Blue
#94B4F4
BlueColor Codes
All color formats for development
HEX
#94B4F4RGB
rgb(148, 180, 244)HSL
hsl(220, 81%, 77%)OKLCH
oklch(0.77 0.099 263.7)CMYK
cmyk(39%, 26%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#719CF0
2#4E83EC
3#2A6AE9
4#1656D5
5#1348B2
6#0F398E
7#0B2B6B
8#071D47
9#040E24
Tints
Lighter variations
1#9FBCF5
2#AAC3F6
3#B5CBF7
4#BFD2F8
5#CADAF9
6#D5E1FB
7#DFE9FC
8#EAF0FD
9#F4F8FE
Tones
Muted variations
1#9AB6EF
2#9EB8EA
3#A3B9E6
4#A8BBE1
5#ADBCDC
6#B1BED7
7#B6C0D3
8#BBC1CE
9#C0C3C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F5 #F1F5FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE8 #DFE8FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3D5 #C3D5F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95B5 #95B5F4 | BordersInactive statesPlaceholder text |
| 400 | 5D8E #5D8EEE | Disabled statesSecondary iconsMuted text |
| 500 | 2F6D #2F6DE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1552 #1552CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1141 #1141A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C2F #0C2F73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 081E #081E4A | Primary textHigh emphasis contentDark headings |
| 950 | 0513 #05132E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F5FE;
--sky-blue-100: #DFE8FC;
--sky-blue-200: #C3D5F9;
--sky-blue-300: #95B5F4;
--sky-blue-400: #5D8EEE;
--sky-blue-500: #2F6DE9;
--sky-blue-600: #1552CB;
--sky-blue-700: #1141A2;
--sky-blue-800: #0C2F73;
--sky-blue-900: #081E4A;
--sky-blue-950: #05132E;
}