Sky Blue
#9C8EFB
BlueColor Codes
All color formats for development
HEX
#9C8EFBRGB
rgb(156, 142, 251)HSL
hsl(248, 93%, 77%)OKLCH
oklch(0.706 0.156 287.6)CMYK
cmyk(38%, 43%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7B68FA
2#5A42F8
3#391CF7
4#2508E3
5#1F07BD
6#190598
7#130472
8#0C034C
9#060126
Tints
Lighter variations
1#A699FB
2#B0A4FC
3#BAB0FC
4#C4BBFD
5#CEC6FD
6#D8D2FD
7#E1DDFE
8#EBE8FE
9#F5F4FF
Tones
Muted variations
1#A093F5
2#A499F0
3#A89EEB
4#ACA4E5
5#B0A9E0
6#B4AFDA
7#B8B4D5
8#BCB9CF
9#C0BFCA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F0 #F2F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1DD #E1DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7BF #C7BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 9C8E #9C8EFB | BordersInactive statesPlaceholder text |
| 400 | 6953 #6953F9 | Disabled statesSecondary iconsMuted text |
| 500 | 3E22 #3E22F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2408 #2408D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C06 #1C06AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1404 #14047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D03 #0D034F | Primary textHigh emphasis contentDark headings |
| 950 | 0802 #080231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2F0FE;
--sky-blue-100: #E1DDFE;
--sky-blue-200: #C7BFFD;
--sky-blue-300: #9C8EFB;
--sky-blue-400: #6953F9;
--sky-blue-500: #3E22F7;
--sky-blue-600: #2408D9;
--sky-blue-700: #1C06AC;
--sky-blue-800: #14047B;
--sky-blue-900: #0D034F;
--sky-blue-950: #080231;
}