Sky Blue
#94C8F5
BlueColor Codes
All color formats for development
HEX
#94C8F5RGB
rgb(148, 200, 245)HSL
hsl(208, 83%, 77%)OKLCH
oklch(0.813 0.084 245.2)CMYK
cmyk(40%, 18%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#70B5F2
2#4CA2EE
3#2890EB
4#147CD8
5#1168B4
6#0D5390
7#0A3E6C
8#072948
9#031524
Tints
Lighter variations
1#9ECDF6
2#A9D3F7
3#B4D8F8
4#BFDEF9
5#C9E3FA
6#D4E9FB
7#DFEEFC
8#EAF4FD
9#F4F9FE
Tones
Muted variations
1#99C7F0
2#9DC7EB
3#A2C7E6
4#A7C6E2
5#ACC6DD
6#B1C6D8
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 | C2E0 #C2E0F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94C8 #94C8F5 | BordersInactive statesPlaceholder text |
| 400 | 5CAB #5CABF0 | Disabled statesSecondary iconsMuted text |
| 500 | 2D93 #2D93EB | Primary brand colorCTAsActive elementsLinks |
| 600 | 1376 #1376CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F5E #0F5EA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B43 #0B4375 | Text on light backgroundsHeadingsStrong borders |
| 900 | 072B #072B4B | Primary textHigh emphasis contentDark headings |
| 950 | 041B #041B2F | 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: #C2E0F9;
--sky-blue-300: #94C8F5;
--sky-blue-400: #5CABF0;
--sky-blue-500: #2D93EB;
--sky-blue-600: #1376CD;
--sky-blue-700: #0F5EA3;
--sky-blue-800: #0B4375;
--sky-blue-900: #072B4B;
--sky-blue-950: #041B2F;
}