Sky Blue
#8BCEFD
BlueColor Codes
All color formats for development
HEX
#8BCEFDRGB
rgb(139, 206, 253)HSL
hsl(205, 97%, 77%)OKLCH
oklch(0.824 0.095 240)CMYK
cmyk(45%, 19%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#65BDFD
2#3EADFC
3#179CFB
4#0489E8
5#0372C1
6#025B9B
7#024474
8#012E4D
9#011727
Tints
Lighter variations
1#97D3FD
2#A3D8FE
3#AEDDFE
4#BAE1FE
5#C5E6FE
6#D1EBFE
7#DCF0FE
8#E8F5FF
9#F3FAFF
Tones
Muted variations
1#91CDF8
2#97CCF2
3#9DCBEC
4#A2CAE6
5#A8C9E1
6#AEC8DB
7#B3C7D5
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 #DCF0FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEE3 #BEE3FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BCE #8BCEFD | BordersInactive statesPlaceholder text |
| 400 | 4FB4 #4FB4FC | Disabled statesSecondary iconsMuted text |
| 500 | 1D9F #1D9FFC | Primary brand colorCTAsActive elementsLinks |
| 600 | 0382 #0382DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0368 #0368B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 024A #024A7E | Text on light backgroundsHeadingsStrong borders |
| 900 | 012F #012F50 | 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: #DCF0FE;
--sky-blue-200: #BEE3FE;
--sky-blue-300: #8BCEFD;
--sky-blue-400: #4FB4FC;
--sky-blue-500: #1D9FFC;
--sky-blue-600: #0382DD;
--sky-blue-700: #0368B0;
--sky-blue-800: #024A7E;
--sky-blue-900: #012F50;
--sky-blue-950: #011E32;
}