Sky Blue
#8BD8FE
BlueColor Codes
All color formats for development
HEX
#8BD8FERGB
rgb(139, 216, 254)HSL
hsl(200, 98%, 77%)OKLCH
oklch(0.846 0.093 230.7)CMYK
cmyk(45%, 15%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#64CAFD
2#3DBDFD
3#16B0FD
4#029CE9
5#0282C2
6#02689C
7#014E75
8#01344E
9#001A27
Tints
Lighter variations
1#96DBFE
2#A2DFFE
3#AEE3FE
4#B9E7FE
5#C5EBFE
6#D1EFFF
7#DCF3FF
8#E8F7FF
9#F3FBFF
Tones
Muted variations
1#91D6F8
2#96D4F2
3#9CD2ED
4#A2D0E7
5#A8CEE1
6#ADCCDB
7#B3CAD6
8#B9C8D0
9#BFC6CA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FA #F0FAFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCF3 #DCF3FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDE9 #BDE9FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BD8 #8BD8FE | BordersInactive statesPlaceholder text |
| 400 | 4EC3 #4EC3FD | Disabled statesSecondary iconsMuted text |
| 500 | 1CB2 #1CB2FD | Primary brand colorCTAsActive elementsLinks |
| 600 | 0295 #0295DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0276 #0276B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0155 #01557E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0136 #013651 | Primary textHigh emphasis contentDark headings |
| 950 | 0122 #012232 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FAFF;
--sky-blue-100: #DCF3FF;
--sky-blue-200: #BDE9FE;
--sky-blue-300: #8BD8FE;
--sky-blue-400: #4EC3FD;
--sky-blue-500: #1CB2FD;
--sky-blue-600: #0295DE;
--sky-blue-700: #0276B1;
--sky-blue-800: #01557E;
--sky-blue-900: #013651;
--sky-blue-950: #012232;
}