Sky Blue
#8D96FC
BlueColor Codes
All color formats for development
HEX
#8D96FCRGB
rgb(141, 150, 252)HSL
hsl(235, 95%, 77%)OKLCH
oklch(0.71 0.148 278.1)CMYK
cmyk(44%, 40%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6673FB
2#4050FA
3#1A2CF9
4#0619E6
5#0514BF
6#041099
7#030C73
8#02084D
9#010426
Tints
Lighter variations
1#98A0FC
2#A4ABFD
3#AFB5FD
4#BAC0FD
5#C6CAFE
6#D1D5FE
7#DDDFFE
8#E8EAFE
9#F4F4FF
Tones
Muted variations
1#929BF6
2#989FF1
3#9DA4EB
4#A3A8E6
5#A8ADE0
6#AEB2DB
7#B4B6D5
8#B9BBCF
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 #BEC4FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8D96 #8D96FC | BordersInactive statesPlaceholder text |
| 400 | 515F #515FFB | Disabled statesSecondary iconsMuted text |
| 500 | 1F31 #1F31F9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0617 #0617DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0413 #0413AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 030D #030D7C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0209 #020950 | Primary textHigh emphasis contentDark headings |
| 950 | 0105 #010532 | 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: #BEC4FD;
--sky-blue-300: #8D96FC;
--sky-blue-400: #515FFB;
--sky-blue-500: #1F31F9;
--sky-blue-600: #0617DB;
--sky-blue-700: #0413AE;
--sky-blue-800: #030D7C;
--sky-blue-900: #020950;
--sky-blue-950: #010532;
}