Sky Blue
#8EDEFB
BlueColor Codes
All color formats for development
HEX
#8EDEFBRGB
rgb(142, 222, 251)HSL
hsl(196, 93%, 77%)OKLCH
oklch(0.859 0.088 223)CMYK
cmyk(43%, 12%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#68D3FA
2#42C8F8
3#1CBCF7
4#08A9E3
5#078DBD
6#057198
7#045472
8#03384C
9#011C26
Tints
Lighter variations
1#99E1FB
2#A4E4FC
3#B0E8FC
4#BBEBFD
5#C6EEFD
6#D2F2FD
7#DDF5FE
8#E8F8FE
9#F4FCFF
Tones
Muted variations
1#93DBF5
2#99D9F0
3#9ED6EB
4#A4D4E5
5#A9D1E0
6#AFCFDA
7#B4CCD5
8#B9C9CF
9#BFC7CA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FB #F0FBFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF5 #DDF5FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFEC #BFECFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EDE #8EDEFB | BordersInactive statesPlaceholder text |
| 400 | 53CC #53CCF9 | Disabled statesSecondary iconsMuted text |
| 500 | 22BE #22BEF7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 08A1 #08A1D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0680 #0680AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 045B #045B7B | Text on light backgroundsHeadingsStrong borders |
| 900 | 033B #033B4F | Primary textHigh emphasis contentDark headings |
| 950 | 0225 #022531 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FBFE;
--sky-blue-100: #DDF5FE;
--sky-blue-200: #BFECFD;
--sky-blue-300: #8EDEFB;
--sky-blue-400: #53CCF9;
--sky-blue-500: #22BEF7;
--sky-blue-600: #08A1D9;
--sky-blue-700: #0680AC;
--sky-blue-800: #045B7B;
--sky-blue-900: #033B4F;
--sky-blue-950: #022531;
}