Sky Blue
#9198F8
BlueColor Codes
All color formats for development
HEX
#9198F8RGB
rgb(145, 152, 248)HSL
hsl(236, 88%, 77%)OKLCH
oklch(0.714 0.139 279.1)CMYK
cmyk(42%, 39%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6C75F6
2#4752F3
3#2230F1
4#0E1CDD
5#0C17B9
6#091394
7#070E6F
8#05094A
9#020525
Tints
Lighter variations
1#9CA2F9
2#A7ACF9
3#B2B7FA
4#BDC1FB
5#C8CBFB
6#D3D6FC
7#DEE0FD
8#E9EAFE
9#F4F5FE
Tones
Muted variations
1#969CF3
2#9BA1EE
3#A0A5E8
4#A5AAE3
5#ABAEDE
6#B0B2D9
7#B5B7D4
8#BABBCF
9#BFC0CA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F2 #F1F2FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE0 #DDE0FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1C5 #C1C5FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 9198 #9198F8 | BordersInactive statesPlaceholder text |
| 400 | 5762 #5762F4 | Disabled statesSecondary iconsMuted text |
| 500 | 2735 #2735F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0D1B #0D1BD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B15 #0B15A8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 080F #080F78 | Text on light backgroundsHeadingsStrong borders |
| 900 | 050A #050A4D | Primary textHigh emphasis contentDark headings |
| 950 | 0306 #030630 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F2FE;
--sky-blue-100: #DDE0FD;
--sky-blue-200: #C1C5FB;
--sky-blue-300: #9198F8;
--sky-blue-400: #5762F4;
--sky-blue-500: #2735F1;
--sky-blue-600: #0D1BD3;
--sky-blue-700: #0B15A8;
--sky-blue-800: #080F78;
--sky-blue-900: #050A4D;
--sky-blue-950: #030630;
}