Sky Blue
#91B0F8
BlueColor Codes
All color formats for development
HEX
#91B0F8RGB
rgb(145, 176, 248)HSL
hsl(222, 88%, 77%)OKLCH
oklch(0.762 0.11 266)CMYK
cmyk(42%, 29%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6C95F6
2#477BF3
3#2260F1
4#0E4CDD
5#0C40B9
6#093394
7#07266F
8#05194A
9#020D25
Tints
Lighter variations
1#9CB8F9
2#A7C0F9
3#B2C7FA
4#BDCFFB
5#C8D7FB
6#D3DFFC
7#DEE7FD
8#E9EFFE
9#F4F7FE
Tones
Muted variations
1#96B2F3
2#9BB4EE
3#A0B6E8
4#A5B8E3
5#ABBADE
6#B0BCD9
7#B5BED4
8#BAC0CF
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 | C1D2 #C1D2FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91B0 #91B0F8 | BordersInactive statesPlaceholder text |
| 400 | 5786 #5786F4 | Disabled statesSecondary iconsMuted text |
| 500 | 2764 #2764F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0D49 #0D49D3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B3A #0B3AA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0829 #082978 | Text on light backgroundsHeadingsStrong borders |
| 900 | 051A #051A4D | 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: #C1D2FB;
--sky-blue-300: #91B0F8;
--sky-blue-400: #5786F4;
--sky-blue-500: #2764F1;
--sky-blue-600: #0D49D3;
--sky-blue-700: #0B3AA8;
--sky-blue-800: #082978;
--sky-blue-900: #051A4D;
--sky-blue-950: #031130;
}