Sky Blue
#9B8EFB
BlueColor Codes
All color formats for development
HEX
#9B8EFBRGB
rgb(155, 142, 251)HSL
hsl(247, 93%, 77%)OKLCH
oklch(0.705 0.156 287.2)CMYK
cmyk(38%, 43%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7968FA
2#5742F8
3#361CF7
4#2208E3
5#1C07BD
6#170598
7#110472
8#0B034C
9#060126
Tints
Lighter variations
1#A599FB
2#AFA4FC
3#B9B0FC
4#C3BBFD
5#CDC6FD
6#D7D2FD
7#E1DDFE
8#EBE8FE
9#F5F4FF
Tones
Muted variations
1#9F93F5
2#A399F0
3#A79EEB
4#ABA4E5
5#AFA9E0
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 | E0DD #E0DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6BF #C6BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 9B8E #9B8EFB | BordersInactive statesPlaceholder text |
| 400 | 6653 #6653F9 | Disabled statesSecondary iconsMuted text |
| 500 | 3A22 #3A22F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2008 #2008D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A06 #1A06AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1204 #12047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C03 #0C034F | Primary textHigh emphasis contentDark headings |
| 950 | 0702 #070231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2F0FE;
--sky-blue-100: #E0DDFE;
--sky-blue-200: #C6BFFD;
--sky-blue-300: #9B8EFB;
--sky-blue-400: #6653F9;
--sky-blue-500: #3A22F7;
--sky-blue-600: #2008D9;
--sky-blue-700: #1A06AC;
--sky-blue-800: #12047B;
--sky-blue-900: #0C034F;
--sky-blue-950: #070231;
}