Sky Blue
#91C3F8
BlueColor Codes
All color formats for development
HEX
#91C3F8RGB
rgb(145, 195, 248)HSL
hsl(211, 88%, 77%)OKLCH
oklch(0.802 0.092 250.5)CMYK
cmyk(42%, 21%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6CAEF6
2#479AF3
3#2286F1
4#0E72DD
5#0C5FB9
6#094C94
7#07396F
8#05264A
9#021325
Tints
Lighter variations
1#9CC9F9
2#A7CFF9
3#B2D5FA
4#BDDBFB
5#C8E1FB
6#D3E7FC
7#DEEDFD
8#E9F3FE
9#F4F9FE
Tones
Muted variations
1#96C3F3
2#9BC3EE
3#A0C3E8
4#A5C3E3
5#ABC3DE
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 | C1DD #C1DDFB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91C3 #91C3F8 | BordersInactive statesPlaceholder text |
| 400 | 57A3 #57A3F4 | Disabled statesSecondary iconsMuted text |
| 500 | 2789 #2789F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0D6D #0D6DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B57 #0B57A8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 083E #083E78 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0528 #05284D | Primary textHigh emphasis contentDark headings |
| 950 | 0319 #031930 | 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: #C1DDFB;
--sky-blue-300: #91C3F8;
--sky-blue-400: #57A3F4;
--sky-blue-500: #2789F1;
--sky-blue-600: #0D6DD3;
--sky-blue-700: #0B57A8;
--sky-blue-800: #083E78;
--sky-blue-900: #05284D;
--sky-blue-950: #031930;
}