Sky Blue
#8DE0FB
BlueColor Codes
All color formats for development
HEX
#8DE0FBRGB
rgb(141, 224, 251)HSL
hsl(195, 93%, 77%)OKLCH
oklch(0.863 0.089 220.7)CMYK
cmyk(44%, 11%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#68D5FA
2#42CBF8
3#1CC0F7
4#08ADE3
5#0790BD
6#057398
7#045672
8#033A4C
9#011D26
Tints
Lighter variations
1#99E3FB
2#A4E6FC
3#B0E9FC
4#BBECFD
5#C6EFFD
6#D2F2FD
7#DDF6FE
8#E8F9FE
9#F4FCFF
Tones
Muted variations
1#93DDF5
2#99DAF0
3#9ED7EB
4#A4D5E5
5#A9D2E0
6#AFCFDA
7#B4CDD5
8#B9CACF
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 | BFED #BFEDFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EE0 #8EE0FB | BordersInactive statesPlaceholder text |
| 400 | 53CF #53CFF9 | Disabled statesSecondary iconsMuted text |
| 500 | 22C2 #22C2F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 08A4 #08A4D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0683 #0683AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 045D #045D7B | Text on light backgroundsHeadingsStrong borders |
| 900 | 033C #033C4F | 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: #BFEDFD;
--sky-blue-300: #8EE0FB;
--sky-blue-400: #53CFF9;
--sky-blue-500: #22C2F7;
--sky-blue-600: #08A4D9;
--sky-blue-700: #0683AC;
--sky-blue-800: #045D7B;
--sky-blue-900: #033C4F;
--sky-blue-950: #022531;
}