Sky Blue
#8C9DFD
BlueColor Codes
All color formats for development
HEX
#8C9DFDRGB
rgb(140, 157, 253)HSL
hsl(231, 97%, 77%)OKLCH
oklch(0.723 0.141 274.7)CMYK
cmyk(45%, 38%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#657CFD
2#3E5BFC
3#173AFB
4#0426E8
5#0320C1
6#02199B
7#021374
8#010D4D
9#010627
Tints
Lighter variations
1#97A6FD
2#A3B0FE
3#AEBAFE
4#BAC4FE
5#C5CEFE
6#D1D8FE
7#DCE1FE
8#E8EBFF
9#F3F5FF
Tones
Muted variations
1#91A1F8
2#97A4F2
3#9DA8EC
4#A2ACE6
5#A8B0E1
6#AEB4DB
7#B3B8D5
8#B9BCD0
9#BFC0CA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F2 #F0F2FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCE1 #DCE1FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEC7 #BEC7FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8B9D #8B9DFD | BordersInactive statesPlaceholder text |
| 400 | 4F69 #4F69FC | Disabled statesSecondary iconsMuted text |
| 500 | 1D3E #1D3EFC | Primary brand colorCTAsActive elementsLinks |
| 600 | 0324 #0324DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 031D #031DB0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0214 #02147E | Text on light backgroundsHeadingsStrong borders |
| 900 | 010D #010D50 | Primary textHigh emphasis contentDark headings |
| 950 | 0108 #010832 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0F2FF;
--sky-blue-100: #DCE1FE;
--sky-blue-200: #BEC7FE;
--sky-blue-300: #8B9DFD;
--sky-blue-400: #4F69FC;
--sky-blue-500: #1D3EFC;
--sky-blue-600: #0324DD;
--sky-blue-700: #031DB0;
--sky-blue-800: #02147E;
--sky-blue-900: #010D50;
--sky-blue-950: #010832;
}