Sky Blue
#91AEF8
BlueColor Codes
All color formats for development
HEX
#91AEF8RGB
rgb(145, 174, 248)HSL
hsl(223, 88%, 77%)OKLCH
oklch(0.758 0.112 267.3)CMYK
cmyk(42%, 30%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6C93F6
2#4778F3
3#225DF1
4#0E49DD
5#0C3DB9
6#093194
7#07246F
8#05184A
9#020C25
Tints
Lighter variations
1#9CB6F9
2#A7BEF9
3#B2C6FA
4#BDCEFB
5#C8D6FB
6#D3DFFC
7#DEE7FD
8#E9EFFE
9#F4F7FE
Tones
Muted variations
1#96B0F3
2#9BB2EE
3#A0B5E8
4#A5B7E3
5#ABB9DE
6#B0BBD9
7#B5BED4
8#BAC0CF
9#BFC2CA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F4 #F1F4FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE6 #DDE6FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1D1 #C1D1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91AE #91AEF8 | BordersInactive statesPlaceholder text |
| 400 | 5784 #5784F4 | Disabled statesSecondary iconsMuted text |
| 500 | 2760 #2760F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0D45 #0D45D3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B37 #0B37A8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0827 #082778 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0519 #05194D | Primary textHigh emphasis contentDark headings |
| 950 | 0310 #031030 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F4FE;
--sky-blue-100: #DDE6FD;
--sky-blue-200: #C1D1FB;
--sky-blue-300: #91AEF8;
--sky-blue-400: #5784F4;
--sky-blue-500: #2760F1;
--sky-blue-600: #0D45D3;
--sky-blue-700: #0B37A8;
--sky-blue-800: #082778;
--sky-blue-900: #05194D;
--sky-blue-950: #031030;
}