Sky Blue
#9C8BFE
BlueColor Codes
All color formats for development
HEX
#9C8BFERGB
rgb(156, 139, 254)HSL
hsl(249, 98%, 77%)OKLCH
oklch(0.702 0.164 288.2)CMYK
cmyk(39%, 45%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7B64FD
2#5A3DFD
3#3916FD
4#2502E9
5#1F02C2
6#19029C
7#120175
8#0C014E
9#060027
Tints
Lighter variations
1#A696FE
2#B0A2FE
3#BAAEFE
4#C4B9FE
5#CEC5FE
6#D7D1FF
7#E1DCFF
8#EBE8FF
9#F5F3FF
Tones
Muted variations
1#A091F8
2#A496F2
3#A89CED
4#ACA2E7
5#B0A8E1
6#B4ADDB
7#B8B3D6
8#BCB9D0
9#C0BFCA
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 | C7BD #C7BDFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 9C8B #9C8BFE | BordersInactive statesPlaceholder text |
| 400 | 694E #694EFD | Disabled statesSecondary iconsMuted text |
| 500 | 3E1C #3E1CFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 2302 #2302DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C02 #1C02B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1401 #14017E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D01 #0D0151 | Primary textHigh emphasis contentDark headings |
| 950 | 0801 #080132 | 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: #C7BDFE;
--sky-blue-300: #9C8BFE;
--sky-blue-400: #694EFD;
--sky-blue-500: #3E1CFD;
--sky-blue-600: #2302DE;
--sky-blue-700: #1C02B1;
--sky-blue-800: #14017E;
--sky-blue-900: #0D0151;
--sky-blue-950: #080132;
}