Sky Blue
#8DCEFB
BlueColor Codes
All color formats for development
HEX
#8DCEFBRGB
rgb(141, 206, 251)HSL
hsl(205, 93%, 77%)OKLCH
oklch(0.824 0.092 239.5)CMYK
cmyk(44%, 18%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#68BDFA
2#42ACF8
3#1C9CF7
4#0888E3
5#0771BD
6#055B98
7#044472
8#032D4C
9#011726
Tints
Lighter variations
1#99D2FB
2#A4D7FC
3#B0DCFC
4#BBE1FD
5#C6E6FD
6#D2EBFD
7#DDF0FE
8#E8F5FE
9#F4FAFF
Tones
Muted variations
1#93CDF5
2#99CCF0
3#9ECBEB
4#A4CAE5
5#A9C9E0
6#AFC8DA
7#B4C7D5
8#B9C6CF
9#BFC5CA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F9 #F0F9FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF0 #DDF0FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFE3 #BFE3FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8ECD #8ECDFB | BordersInactive statesPlaceholder text |
| 400 | 53B4 #53B4F9 | Disabled statesSecondary iconsMuted text |
| 500 | 229E #229EF7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0882 #0882D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0667 #0667AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 044A #044A7B | Text on light backgroundsHeadingsStrong borders |
| 900 | 032F #032F4F | Primary textHigh emphasis contentDark headings |
| 950 | 021D #021D31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0F9FE;
--sky-blue-100: #DDF0FE;
--sky-blue-200: #BFE3FD;
--sky-blue-300: #8ECDFB;
--sky-blue-400: #53B4F9;
--sky-blue-500: #229EF7;
--sky-blue-600: #0882D9;
--sky-blue-700: #0667AC;
--sky-blue-800: #044A7B;
--sky-blue-900: #032F4F;
--sky-blue-950: #021D31;
}