Sky Blue
#8C9FFD
BlueColor Codes
All color formats for development
HEX
#8C9FFDRGB
rgb(140, 159, 253)HSL
hsl(230, 97%, 77%)OKLCH
oklch(0.727 0.138 273.8)CMYK
cmyk(45%, 37%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#657EFD
2#3E5EFC
3#173DFB
4#042AE8
5#0323C1
6#021C9B
7#021574
8#010E4D
9#010727
Tints
Lighter variations
1#97A8FD
2#A3B2FE
3#AEBBFE
4#BAC5FE
5#C5CFFE
6#D1D8FE
7#DCE2FE
8#E8ECFF
9#F3F5FF
Tones
Muted variations
1#91A2F8
2#97A6F2
3#9DAAEC
4#A2AEE6
5#A8B1E1
6#AEB5DB
7#B3B9D5
8#B9BDD0
9#BFC1CA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F2 #F0F2FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCE2 #DCE2FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEC8 #BEC8FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8B9E #8B9EFD | BordersInactive statesPlaceholder text |
| 400 | 4F6C #4F6CFC | Disabled statesSecondary iconsMuted text |
| 500 | 1D42 #1D42FC | Primary brand colorCTAsActive elementsLinks |
| 600 | 0328 #0328DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0320 #0320B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0217 #02177E | Text on light backgroundsHeadingsStrong borders |
| 900 | 010E #010E50 | Primary textHigh emphasis contentDark headings |
| 950 | 0109 #010932 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0F2FF;
--sky-blue-100: #DCE2FE;
--sky-blue-200: #BEC8FE;
--sky-blue-300: #8B9EFD;
--sky-blue-400: #4F6CFC;
--sky-blue-500: #1D42FC;
--sky-blue-600: #0328DD;
--sky-blue-700: #0320B0;
--sky-blue-800: #02177E;
--sky-blue-900: #010E50;
--sky-blue-950: #010932;
}