Sky Blue
#9A8BFE
BlueColor Codes
All color formats for development
HEX
#9A8BFERGB
rgb(154, 139, 254)HSL
hsl(248, 98%, 77%)OKLCH
oklch(0.7 0.164 287.3)CMYK
cmyk(39%, 45%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7864FD
2#573DFD
3#3516FD
4#2102E9
5#1C02C2
6#16029C
7#110175
8#0B014E
9#060027
Tints
Lighter variations
1#A496FE
2#AEA2FE
3#B8AEFE
4#C3B9FE
5#CDC5FE
6#D7D1FF
7#E1DCFF
8#EBE8FF
9#F5F3FF
Tones
Muted variations
1#9E91F8
2#A396F2
3#A79CED
4#ABA2E7
5#AFA8E1
6#B3ADDB
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 | E0DC #E0DCFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6BD #C6BDFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 9A8B #9A8BFE | BordersInactive statesPlaceholder text |
| 400 | 664E #664EFD | Disabled statesSecondary iconsMuted text |
| 500 | 3A1C #3A1CFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 2002 #2002DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1902 #1902B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1201 #12017E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B01 #0B0151 | Primary textHigh emphasis contentDark headings |
| 950 | 0701 #070132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2F0FF;
--sky-blue-100: #E0DCFF;
--sky-blue-200: #C6BDFE;
--sky-blue-300: #9A8BFE;
--sky-blue-400: #664EFD;
--sky-blue-500: #3A1CFD;
--sky-blue-600: #2002DE;
--sky-blue-700: #1902B1;
--sky-blue-800: #12017E;
--sky-blue-900: #0B0151;
--sky-blue-950: #070132;
}