Sky Blue
#91C8F8
BlueColor Codes
All color formats for development
HEX
#91C8F8RGB
rgb(145, 200, 248)HSL
hsl(208, 88%, 77%)OKLCH
oklch(0.812 0.089 245.5)CMYK
cmyk(42%, 19%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6CB5F6
2#47A3F3
3#2290F1
4#0E7DDD
5#0C68B9
6#095394
7#073E6F
8#052A4A
9#021525
Tints
Lighter variations
1#9CCDF9
2#A7D3F9
3#B2D8FA
4#BDDEFB
5#C8E3FB
6#D3E9FC
7#DEEEFD
8#E9F4FE
9#F4F9FE
Tones
Muted variations
1#96C7F3
2#9BC7EE
3#A0C7E8
4#A5C6E3
5#ABC6DE
6#B0C6D9
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 | C1E0 #C1E0FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91C8 #91C8F8 | BordersInactive statesPlaceholder text |
| 400 | 57AB #57ABF4 | Disabled statesSecondary iconsMuted text |
| 500 | 2793 #2793F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0D77 #0D77D3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B5E #0B5EA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0843 #084378 | Text on light backgroundsHeadingsStrong borders |
| 900 | 052B #052B4D | Primary textHigh emphasis contentDark headings |
| 950 | 031B #031B30 | 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: #C1E0FB;
--sky-blue-300: #91C8F8;
--sky-blue-400: #57ABF4;
--sky-blue-500: #2793F1;
--sky-blue-600: #0D77D3;
--sky-blue-700: #0B5EA8;
--sky-blue-800: #084378;
--sky-blue-900: #052B4D;
--sky-blue-950: #031B30;
}