Sky Blue
#988FFA
BlueColor Codes
All color formats for development
HEX
#988FFARGB
rgb(152, 143, 250)HSL
hsl(245, 91%, 77%)OKLCH
oklch(0.704 0.153 285.6)CMYK
cmyk(39%, 43%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7569F8
2#5344F6
3#301EF4
4#1C0BE1
5#1809BC
6#130796
7#0E0571
8#09044B
9#050226
Tints
Lighter variations
1#A29AFA
2#ACA5FB
3#B7B1FB
4#C1BCFC
5#CBC7FC
6#D6D2FD
7#E0DDFD
8#EAE9FE
9#F5F4FE
Tones
Muted variations
1#9C94F4
2#A19AEF
3#A59FEA
4#AAA4E4
5#AEAADF
6#B3AFDA
7#B7B4D4
8#BBBACF
9#C0BFCA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F0 #F2F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0DD #E0DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5C0 #C5C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 988F #988FFA | BordersInactive statesPlaceholder text |
| 400 | 6255 #6255F7 | Disabled statesSecondary iconsMuted text |
| 500 | 3524 #3524F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1B0A #1B0AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1608 #1608AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F06 #0F067A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A04 #0A044E | Primary textHigh emphasis contentDark headings |
| 950 | 0602 #060231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2F0FE;
--sky-blue-100: #E0DDFD;
--sky-blue-200: #C5C0FC;
--sky-blue-300: #988FFA;
--sky-blue-400: #6255F7;
--sky-blue-500: #3524F5;
--sky-blue-600: #1B0AD6;
--sky-blue-700: #1608AA;
--sky-blue-800: #0F067A;
--sky-blue-900: #0A044E;
--sky-blue-950: #060231;
}