Sky Blue
#988DFB
BlueColor Codes
All color formats for development
HEX
#988DFBRGB
rgb(152, 141, 251)HSL
hsl(246, 93%, 77%)OKLCH
oklch(0.701 0.158 286.1)CMYK
cmyk(39%, 44%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7668FA
2#5442F8
3#321CF7
4#1E08E3
5#1907BD
6#140598
7#0F0472
8#0A034C
9#050126
Tints
Lighter variations
1#A399FB
2#ADA4FC
3#B7B0FC
4#C2BBFD
5#CCC6FD
6#D6D2FD
7#E0DDFE
8#EBE8FE
9#F5F4FF
Tones
Muted variations
1#9D93F5
2#A199F0
3#A69EEB
4#AAA4E5
5#AFA9E0
6#B3AFDA
7#B7B4D5
8#BCB9CF
9#C0BFCA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F0 #F2F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0DD #E0DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5BF #C5BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 998E #998EFB | BordersInactive statesPlaceholder text |
| 400 | 6353 #6353F9 | Disabled statesSecondary iconsMuted text |
| 500 | 3722 #3722F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1D08 #1D08D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1706 #1706AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1004 #10047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A03 #0A034F | Primary textHigh emphasis contentDark headings |
| 950 | 0702 #070231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2F0FE;
--sky-blue-100: #E0DDFE;
--sky-blue-200: #C5BFFD;
--sky-blue-300: #998EFB;
--sky-blue-400: #6353F9;
--sky-blue-500: #3722F7;
--sky-blue-600: #1D08D9;
--sky-blue-700: #1706AC;
--sky-blue-800: #10047B;
--sky-blue-900: #0A034F;
--sky-blue-950: #070231;
}