Sky Blue
#9E8BFD
BlueColor Codes
All color formats for development
HEX
#9E8BFDRGB
rgb(158, 139, 253)HSL
hsl(250, 97%, 77%)OKLCH
oklch(0.703 0.163 289.2)CMYK
cmyk(38%, 45%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7E65FD
2#5E3EFC
3#3D17FB
4#2A04E8
5#2303C1
6#1C029B
7#150274
8#0E014D
9#070127
Tints
Lighter variations
1#A897FD
2#B2A3FE
3#BBAEFE
4#C5BAFE
5#CFC5FE
6#D8D1FE
7#E2DCFE
8#ECE8FF
9#F5F3FF
Tones
Muted variations
1#A291F8
2#A697F2
3#AA9DEC
4#AEA2E6
5#B1A8E1
6#B5AEDB
7#B9B3D5
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 | E2DC #E2DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8BE #C8BEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 9E8B #9E8BFD | BordersInactive statesPlaceholder text |
| 400 | 6C4F #6C4FFC | Disabled statesSecondary iconsMuted text |
| 500 | 421D #421DFC | Primary brand colorCTAsActive elementsLinks |
| 600 | 2803 #2803DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2003 #2003B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1702 #17027E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E01 #0E0150 | 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: #E2DCFE;
--sky-blue-200: #C8BEFE;
--sky-blue-300: #9E8BFD;
--sky-blue-400: #6C4FFC;
--sky-blue-500: #421DFC;
--sky-blue-600: #2803DD;
--sky-blue-700: #2003B0;
--sky-blue-800: #17027E;
--sky-blue-900: #0E0150;
--sky-blue-950: #090132;
}