Sky Blue
#8BCEFE
BlueColor Codes
All color formats for development
HEX
#8BCEFERGB
rgb(139, 206, 254)HSL
hsl(205, 98%, 77%)OKLCH
oklch(0.824 0.096 240.6)CMYK
cmyk(45%, 19%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#64BEFD
2#3DADFD
3#169DFD
4#0289E9
5#0272C2
6#025B9C
7#014575
8#012E4E
9#001727
Tints
Lighter variations
1#96D3FE
2#A2D8FE
3#AEDDFE
4#B9E2FE
5#C5E6FE
6#D1EBFF
7#DCF0FF
8#E8F5FF
9#F3FAFF
Tones
Muted variations
1#91CDF8
2#96CCF2
3#9CCBED
4#A2CAE7
5#A8C9E1
6#ADC8DB
7#B3C7D6
8#B9C6D0
9#BFC5CA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F9 #F0F9FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCF0 #DCF0FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDE3 #BDE3FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BCE #8BCEFE | BordersInactive statesPlaceholder text |
| 400 | 4EB4 #4EB4FD | Disabled statesSecondary iconsMuted text |
| 500 | 1C9F #1C9FFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 0283 #0283DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0268 #0268B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 014A #014A7E | Text on light backgroundsHeadingsStrong borders |
| 900 | 012F #012F51 | Primary textHigh emphasis contentDark headings |
| 950 | 011E #011E32 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0F9FF;
--sky-blue-100: #DCF0FF;
--sky-blue-200: #BDE3FE;
--sky-blue-300: #8BCEFE;
--sky-blue-400: #4EB4FD;
--sky-blue-500: #1C9FFD;
--sky-blue-600: #0283DE;
--sky-blue-700: #0268B1;
--sky-blue-800: #014A7E;
--sky-blue-900: #012F51;
--sky-blue-950: #011E32;
}