Sky Blue
#91A4F8
BlueColor Codes
All color formats for development
HEX
#91A4F8RGB
rgb(145, 164, 248)HSL
hsl(229, 88%, 77%)OKLCH
oklch(0.738 0.124 273.3)CMYK
cmyk(42%, 34%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6C85F6
2#4767F3
3#2248F1
4#0E34DD
5#0C2BB9
6#092394
7#071A6F
8#05114A
9#020925
Tints
Lighter variations
1#9CADF9
2#A7B6F9
3#B2BFFA
4#BDC8FB
5#C8D1FB
6#D3DAFC
7#DEE4FD
8#E9EDFE
9#F4F6FE
Tones
Muted variations
1#96A7F3
2#9BAAEE
3#A0ADE8
4#A5B1E3
5#ABB4DE
6#B0B7D9
7#B5BBD4
8#BABECF
9#BFC1CA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F3 #F1F3FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE3 #DDE3FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1CB #C1CBFB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91A4 #91A4F8 | BordersInactive statesPlaceholder text |
| 400 | 5774 #5774F4 | Disabled statesSecondary iconsMuted text |
| 500 | 274C #274CF1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0D32 #0D32D3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B28 #0B28A8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 081C #081C78 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0512 #05124D | Primary textHigh emphasis contentDark headings |
| 950 | 030B #030B30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F3FE;
--sky-blue-100: #DDE3FD;
--sky-blue-200: #C1CBFB;
--sky-blue-300: #91A4F8;
--sky-blue-400: #5774F4;
--sky-blue-500: #274CF1;
--sky-blue-600: #0D32D3;
--sky-blue-700: #0B28A8;
--sky-blue-800: #081C78;
--sky-blue-900: #05124D;
--sky-blue-950: #030B30;
}