Sky Blue
#8F98FA
BlueColor Codes
All color formats for development
HEX
#8F98FARGB
rgb(143, 152, 250)HSL
hsl(235, 91%, 77%)OKLCH
oklch(0.714 0.142 278.2)CMYK
cmyk(43%, 39%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6975F8
2#4453F6
3#1E30F4
4#0B1CE1
5#0918BC
6#071396
7#050E71
8#04094B
9#020526
Tints
Lighter variations
1#9AA2FA
2#A5ACFB
3#B1B7FB
4#BCC1FC
5#C7CBFC
6#D2D6FD
7#DDE0FD
8#E9EAFE
9#F4F5FE
Tones
Muted variations
1#949CF4
2#9AA1EF
3#9FA5EA
4#A4AAE4
5#AAAEDF
6#AFB3DA
7#B4B7D4
8#BABBCF
9#BFC0CA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F2 #F0F2FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE0 #DDE0FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0C5 #C0C5FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8F98 #8F98FA | BordersInactive statesPlaceholder text |
| 400 | 5562 #5562F7 | Disabled statesSecondary iconsMuted text |
| 500 | 2435 #2435F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0A1B #0A1BD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0816 #0816AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 060F #060F7A | Text on light backgroundsHeadingsStrong borders |
| 900 | 040A #040A4E | Primary textHigh emphasis contentDark headings |
| 950 | 0206 #020631 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0F2FE;
--sky-blue-100: #DDE0FD;
--sky-blue-200: #C0C5FC;
--sky-blue-300: #8F98FA;
--sky-blue-400: #5562F7;
--sky-blue-500: #2435F5;
--sky-blue-600: #0A1BD6;
--sky-blue-700: #0816AA;
--sky-blue-800: #060F7A;
--sky-blue-900: #040A4E;
--sky-blue-950: #020631;
}