Sky Blue
#9A8DFC
BlueColor Codes
All color formats for development
HEX
#9A8DFCRGB
rgb(154, 141, 252)HSL
hsl(247, 95%, 77%)OKLCH
oklch(0.703 0.159 286.9)CMYK
cmyk(39%, 44%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7866FB
2#5640FA
3#341AF9
4#2006E6
5#1B05BF
6#150499
7#100373
8#0B024D
9#050126
Tints
Lighter variations
1#A498FC
2#AEA4FD
3#B8AFFD
4#C2BAFD
5#CCC6FE
6#D6D1FE
7#E1DDFE
8#EBE8FE
9#F5F4FF
Tones
Muted variations
1#9E92F6
2#A298F1
3#A69DEB
4#ABA3E6
5#AFA8E0
6#B3AEDB
7#B8B4D5
8#BCB9CF
9#C0BFCA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F0 #F2F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0DC #E0DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6BE #C6BEFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 9A8D #9A8DFC | BordersInactive statesPlaceholder text |
| 400 | 6551 #6551FB | Disabled statesSecondary iconsMuted text |
| 500 | 391F #391FF9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1E06 #1E06DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1804 #1804AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1103 #11037C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B02 #0B0250 | 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: #E0DCFE;
--sky-blue-200: #C6BEFD;
--sky-blue-300: #9A8DFC;
--sky-blue-400: #6551FB;
--sky-blue-500: #391FF9;
--sky-blue-600: #1E06DB;
--sky-blue-700: #1804AE;
--sky-blue-800: #11037C;
--sky-blue-900: #0B0250;
--sky-blue-950: #070132;
}