Sky Blue
#91A5F8
BlueColor Codes
All color formats for development
HEX
#91A5F8RGB
rgb(145, 165, 248)HSL
hsl(228, 88%, 77%)OKLCH
oklch(0.74 0.122 272.8)CMYK
cmyk(42%, 33%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6C87F6
2#4769F3
3#224BF1
4#0E38DD
5#0C2EB9
6#092594
7#071C6F
8#05134A
9#020925
Tints
Lighter variations
1#9CAEF9
2#A7B7F9
3#B2C0FA
4#BDC9FB
5#C8D2FB
6#D3DBFC
7#DEE4FD
8#E9EDFE
9#F4F6FE
Tones
Muted variations
1#96A8F3
2#9BACEE
3#A0AFE8
4#A5B2E3
5#ABB5DE
6#B0B8D9
7#B5BBD4
8#BABECF
9#BFC1CA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F3 #F1F3FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE4 #DDE4FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1CC #C1CCFB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91A5 #91A5F8 | BordersInactive statesPlaceholder text |
| 400 | 5777 #5777F4 | Disabled statesSecondary iconsMuted text |
| 500 | 2750 #2750F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0D35 #0D35D3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B2A #0B2AA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 081E #081E78 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0513 #05134D | Primary textHigh emphasis contentDark headings |
| 950 | 030C #030C30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F3FE;
--sky-blue-100: #DDE4FD;
--sky-blue-200: #C1CCFB;
--sky-blue-300: #91A5F8;
--sky-blue-400: #5777F4;
--sky-blue-500: #2750F1;
--sky-blue-600: #0D35D3;
--sky-blue-700: #0B2AA8;
--sky-blue-800: #081E78;
--sky-blue-900: #05134D;
--sky-blue-950: #030C30;
}