Sky Blue
#91C4F8
BlueColor Codes
All color formats for development
HEX
#91C4F8RGB
rgb(145, 196, 248)HSL
hsl(210, 88%, 77%)OKLCH
oklch(0.804 0.092 249.5)CMYK
cmyk(42%, 21%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6CB1F6
2#479DF3
3#2289F1
4#0E76DD
5#0C62B9
6#094F94
7#073B6F
8#05274A
9#021425
Tints
Lighter variations
1#9CCAF9
2#A7D0F9
3#B2D6FA
4#BDDCFB
5#C8E2FB
6#D3E8FC
7#DEEDFD
8#E9F3FE
9#F4F9FE
Tones
Muted variations
1#96C4F3
2#9BC4EE
3#A0C4E8
4#A5C4E3
5#ABC4DE
6#B0C4D9
7#B5C4D4
8#BAC4CF
9#BFC4CA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F7 #F1F7FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDED #DDEDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1DE #C1DEFB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91C4 #91C4F8 | BordersInactive statesPlaceholder text |
| 400 | 57A6 #57A6F4 | Disabled statesSecondary iconsMuted text |
| 500 | 278C #278CF1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0D70 #0D70D3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B59 #0B59A8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0840 #084078 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0529 #05294D | 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: #F1F7FE;
--sky-blue-100: #DDEDFD;
--sky-blue-200: #C1DEFB;
--sky-blue-300: #91C4F8;
--sky-blue-400: #57A6F4;
--sky-blue-500: #278CF1;
--sky-blue-600: #0D70D3;
--sky-blue-700: #0B59A8;
--sky-blue-800: #084078;
--sky-blue-900: #05294D;
--sky-blue-950: #031A30;
}