Sky Blue
#8DCCFB
BlueColor Codes
All color formats for development
HEX
#8DCCFBRGB
rgb(141, 204, 251)HSL
hsl(206, 93%, 77%)OKLCH
oklch(0.82 0.093 241.5)CMYK
cmyk(44%, 19%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#68BAFA
2#42A9F8
3#1C98F7
4#0884E3
5#076EBD
6#055898
7#044272
8#032C4C
9#011626
Tints
Lighter variations
1#99D1FB
2#A4D6FC
3#B0DBFC
4#BBE0FD
5#C6E5FD
6#D2EAFD
7#DDF0FE
8#E8F5FE
9#F4FAFF
Tones
Muted variations
1#93CBF5
2#99CAF0
3#9EC9EB
4#A4C9E5
5#A9C8E0
6#AFC7DA
7#B4C7D5
8#B9C6CF
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 | BFE2 #BFE2FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8ECC #8ECCFB | BordersInactive statesPlaceholder text |
| 400 | 53B1 #53B1F9 | Disabled statesSecondary iconsMuted text |
| 500 | 229A #229AF7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 087E #087ED9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0664 #0664AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0448 #04487B | Text on light backgroundsHeadingsStrong borders |
| 900 | 032E #032E4F | 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: #F0F8FE;
--sky-blue-100: #DDEFFE;
--sky-blue-200: #BFE2FD;
--sky-blue-300: #8ECCFB;
--sky-blue-400: #53B1F9;
--sky-blue-500: #229AF7;
--sky-blue-600: #087ED9;
--sky-blue-700: #0664AC;
--sky-blue-800: #04487B;
--sky-blue-900: #032E4F;
--sky-blue-950: #021D31;
}