Sky Blue
#8EC8FA
BlueColor Codes
All color formats for development
HEX
#8EC8FARGB
rgb(142, 200, 250)HSL
hsl(208, 92%, 77%)OKLCH
oklch(0.811 0.093 245.3)CMYK
cmyk(43%, 20%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#69B6F9
2#43A3F7
3#1D91F6
4#097DE2
5#0868BC
6#065397
7#053F71
8#032A4B
9#021526
Tints
Lighter variations
1#9ACDFB
2#A5D3FB
3#B0D8FC
4#BBDEFC
5#C7E3FD
6#D2E9FD
7#DDEEFE
8#E8F4FE
9#F4F9FF
Tones
Muted variations
1#94C8F5
2#99C7F0
3#9FC7EA
4#A4C7E5
5#A9C6DF
6#AFC6DA
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 | BFE0 #BFE0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EC8 #8EC8FA | BordersInactive statesPlaceholder text |
| 400 | 54AB #54ABF8 | Disabled statesSecondary iconsMuted text |
| 500 | 2393 #2393F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0977 #0977D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 075F #075FAB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0544 #05447A | Text on light backgroundsHeadingsStrong borders |
| 900 | 032B #032B4E | Primary textHigh emphasis contentDark headings |
| 950 | 021B #021B31 | 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: #BFE0FC;
--sky-blue-300: #8EC8FA;
--sky-blue-400: #54ABF8;
--sky-blue-500: #2393F6;
--sky-blue-600: #0977D7;
--sky-blue-700: #075FAB;
--sky-blue-800: #05447A;
--sky-blue-900: #032B4E;
--sky-blue-950: #021B31;
}