Sky Blue
#91DCF8
BlueColor Codes
All color formats for development
HEX
#91DCF8RGB
rgb(145, 220, 248)HSL
hsl(196, 88%, 77%)OKLCH
oklch(0.855 0.084 223.6)CMYK
cmyk(42%, 11%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6CD1F6
2#47C5F3
3#22BAF1
4#0EA6DD
5#0C8AB9
6#096F94
7#07536F
8#05374A
9#021C25
Tints
Lighter variations
1#9CE0F9
2#A7E3F9
3#B2E7FA
4#BDEAFB
5#C8EEFB
6#D3F1FC
7#DEF5FD
8#E9F8FE
9#F4FCFE
Tones
Muted variations
1#96DAF3
2#9BD8EE
3#A0D5E8
4#A5D3E3
5#ABD0DE
6#B0CED9
7#B5CCD4
8#BAC9CF
9#BFC7CA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FA #F1FAFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF4 #DDF4FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1EB #C1EBFB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91DC #91DCF8 | BordersInactive statesPlaceholder text |
| 400 | 57CA #57CAF4 | Disabled statesSecondary iconsMuted text |
| 500 | 27BB #27BBF1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0D9E #0D9ED3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B7E #0B7EA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 085A #085A78 | Text on light backgroundsHeadingsStrong borders |
| 900 | 053A #053A4D | Primary textHigh emphasis contentDark headings |
| 950 | 0324 #032430 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FAFE;
--sky-blue-100: #DDF4FD;
--sky-blue-200: #C1EBFB;
--sky-blue-300: #91DCF8;
--sky-blue-400: #57CAF4;
--sky-blue-500: #27BBF1;
--sky-blue-600: #0D9ED3;
--sky-blue-700: #0B7EA8;
--sky-blue-800: #085A78;
--sky-blue-900: #053A4D;
--sky-blue-950: #032430;
}