Sky Blue
#8D96FB
BlueColor Codes
All color formats for development
HEX
#8D96FBRGB
rgb(141, 150, 251)HSL
hsl(235, 93%, 77%)OKLCH
oklch(0.709 0.147 278.1)CMYK
cmyk(44%, 40%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6874FA
2#4251F8
3#1C2EF7
4#081BE3
5#0716BD
6#051298
7#040D72
8#03094C
9#010426
Tints
Lighter variations
1#99A1FB
2#A4ACFC
3#B0B6FC
4#BBC1FD
5#C6CBFD
6#D2D5FD
7#DDE0FE
8#E8EAFE
9#F4F5FF
Tones
Muted variations
1#939BF5
2#99A0F0
3#9EA5EB
4#A4A9E5
5#A9AEE0
6#AFB2DA
7#B4B7D5
8#B9BBCF
9#BFC0CA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F1 #F0F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDDF #DDDFFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFC4 #BFC4FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8E97 #8E97FB | BordersInactive statesPlaceholder text |
| 400 | 5361 #5361F9 | Disabled statesSecondary iconsMuted text |
| 500 | 2233 #2233F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0819 #0819D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0614 #0614AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 040E #040E7B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0309 #03094F | Primary textHigh emphasis contentDark headings |
| 950 | 0206 #020631 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0F1FE;
--sky-blue-100: #DDDFFE;
--sky-blue-200: #BFC4FD;
--sky-blue-300: #8E97FB;
--sky-blue-400: #5361F9;
--sky-blue-500: #2233F7;
--sky-blue-600: #0819D9;
--sky-blue-700: #0614AC;
--sky-blue-800: #040E7B;
--sky-blue-900: #03094F;
--sky-blue-950: #020631;
}