Sky Blue
#8D98FC
BlueColor Codes
All color formats for development
HEX
#8D98FCRGB
rgb(141, 152, 252)HSL
hsl(234, 95%, 77%)OKLCH
oklch(0.714 0.146 277.3)CMYK
cmyk(44%, 40%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6675FB
2#4053FA
3#1A30F9
4#061CE6
5#0518BF
6#041399
7#030E73
8#02094D
9#010526
Tints
Lighter variations
1#98A2FC
2#A4ACFD
3#AFB7FD
4#BAC1FD
5#C6CBFE
6#D1D6FE
7#DDE0FE
8#E8EAFE
9#F4F5FF
Tones
Muted variations
1#929CF6
2#98A1F1
3#9DA5EB
4#A3AAE6
5#A8AEE0
6#AEB3DB
7#B4B7D5
8#B9BBCF
9#BFC0CA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F2 #F0F2FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCE0 #DCE0FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEC5 #BEC5FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8D98 #8D98FC | BordersInactive statesPlaceholder text |
| 400 | 5162 #5162FB | Disabled statesSecondary iconsMuted text |
| 500 | 1F35 #1F35F9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 061B #061BDB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0415 #0415AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 030F #030F7C | Text on light backgroundsHeadingsStrong borders |
| 900 | 020A #020A50 | Primary textHigh emphasis contentDark headings |
| 950 | 0106 #010632 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0F2FF;
--sky-blue-100: #DCE0FE;
--sky-blue-200: #BEC5FD;
--sky-blue-300: #8D98FC;
--sky-blue-400: #5162FB;
--sky-blue-500: #1F35F9;
--sky-blue-600: #061BDB;
--sky-blue-700: #0415AE;
--sky-blue-800: #030F7C;
--sky-blue-900: #020A50;
--sky-blue-950: #010632;
}