Sky Blue
#8BD9FE
BlueColor Codes
All color formats for development
HEX
#8BD9FERGB
rgb(139, 217, 254)HSL
hsl(199, 98%, 77%)OKLCH
oklch(0.848 0.093 229.7)CMYK
cmyk(45%, 15%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#64CDFD
2#3DC0FD
3#16B4FD
4#02A0E9
5#0285C2
6#026B9C
7#015075
8#01354E
9#001B27
Tints
Lighter variations
1#96DDFE
2#A2E1FE
3#AEE5FE
4#B9E8FE
5#C5ECFE
6#D1F0FF
7#DCF4FF
8#E8F7FF
9#F3FBFF
Tones
Muted variations
1#91D7F8
2#96D5F2
3#9CD3ED
4#A2D1E7
5#A8CFE1
6#ADCDDB
7#B3CBD6
8#B9C9D0
9#BFC6CA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FA #F0FAFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCF4 #DCF4FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDEA #BDEAFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BD9 #8BD9FE | BordersInactive statesPlaceholder text |
| 400 | 4EC6 #4EC6FD | Disabled statesSecondary iconsMuted text |
| 500 | 1CB5 #1CB5FD | Primary brand colorCTAsActive elementsLinks |
| 600 | 0299 #0299DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0279 #0279B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0157 #01577E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0137 #013751 | Primary textHigh emphasis contentDark headings |
| 950 | 0123 #012332 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FAFF;
--sky-blue-100: #DCF4FF;
--sky-blue-200: #BDEAFE;
--sky-blue-300: #8BD9FE;
--sky-blue-400: #4EC6FD;
--sky-blue-500: #1CB5FD;
--sky-blue-600: #0299DE;
--sky-blue-700: #0279B1;
--sky-blue-800: #01577E;
--sky-blue-900: #013751;
--sky-blue-950: #012332;
}