Sky Blue
#8C97FD
BlueColor Codes
All color formats for development
HEX
#8C97FDRGB
rgb(140, 151, 253)HSL
hsl(234, 97%, 77%)OKLCH
oklch(0.712 0.148 277.3)CMYK
cmyk(45%, 40%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6574FD
2#3E51FC
3#172EFB
4#041AE8
5#0316C1
6#02129B
7#020D74
8#01094D
9#010427
Tints
Lighter variations
1#97A1FD
2#A3ACFE
3#AEB6FE
4#BAC1FE
5#C5CBFE
6#D1D5FE
7#DCE0FE
8#E8EAFF
9#F3F5FF
Tones
Muted variations
1#919BF8
2#97A0F2
3#9DA4EC
4#A2A9E6
5#A8AEE1
6#AEB2DB
7#B3B7D5
8#B9BBD0
9#BFC0CA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F1 #F0F1FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCDF #DCDFFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEC4 #BEC4FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8B97 #8B97FD | BordersInactive statesPlaceholder text |
| 400 | 4F60 #4F60FC | Disabled statesSecondary iconsMuted text |
| 500 | 1D33 #1D33FC | Primary brand colorCTAsActive elementsLinks |
| 600 | 0319 #0319DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0314 #0314B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 020E #020E7E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0109 #010950 | Primary textHigh emphasis contentDark headings |
| 950 | 0106 #010632 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0F1FF;
--sky-blue-100: #DCDFFE;
--sky-blue-200: #BEC4FE;
--sky-blue-300: #8B97FD;
--sky-blue-400: #4F60FC;
--sky-blue-500: #1D33FC;
--sky-blue-600: #0319DD;
--sky-blue-700: #0314B0;
--sky-blue-800: #020E7E;
--sky-blue-900: #010950;
--sky-blue-950: #010632;
}