Sky Blue
#91D9F7
BlueColor Codes
All color formats for development
HEX
#91D9F7RGB
rgb(145, 217, 247)HSL
hsl(198, 86%, 77%)OKLCH
oklch(0.848 0.083 226.1)CMYK
cmyk(41%, 12%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6DCCF4
2#49BFF1
3#24B2EF
4#109EDB
5#0E84B7
6#0B6A92
7#084F6E
8#053549
9#031A25
Tints
Lighter variations
1#9DDCF8
2#A8E0F8
3#B3E4F9
4#BEE8FA
5#C8ECFB
6#D3F0FC
7#DEF3FD
8#E9F7FD
9#F4FBFE
Tones
Muted variations
1#97D7F2
2#9CD4ED
3#A1D2E8
4#A6D0E3
5#ABCEDE
6#B0CCD9
7#B5CAD3
8#BAC8CE
9#BFC6C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FA #F1FAFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEF3 #DEF3FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1E9 #C1E9FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 92D9 #92D9F7 | BordersInactive statesPlaceholder text |
| 400 | 59C4 #59C4F3 | Disabled statesSecondary iconsMuted text |
| 500 | 2AB4 #2AB4EF | Primary brand colorCTAsActive elementsLinks |
| 600 | 1097 #1097D1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0C78 #0C78A6 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0956 #095677 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0637 #06374C | Primary textHigh emphasis contentDark headings |
| 950 | 0422 #04222F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FAFE;
--sky-blue-100: #DEF3FD;
--sky-blue-200: #C1E9FA;
--sky-blue-300: #92D9F7;
--sky-blue-400: #59C4F3;
--sky-blue-500: #2AB4EF;
--sky-blue-600: #1097D1;
--sky-blue-700: #0C78A6;
--sky-blue-800: #095677;
--sky-blue-900: #06374C;
--sky-blue-950: #04222F;
}