Sky Blue
#94C6F4
BlueColor Codes
All color formats for development
HEX
#94C6F4RGB
rgb(148, 198, 244)HSL
hsl(209, 81%, 77%)OKLCH
oklch(0.808 0.084 246.8)CMYK
cmyk(39%, 19%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#71B3F0
2#4EA0EC
3#2A8DE9
4#1679D5
5#1365B2
6#0F518E
7#0B3C6B
8#072847
9#041424
Tints
Lighter variations
1#9FCCF5
2#AAD1F6
3#B5D7F7
4#BFDDF8
5#CAE2F9
6#D5E8FB
7#DFEEFC
8#EAF4FD
9#F4F9FE
Tones
Muted variations
1#9AC6EF
2#9EC6EA
3#A3C5E6
4#A8C5E1
5#ADC5DC
6#B1C5D7
7#B6C5D3
8#BBC5CE
9#C0C5C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F8 #F1F8FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFEE #DFEEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3DF #C3DFF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95C6 #95C6F4 | BordersInactive statesPlaceholder text |
| 400 | 5DA8 #5DA8EE | Disabled statesSecondary iconsMuted text |
| 500 | 2F8F #2F8FE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1573 #1573CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 115C #115CA2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C41 #0C4173 | Text on light backgroundsHeadingsStrong borders |
| 900 | 082A #082A4A | Primary textHigh emphasis contentDark headings |
| 950 | 051A #051A2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F8FE;
--sky-blue-100: #DFEEFC;
--sky-blue-200: #C3DFF9;
--sky-blue-300: #95C6F4;
--sky-blue-400: #5DA8EE;
--sky-blue-500: #2F8FE9;
--sky-blue-600: #1573CB;
--sky-blue-700: #115CA2;
--sky-blue-800: #0C4173;
--sky-blue-900: #082A4A;
--sky-blue-950: #051A2E;
}