Sky Blue
#9E8BFE
BlueColor Codes
All color formats for development
HEX
#9E8BFERGB
rgb(158, 139, 254)HSL
hsl(250, 98%, 77%)OKLCH
oklch(0.704 0.164 289.1)CMYK
cmyk(38%, 45%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7E64FD
2#5D3DFD
3#3D16FD
4#2902E9
5#2202C2
6#1B029C
7#140175
8#0E014E
9#070027
Tints
Lighter variations
1#A896FE
2#B1A2FE
3#BBAEFE
4#C5B9FE
5#CFC5FE
6#D8D1FF
7#E2DCFF
8#ECE8FF
9#F5F3FF
Tones
Muted variations
1#A291F8
2#A696F2
3#AA9CED
4#ADA2E7
5#B1A8E1
6#B5ADDB
7#B9B3D6
8#BDB9D0
9#C1BFCA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F0 #F2F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1DC #E1DCFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8BD #C8BDFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 9E8B #9E8BFE | BordersInactive statesPlaceholder text |
| 400 | 6B4E #6B4EFD | Disabled statesSecondary iconsMuted text |
| 500 | 411C #411CFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 2702 #2702DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F02 #1F02B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1601 #16017E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E01 #0E0151 | Primary textHigh emphasis contentDark headings |
| 950 | 0901 #090132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2F0FF;
--sky-blue-100: #E1DCFF;
--sky-blue-200: #C8BDFE;
--sky-blue-300: #9E8BFE;
--sky-blue-400: #6B4EFD;
--sky-blue-500: #411CFD;
--sky-blue-600: #2702DE;
--sky-blue-700: #1F02B1;
--sky-blue-800: #16017E;
--sky-blue-900: #0E0151;
--sky-blue-950: #090132;
}