Sky Blue
#988BFE
BlueColor Codes
All color formats for development
HEX
#988BFERGB
rgb(152, 139, 254)HSL
hsl(247, 98%, 77%)OKLCH
oklch(0.699 0.165 286.5)CMYK
cmyk(40%, 45%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7664FD
2#543DFD
3#3116FD
4#1D02E9
5#1802C2
6#14029C
7#0F0175
8#0A014E
9#050027
Tints
Lighter variations
1#A396FE
2#ADA2FE
3#B7AEFE
4#C1B9FE
5#CCC5FE
6#D6D1FF
7#E0DCFF
8#EAE8FF
9#F5F3FF
Tones
Muted variations
1#9D91F8
2#A196F2
3#A69CED
4#AAA2E7
5#AEA8E1
6#B3ADDB
7#B7B3D6
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 | C5BD #C5BDFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 988B #988BFE | BordersInactive statesPlaceholder text |
| 400 | 634E #634EFD | Disabled statesSecondary iconsMuted text |
| 500 | 361C #361CFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 1C02 #1C02DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1602 #1602B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1001 #10017E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A01 #0A0151 | 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: #E0DCFF;
--sky-blue-200: #C5BDFE;
--sky-blue-300: #988BFE;
--sky-blue-400: #634EFD;
--sky-blue-500: #361CFD;
--sky-blue-600: #1C02DE;
--sky-blue-700: #1602B1;
--sky-blue-800: #10017E;
--sky-blue-900: #0A0151;
--sky-blue-950: #060132;
}