Sky Blue
#91A2F8
BlueColor Codes
All color formats for development
HEX
#91A2F8RGB
rgb(145, 162, 248)HSL
hsl(230, 88%, 77%)OKLCH
oklch(0.734 0.126 274.4)CMYK
cmyk(42%, 35%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6C83F6
2#4764F3
3#2244F1
4#0E31DD
5#0C29B9
6#092094
7#07186F
8#05104A
9#020825
Tints
Lighter variations
1#9CABF9
2#A7B5F9
3#B2BEFA
4#BDC7FB
5#C8D0FB
6#D3DAFC
7#DEE3FD
8#E9ECFE
9#F4F6FE
Tones
Muted variations
1#96A5F3
2#9BA9EE
3#A0ACE8
4#A5B0E3
5#ABB3DE
6#B0B7D9
7#B5BAD4
8#BABDCF
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 | C1CA #C1CAFB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91A2 #91A2F8 | BordersInactive statesPlaceholder text |
| 400 | 5771 #5771F4 | Disabled statesSecondary iconsMuted text |
| 500 | 2749 #2749F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0D2E #0D2ED3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B25 #0B25A8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 081A #081A78 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0511 #05114D | 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: #C1CAFB;
--sky-blue-300: #91A2F8;
--sky-blue-400: #5771F4;
--sky-blue-500: #2749F1;
--sky-blue-600: #0D2ED3;
--sky-blue-700: #0B25A8;
--sky-blue-800: #081A78;
--sky-blue-900: #05114D;
--sky-blue-950: #030B30;
}