Sky Blue
#9199F8
BlueColor Codes
All color formats for development
HEX
#9199F8RGB
rgb(145, 153, 248)HSL
hsl(235, 88%, 77%)OKLCH
oklch(0.716 0.138 278.7)CMYK
cmyk(42%, 38%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6C77F6
2#4755F3
3#2233F1
4#0E1FDD
5#0C1AB9
6#091594
7#07106F
8#050A4A
9#020525
Tints
Lighter variations
1#9CA4F9
2#A7AEF9
3#B2B8FA
4#BDC2FB
5#C8CCFB
6#D3D6FC
7#DEE1FD
8#E9EBFE
9#F4F5FE
Tones
Muted variations
1#969EF3
2#9BA2EE
3#A0A6E8
4#A5ABE3
5#ABAFDE
6#B0B3D9
7#B5B7D4
8#BABCCF
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 | C1C6 #C1C6FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 9199 #9199F8 | BordersInactive statesPlaceholder text |
| 400 | 5764 #5764F4 | Disabled statesSecondary iconsMuted text |
| 500 | 2738 #2738F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0D1E #0D1ED3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B18 #0B18A8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0811 #081178 | Text on light backgroundsHeadingsStrong borders |
| 900 | 050B #050B4D | Primary textHigh emphasis contentDark headings |
| 950 | 0307 #030730 | 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: #C1C6FB;
--sky-blue-300: #9199F8;
--sky-blue-400: #5764F4;
--sky-blue-500: #2738F1;
--sky-blue-600: #0D1ED3;
--sky-blue-700: #0B18A8;
--sky-blue-800: #081178;
--sky-blue-900: #050B4D;
--sky-blue-950: #030730;
}