Sky Blue
#91A9F7
BlueColor Codes
All color formats for development
HEX
#91A9F7RGB
rgb(145, 169, 247)HSL
hsl(226, 86%, 77%)OKLCH
oklch(0.747 0.116 270.4)CMYK
cmyk(41%, 32%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6D8DF4
2#4970F1
3#2454EF
4#1040DB
5#0E35B7
6#0B2B92
7#08206E
8#051549
9#030B25
Tints
Lighter variations
1#9DB2F8
2#A8BBF8
3#B3C3F9
4#BECCFA
5#C8D4FB
6#D3DDFC
7#DEE5FD
8#E9EEFD
9#F4F6FE
Tones
Muted variations
1#97ACF2
2#9CAFED
3#A1B2E8
4#A6B4E3
5#ABB7DE
6#B0BAD9
7#B5BCD3
8#BABFCE
9#BFC2C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F4 #F1F4FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEE5 #DEE5FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1CF #C1CFFA | Secondary backgroundsInput backgroundsDividers |
| 300 | 92A9 #92A9F7 | BordersInactive statesPlaceholder text |
| 400 | 597D #597DF3 | Disabled statesSecondary iconsMuted text |
| 500 | 2A58 #2A58EF | Primary brand colorCTAsActive elementsLinks |
| 600 | 103D #103DD1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0C30 #0C30A6 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0923 #092377 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0616 #06164C | Primary textHigh emphasis contentDark headings |
| 950 | 040E #040E2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F4FE;
--sky-blue-100: #DEE5FD;
--sky-blue-200: #C1CFFA;
--sky-blue-300: #92A9F7;
--sky-blue-400: #597DF3;
--sky-blue-500: #2A58EF;
--sky-blue-600: #103DD1;
--sky-blue-700: #0C30A6;
--sky-blue-800: #092377;
--sky-blue-900: #06164C;
--sky-blue-950: #040E2F;
}