Sky Blue
#8E96FA
BlueColor Codes
All color formats for development
HEX
#8E96FARGB
rgb(142, 150, 250)HSL
hsl(236, 92%, 77%)OKLCH
oklch(0.709 0.145 278.5)CMYK
cmyk(43%, 40%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6972F9
2#434FF7
3#1D2CF6
4#0918E2
5#0814BC
6#061097
7#050C71
8#03084B
9#020426
Tints
Lighter variations
1#9AA0FB
2#A5ABFB
3#B0B5FC
4#BBC0FC
5#C7CAFD
6#D2D5FD
7#DDDFFE
8#E8EAFE
9#F4F4FF
Tones
Muted variations
1#949AF5
2#999FF0
3#9FA4EA
4#A4A8E5
5#A9ADDF
6#AFB2DA
7#B4B6D5
8#BABBCF
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 | BFC3 #BFC3FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8E96 #8E96FA | BordersInactive statesPlaceholder text |
| 400 | 545F #545FF8 | Disabled statesSecondary iconsMuted text |
| 500 | 2331 #2331F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0917 #0917D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0712 #0712AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 050D #050D7A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0308 #03084E | Primary textHigh emphasis contentDark headings |
| 950 | 0205 #020531 | 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: #BFC3FC;
--sky-blue-300: #8E96FA;
--sky-blue-400: #545FF8;
--sky-blue-500: #2331F6;
--sky-blue-600: #0917D7;
--sky-blue-700: #0712AB;
--sky-blue-800: #050D7A;
--sky-blue-900: #03084E;
--sky-blue-950: #020531;
}