Sky Blue
#988DFC
BlueColor Codes
All color formats for development
HEX
#988DFCRGB
rgb(152, 141, 252)HSL
hsl(246, 95%, 77%)OKLCH
oklch(0.701 0.159 286.1)CMYK
cmyk(40%, 44%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7566FB
2#5340FA
3#301AF9
4#1C06E6
5#1805BF
6#130499
7#0E0373
8#09024D
9#050126
Tints
Lighter variations
1#A298FC
2#ACA4FD
3#B7AFFD
4#C1BAFD
5#CBC6FE
6#D6D1FE
7#E0DDFE
8#EAE8FE
9#F5F4FF
Tones
Muted variations
1#9C92F6
2#A198F1
3#A59DEB
4#AAA3E6
5#AEA8E0
6#B3AEDB
7#B7B4D5
8#BBB9CF
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 | C5BE #C5BEFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 988D #988DFC | BordersInactive statesPlaceholder text |
| 400 | 6251 #6251FB | Disabled statesSecondary iconsMuted text |
| 500 | 351F #351FF9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1B06 #1B06DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1504 #1504AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F03 #0F037C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A02 #0A0250 | Primary textHigh emphasis contentDark headings |
| 950 | 0601 #060132 | 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: #C5BEFD;
--sky-blue-300: #988DFC;
--sky-blue-400: #6251FB;
--sky-blue-500: #351FF9;
--sky-blue-600: #1B06DB;
--sky-blue-700: #1504AE;
--sky-blue-800: #0F037C;
--sky-blue-900: #0A0250;
--sky-blue-950: #060132;
}