Sky Blue
#94C6F5
BlueColor Codes
All color formats for development
HEX
#94C6F5RGB
rgb(148, 198, 245)HSL
hsl(209, 83%, 77%)OKLCH
oklch(0.808 0.085 247.4)CMYK
cmyk(40%, 19%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#70B3F2
2#4CA0EE
3#288DEB
4#1479D8
5#1165B4
6#0D5190
7#0A3D6C
8#072848
9#031424
Tints
Lighter variations
1#9ECCF6
2#A9D1F7
3#B4D7F8
4#BFDDF9
5#C9E2FA
6#D4E8FB
7#DFEEFC
8#EAF4FD
9#F4F9FE
Tones
Muted variations
1#99C6F0
2#9DC6EB
3#A2C5E6
4#A7C5E2
5#ACC5DD
6#B1C5D8
7#B6C5D3
8#BBC5CE
9#BFC5C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F8 #F1F8FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEEE #DEEEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2DF #C2DFF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94C6 #94C6F5 | BordersInactive statesPlaceholder text |
| 400 | 5CA8 #5CA8F0 | Disabled statesSecondary iconsMuted text |
| 500 | 2D8F #2D8FEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 1373 #1373CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F5C #0F5CA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B42 #0B4275 | Text on light backgroundsHeadingsStrong borders |
| 900 | 072A #072A4B | Primary textHigh emphasis contentDark headings |
| 950 | 041A #041A2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F8FE;
--sky-blue-100: #DEEEFC;
--sky-blue-200: #C2DFF9;
--sky-blue-300: #94C6F5;
--sky-blue-400: #5CA8F0;
--sky-blue-500: #2D8FEB;
--sky-blue-600: #1373CD;
--sky-blue-700: #0F5CA3;
--sky-blue-800: #0B4275;
--sky-blue-900: #072A4B;
--sky-blue-950: #041A2F;
}