Sky Blue
#8ECAFB
BlueColor Codes
All color formats for development
HEX
#8ECAFBRGB
rgb(142, 202, 251)HSL
hsl(207, 93%, 77%)OKLCH
oklch(0.816 0.093 243.9)CMYK
cmyk(43%, 20%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#68B8FA
2#42A6F8
3#1C94F7
4#0881E3
5#076BBD
6#055698
7#044072
8#032B4C
9#011526
Tints
Lighter variations
1#99CFFB
2#A4D4FC
3#B0DAFC
4#BBDFFD
5#C6E4FD
6#D2EAFD
7#DDEFFE
8#E8F4FE
9#F4FAFF
Tones
Muted variations
1#93C9F5
2#99C9F0
3#9EC8EB
4#A4C8E5
5#A9C7E0
6#AFC7DA
7#B4C6D5
8#B9C5CF
9#BFC5CA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F8 #F0F8FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDEF #DDEFFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFE1 #BFE1FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8ECA #8ECAFB | BordersInactive statesPlaceholder text |
| 400 | 53AE #53AEF9 | Disabled statesSecondary iconsMuted text |
| 500 | 2297 #2297F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 087B #087BD9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0662 #0662AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0446 #04467B | Text on light backgroundsHeadingsStrong borders |
| 900 | 032D #032D4F | Primary textHigh emphasis contentDark headings |
| 950 | 021C #021C31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0F8FE;
--sky-blue-100: #DDEFFE;
--sky-blue-200: #BFE1FD;
--sky-blue-300: #8ECAFB;
--sky-blue-400: #53AEF9;
--sky-blue-500: #2297F7;
--sky-blue-600: #087BD9;
--sky-blue-700: #0662AC;
--sky-blue-800: #04467B;
--sky-blue-900: #032D4F;
--sky-blue-950: #021C31;
}