Sky Blue
#9D8DFC
BlueColor Codes
All color formats for development
HEX
#9D8DFCRGB
rgb(157, 141, 252)HSL
hsl(249, 95%, 77%)OKLCH
oklch(0.705 0.159 288.2)CMYK
cmyk(38%, 44%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7D66FB
2#5C40FA
3#3B1AF9
4#2706E6
5#2105BF
6#1A0499
7#140373
8#0D024D
9#070126
Tints
Lighter variations
1#A798FC
2#B1A4FD
3#BBAFFD
4#C4BAFD
5#CEC6FE
6#D8D1FE
7#E2DDFE
8#EBE8FE
9#F5F4FF
Tones
Muted variations
1#A192F6
2#A598F1
3#A99DEB
4#ADA3E6
5#B1A8E0
6#B5AEDB
7#B9B4D5
8#BDB9CF
9#C0BFCA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F0 #F2F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1DC #E1DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8BE #C8BEFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 9D8D #9D8DFC | BordersInactive statesPlaceholder text |
| 400 | 6A51 #6A51FB | Disabled statesSecondary iconsMuted text |
| 500 | 401F #401FF9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2606 #2606DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E04 #1E04AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1503 #15037C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E02 #0E0250 | Primary textHigh emphasis contentDark headings |
| 950 | 0901 #090132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2F0FF;
--sky-blue-100: #E1DCFE;
--sky-blue-200: #C8BEFD;
--sky-blue-300: #9D8DFC;
--sky-blue-400: #6A51FB;
--sky-blue-500: #401FF9;
--sky-blue-600: #2606DB;
--sky-blue-700: #1E04AE;
--sky-blue-800: #15037C;
--sky-blue-900: #0E0250;
--sky-blue-950: #090132;
}