Sky Blue
#91A7F8
BlueColor Codes
All color formats for development
HEX
#91A7F8RGB
rgb(145, 167, 248)HSL
hsl(227, 88%, 77%)OKLCH
oklch(0.744 0.12 271.6)CMYK
cmyk(42%, 33%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6C8AF6
2#476CF3
3#224FF1
4#0E3BDD
5#0C31B9
6#092794
7#071E6F
8#05144A
9#020A25
Tints
Lighter variations
1#9CB0F9
2#A7B9F9
3#B2C1FA
4#BDCAFB
5#C8D3FB
6#D3DCFC
7#DEE5FD
8#E9EDFE
9#F4F6FE
Tones
Muted variations
1#96AAF3
2#9BADEE
3#A0B0E8
4#A5B3E3
5#ABB6DE
6#B0B9D9
7#B5BCD4
8#BABFCF
9#BFC1CA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F4 #F1F4FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE4 #DDE4FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1CD #C1CDFB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91A7 #91A7F8 | BordersInactive statesPlaceholder text |
| 400 | 5779 #5779F4 | Disabled statesSecondary iconsMuted text |
| 500 | 2753 #2753F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0D38 #0D38D3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B2D #0B2DA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0820 #082078 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0514 #05144D | Primary textHigh emphasis contentDark headings |
| 950 | 030D #030D30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F4FE;
--sky-blue-100: #DDE4FD;
--sky-blue-200: #C1CDFB;
--sky-blue-300: #91A7F8;
--sky-blue-400: #5779F4;
--sky-blue-500: #2753F1;
--sky-blue-600: #0D38D3;
--sky-blue-700: #0B2DA8;
--sky-blue-800: #082078;
--sky-blue-900: #05144D;
--sky-blue-950: #030D30;
}