Sky Blue
#8FC8FA
BlueColor Codes
All color formats for development
HEX
#8FC8FARGB
rgb(143, 200, 250)HSL
hsl(208, 91%, 77%)OKLCH
oklch(0.812 0.092 245.7)CMYK
cmyk(43%, 20%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#69B5F8
2#44A3F6
3#1E91F4
4#0B7DE1
5#0968BC
6#075396
7#053E71
8#042A4B
9#021526
Tints
Lighter variations
1#9ACDFA
2#A5D3FB
3#B1D8FB
4#BCDEFC
5#C7E3FC
6#D2E9FD
7#DDEEFD
8#E9F4FE
9#F4F9FE
Tones
Muted variations
1#94C8F4
2#9AC7EF
3#9FC7EA
4#A4C6E4
5#AAC6DF
6#AFC6DA
7#B4C5D4
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 #DDEEFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0E0 #C0E0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FC8 #8FC8FA | BordersInactive statesPlaceholder text |
| 400 | 55AB #55ABF7 | Disabled statesSecondary iconsMuted text |
| 500 | 2493 #2493F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0A77 #0A77D6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 085F #085FAA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0644 #06447A | Text on light backgroundsHeadingsStrong borders |
| 900 | 042B #042B4E | 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: #DDEEFD;
--sky-blue-200: #C0E0FC;
--sky-blue-300: #8FC8FA;
--sky-blue-400: #55ABF7;
--sky-blue-500: #2493F5;
--sky-blue-600: #0A77D6;
--sky-blue-700: #085FAA;
--sky-blue-800: #06447A;
--sky-blue-900: #042B4E;
--sky-blue-950: #021B31;
}