Sky Blue
#8CCCFD
BlueColor Codes
All color formats for development
HEX
#8CCCFDRGB
rgb(140, 204, 253)HSL
hsl(206, 97%, 77%)OKLCH
oklch(0.82 0.095 242.3)CMYK
cmyk(45%, 19%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#65BBFD
2#3EAAFC
3#1799FB
4#0485E8
5#036FC1
6#02599B
7#024374
8#012C4D
9#011627
Tints
Lighter variations
1#97D1FD
2#A3D6FE
3#AEDBFE
4#BAE0FE
5#C5E5FE
6#D1EBFE
7#DCF0FE
8#E8F5FF
9#F3FAFF
Tones
Muted variations
1#91CBF8
2#97CAF2
3#9DCAEC
4#A2C9E6
5#A8C8E1
6#AEC7DB
7#B3C7D5
8#B9C6D0
9#BFC5CA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F8 #F0F8FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCEF #DCEFFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEE2 #BEE2FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BCC #8BCCFD | BordersInactive statesPlaceholder text |
| 400 | 4FB1 #4FB1FC | Disabled statesSecondary iconsMuted text |
| 500 | 1D9B #1D9BFC | Primary brand colorCTAsActive elementsLinks |
| 600 | 037F #037FDD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0365 #0365B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0248 #02487E | Text on light backgroundsHeadingsStrong borders |
| 900 | 012E #012E50 | Primary textHigh emphasis contentDark headings |
| 950 | 011D #011D32 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0F8FF;
--sky-blue-100: #DCEFFE;
--sky-blue-200: #BEE2FE;
--sky-blue-300: #8BCCFD;
--sky-blue-400: #4FB1FC;
--sky-blue-500: #1D9BFC;
--sky-blue-600: #037FDD;
--sky-blue-700: #0365B0;
--sky-blue-800: #02487E;
--sky-blue-900: #012E50;
--sky-blue-950: #011D32;
}