Sky Blue
#8DBFFB
BlueColor Codes
All color formats for development
HEX
#8DBFFBRGB
rgb(141, 191, 251)HSL
hsl(213, 93%, 77%)OKLCH
oklch(0.792 0.101 253.5)CMYK
cmyk(44%, 24%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#68A9FA
2#4294F8
3#1C7FF7
4#086BE3
5#0759BD
6#054798
7#043572
8#03244C
9#011226
Tints
Lighter variations
1#99C5FB
2#A4CCFC
3#B0D2FC
4#BBD9FD
5#C6DFFD
6#D2E5FD
7#DDECFE
8#E8F2FE
9#F4F9FF
Tones
Muted variations
1#93BFF5
2#99C0F0
3#9EC1EB
4#A4C1E5
5#A9C2E0
6#AFC2DA
7#B4C3D5
8#B9C3CF
9#BFC4CA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F7 #F0F7FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDEB #DDEBFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFDB #BFDBFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EBF #8EBFFB | BordersInactive statesPlaceholder text |
| 400 | 539D #539DF9 | Disabled statesSecondary iconsMuted text |
| 500 | 2282 #2282F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0866 #0866D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0651 #0651AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 043A #043A7B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0325 #03254F | Primary textHigh emphasis contentDark headings |
| 950 | 0217 #021731 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0F7FE;
--sky-blue-100: #DDEBFE;
--sky-blue-200: #BFDBFD;
--sky-blue-300: #8EBFFB;
--sky-blue-400: #539DF9;
--sky-blue-500: #2282F7;
--sky-blue-600: #0866D9;
--sky-blue-700: #0651AC;
--sky-blue-800: #043A7B;
--sky-blue-900: #03254F;
--sky-blue-950: #021731;
}