Sky Blue
#8CC4FD
BlueColor Codes
All color formats for development
HEX
#8CC4FDRGB
rgb(140, 196, 253)HSL
hsl(210, 97%, 77%)OKLCH
oklch(0.803 0.1 249.6)CMYK
cmyk(45%, 23%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#65B1FD
2#3E9DFC
3#1789FB
4#0476E8
5#0362C1
6#024F9B
7#023B74
8#01274D
9#011427
Tints
Lighter variations
1#97CAFD
2#A3D0FE
3#AED6FE
4#BADCFE
5#C5E2FE
6#D1E8FE
7#DCEDFE
8#E8F3FF
9#F3F9FF
Tones
Muted variations
1#91C4F8
2#97C4F2
3#9DC4EC
4#A2C4E6
5#A8C4E1
6#AEC4DB
7#B3C4D5
8#B9C4D0
9#BFC4CA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F7 #F0F7FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCED #DCEDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEDE #BEDEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BC4 #8BC4FD | BordersInactive statesPlaceholder text |
| 400 | 4FA6 #4FA6FC | Disabled statesSecondary iconsMuted text |
| 500 | 1D8C #1D8CFC | Primary brand colorCTAsActive elementsLinks |
| 600 | 0370 #0370DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0359 #0359B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0240 #02407E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0129 #012950 | Primary textHigh emphasis contentDark headings |
| 950 | 011A #011A32 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0F7FF;
--sky-blue-100: #DCEDFE;
--sky-blue-200: #BEDEFE;
--sky-blue-300: #8BC4FD;
--sky-blue-400: #4FA6FC;
--sky-blue-500: #1D8CFC;
--sky-blue-600: #0370DD;
--sky-blue-700: #0359B0;
--sky-blue-800: #02407E;
--sky-blue-900: #012950;
--sky-blue-950: #011A32;
}