Sky Blue
#91B1F8
BlueColor Codes
All color formats for development
HEX
#91B1F8RGB
rgb(145, 177, 248)HSL
hsl(221, 88%, 77%)OKLCH
oklch(0.764 0.108 265.3)CMYK
cmyk(42%, 29%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6C97F6
2#477DF3
3#2264F1
4#0E50DD
5#0C42B9
6#093594
7#07286F
8#051B4A
9#020D25
Tints
Lighter variations
1#9CB9F9
2#A7C1F9
3#B2C9FA
4#BDD0FB
5#C8D8FB
6#D3E0FC
7#DEE8FD
8#E9EFFE
9#F4F7FE
Tones
Muted variations
1#96B3F3
2#9BB5EE
3#A0B7E8
4#A5B9E3
5#ABBBDE
6#B0BDD9
7#B5BFD4
8#BAC1CF
9#BFC2CA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F5 #F1F5FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE7 #DDE7FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1D3 #C1D3FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91B1 #91B1F8 | BordersInactive statesPlaceholder text |
| 400 | 5789 #5789F4 | Disabled statesSecondary iconsMuted text |
| 500 | 2767 #2767F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0D4C #0D4CD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B3C #0B3CA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 082B #082B78 | Text on light backgroundsHeadingsStrong borders |
| 900 | 051C #051C4D | Primary textHigh emphasis contentDark headings |
| 950 | 0311 #031130 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F5FE;
--sky-blue-100: #DDE7FD;
--sky-blue-200: #C1D3FB;
--sky-blue-300: #91B1F8;
--sky-blue-400: #5789F4;
--sky-blue-500: #2767F1;
--sky-blue-600: #0D4CD3;
--sky-blue-700: #0B3CA8;
--sky-blue-800: #082B78;
--sky-blue-900: #051C4D;
--sky-blue-950: #031130;
}