Sky Blue
#8B98FE
BlueColor Codes
All color formats for development
HEX
#8B98FERGB
rgb(139, 152, 254)HSL
hsl(233, 98%, 77%)OKLCH
oklch(0.713 0.149 276.5)CMYK
cmyk(45%, 40%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6476FD
2#3D54FD
3#1631FD
4#021DE9
5#0218C2
6#02149C
7#010F75
8#010A4E
9#000527
Tints
Lighter variations
1#96A3FE
2#A2ADFE
3#AEB7FE
4#B9C1FE
5#C5CCFE
6#D1D6FF
7#DCE0FF
8#E8EAFF
9#F3F5FF
Tones
Muted variations
1#919DF8
2#96A1F2
3#9CA6ED
4#A2AAE7
5#A8AEE1
6#ADB3DB
7#B3B7D6
8#B9BCD0
9#BFC0CA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F2 #F0F2FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCE0 #DCE0FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDC5 #BDC5FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8B98 #8B98FE | BordersInactive statesPlaceholder text |
| 400 | 4E63 #4E63FD | Disabled statesSecondary iconsMuted text |
| 500 | 1C36 #1C36FD | Primary brand colorCTAsActive elementsLinks |
| 600 | 021C #021CDE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0216 #0216B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0110 #01107E | Text on light backgroundsHeadingsStrong borders |
| 900 | 010A #010A51 | 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: #DCE0FF;
--sky-blue-200: #BDC5FE;
--sky-blue-300: #8B98FE;
--sky-blue-400: #4E63FD;
--sky-blue-500: #1C36FD;
--sky-blue-600: #021CDE;
--sky-blue-700: #0216B1;
--sky-blue-800: #01107E;
--sky-blue-900: #010A51;
--sky-blue-950: #010632;
}