Sky Blue
#91A9F8
BlueColor Codes
All color formats for development
HEX
#91A9F8RGB
rgb(145, 169, 248)HSL
hsl(226, 88%, 77%)OKLCH
oklch(0.748 0.118 270.5)CMYK
cmyk(42%, 32%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6C8CF6
2#476FF3
3#2252F1
4#0E3FDD
5#0C34B9
6#092A94
7#071F6F
8#05154A
9#020A25
Tints
Lighter variations
1#9CB1F9
2#A7BAF9
3#B2C3FA
4#BDCBFB
5#C8D4FB
6#D3DDFC
7#DEE5FD
8#E9EEFE
9#F4F6FE
Tones
Muted variations
1#96ACF3
2#9BAEEE
3#A0B1E8
4#A5B4E3
5#ABB7DE
6#B0B9D9
7#B5BCD4
8#BABFCF
9#BFC2CA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F4 #F1F4FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE5 #DDE5FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1CE #C1CEFB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91A9 #91A9F8 | BordersInactive statesPlaceholder text |
| 400 | 577C #577CF4 | Disabled statesSecondary iconsMuted text |
| 500 | 2756 #2756F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0D3C #0D3CD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B2F #0B2FA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0822 #082278 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0516 #05164D | Primary textHigh emphasis contentDark headings |
| 950 | 030E #030E30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F4FE;
--sky-blue-100: #DDE5FD;
--sky-blue-200: #C1CEFB;
--sky-blue-300: #91A9F8;
--sky-blue-400: #577CF4;
--sky-blue-500: #2756F1;
--sky-blue-600: #0D3CD3;
--sky-blue-700: #0B2FA8;
--sky-blue-800: #082278;
--sky-blue-900: #05164D;
--sky-blue-950: #030E30;
}