Sky Blue
#8CA6FD
BlueColor Codes
All color formats for development
HEX
#8CA6FDRGB
rgb(140, 166, 253)HSL
hsl(226, 97%, 77%)OKLCH
oklch(0.741 0.13 270.4)CMYK
cmyk(45%, 34%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6588FD
2#3E6AFC
3#174DFB
4#0439E8
5#032FC1
6#02269B
7#021C74
8#01134D
9#010927
Tints
Lighter variations
1#97AFFD
2#A3B8FE
3#AEC1FE
4#BACAFE
5#C5D3FE
6#D1DBFE
7#DCE4FE
8#E8EDFF
9#F3F6FF
Tones
Muted variations
1#91A9F8
2#97ACF2
3#9DAFEC
4#A2B2E6
5#A8B5E1
6#AEB8DB
7#B3BBD5
8#B9BED0
9#BFC1CA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F3 #F0F3FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCE4 #DCE4FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BECD #BECDFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BA6 #8BA6FD | BordersInactive statesPlaceholder text |
| 400 | 4F78 #4F78FC | Disabled statesSecondary iconsMuted text |
| 500 | 1D51 #1D51FC | Primary brand colorCTAsActive elementsLinks |
| 600 | 0336 #0336DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 032B #032BB0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 021F #021F7E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0114 #011450 | Primary textHigh emphasis contentDark headings |
| 950 | 010C #010C32 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0F3FF;
--sky-blue-100: #DCE4FE;
--sky-blue-200: #BECDFE;
--sky-blue-300: #8BA6FD;
--sky-blue-400: #4F78FC;
--sky-blue-500: #1D51FC;
--sky-blue-600: #0336DD;
--sky-blue-700: #032BB0;
--sky-blue-800: #021F7E;
--sky-blue-900: #011450;
--sky-blue-950: #010C32;
}