Sky Blue
#91C6F8
BlueColor Codes
All color formats for development
HEX
#91C6F8RGB
rgb(145, 198, 248)HSL
hsl(209, 88%, 77%)OKLCH
oklch(0.808 0.09 247.5)CMYK
cmyk(42%, 20%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6CB3F6
2#47A0F3
3#228DF1
4#0E79DD
5#0C65B9
6#095194
7#073D6F
8#05284A
9#021425
Tints
Lighter variations
1#9CCCF9
2#A7D1F9
3#B2D7FA
4#BDDDFB
5#C8E3FB
6#D3E8FC
7#DEEEFD
8#E9F4FE
9#F4F9FE
Tones
Muted variations
1#96C6F3
2#9BC6EE
3#A0C6E8
4#A5C5E3
5#ABC5DE
6#B0C5D9
7#B5C5D4
8#BAC5CF
9#BFC5CA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F8 #F1F8FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDEE #DDEEFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1DF #C1DFFB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91C6 #91C6F8 | BordersInactive statesPlaceholder text |
| 400 | 57A8 #57A8F4 | Disabled statesSecondary iconsMuted text |
| 500 | 2790 #2790F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0D73 #0D73D3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B5C #0B5CA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0842 #084278 | Text on light backgroundsHeadingsStrong borders |
| 900 | 052A #052A4D | Primary textHigh emphasis contentDark headings |
| 950 | 031A #031A30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F8FE;
--sky-blue-100: #DDEEFD;
--sky-blue-200: #C1DFFB;
--sky-blue-300: #91C6F8;
--sky-blue-400: #57A8F4;
--sky-blue-500: #2790F1;
--sky-blue-600: #0D73D3;
--sky-blue-700: #0B5CA8;
--sky-blue-800: #084278;
--sky-blue-900: #052A4D;
--sky-blue-950: #031A30;
}