Sky Blue
#8EDCFB
BlueColor Codes
All color formats for development
HEX
#8EDCFBRGB
rgb(142, 220, 251)HSL
hsl(197, 93%, 77%)OKLCH
oklch(0.855 0.088 225.2)CMYK
cmyk(43%, 12%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#68D0FA
2#42C5F8
3#1CB9F7
4#08A5E3
5#078ABD
6#056E98
7#045372
8#03374C
9#011C26
Tints
Lighter variations
1#99DFFB
2#A4E3FC
3#B0E6FC
4#BBEAFD
5#C6EDFD
6#D2F1FD
7#DDF4FE
8#E8F8FE
9#F4FBFF
Tones
Muted variations
1#93DAF5
2#99D7F0
3#9ED5EB
4#A4D3E5
5#A9D0E0
6#AFCEDA
7#B4CBD5
8#B9C9CF
9#BFC7CA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FA #F0FAFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF4 #DDF4FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFEB #BFEBFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EDC #8EDCFB | BordersInactive statesPlaceholder text |
| 400 | 53CA #53CAF9 | Disabled statesSecondary iconsMuted text |
| 500 | 22BA #22BAF7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 089D #089DD9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 067D #067DAC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0459 #04597B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0339 #03394F | Primary textHigh emphasis contentDark headings |
| 950 | 0224 #022431 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FAFE;
--sky-blue-100: #DDF4FE;
--sky-blue-200: #BFEBFD;
--sky-blue-300: #8EDCFB;
--sky-blue-400: #53CAF9;
--sky-blue-500: #22BAF7;
--sky-blue-600: #089DD9;
--sky-blue-700: #067DAC;
--sky-blue-800: #04597B;
--sky-blue-900: #03394F;
--sky-blue-950: #022431;
}