Sky Blue
#8EC6FA
BlueColor Codes
All color formats for development
HEX
#8EC6FARGB
rgb(142, 198, 250)HSL
hsl(209, 92%, 77%)OKLCH
oklch(0.807 0.094 247.2)CMYK
cmyk(43%, 21%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#69B3F9
2#43A0F7
3#1D8DF6
4#0979E2
5#0865BC
6#065197
7#053D71
8#03284B
9#021426
Tints
Lighter variations
1#9ACCFB
2#A5D2FB
3#B0D7FC
4#BBDDFC
5#C7E3FD
6#D2E8FD
7#DDEEFE
8#E8F4FE
9#F4F9FF
Tones
Muted variations
1#94C6F5
2#99C6F0
3#9FC6EA
4#A4C5E5
5#A9C5DF
6#AFC5DA
7#B4C5D5
8#BAC5CF
9#BFC5CA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F8 #F0F8FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDEE #DDEEFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFDF #BFDFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EC6 #8EC6FA | BordersInactive statesPlaceholder text |
| 400 | 54A8 #54A8F8 | Disabled statesSecondary iconsMuted text |
| 500 | 2390 #2390F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0974 #0974D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 075C #075CAB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0542 #05427A | Text on light backgroundsHeadingsStrong borders |
| 900 | 032A #032A4E | Primary textHigh emphasis contentDark headings |
| 950 | 021A #021A31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0F8FE;
--sky-blue-100: #DDEEFE;
--sky-blue-200: #BFDFFC;
--sky-blue-300: #8EC6FA;
--sky-blue-400: #54A8F8;
--sky-blue-500: #2390F6;
--sky-blue-600: #0974D7;
--sky-blue-700: #075CAB;
--sky-blue-800: #05427A;
--sky-blue-900: #032A4E;
--sky-blue-950: #021A31;
}