Sky Blue
#91C1F8
BlueColor Codes
All color formats for development
HEX
#91C1F8RGB
rgb(145, 193, 248)HSL
hsl(212, 88%, 77%)OKLCH
oklch(0.797 0.094 252.3)CMYK
cmyk(42%, 22%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6CACF6
2#4797F3
3#2283F1
4#0E6FDD
5#0C5CB9
6#094A94
7#07376F
8#05254A
9#021225
Tints
Lighter variations
1#9CC7F9
2#A7CDF9
3#B2D4FA
4#BDDAFB
5#C8E0FB
6#D3E6FC
7#DEECFD
8#E9F3FE
9#F4F9FE
Tones
Muted variations
1#96C1F3
2#9BC2EE
3#A0C2E8
4#A5C2E3
5#ABC3DE
6#B0C3D9
7#B5C3D4
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 | DDEC #DDECFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1DC #C1DCFB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91C1 #91C1F8 | BordersInactive statesPlaceholder text |
| 400 | 57A1 #57A1F4 | Disabled statesSecondary iconsMuted text |
| 500 | 2786 #2786F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0D6A #0D6AD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B54 #0B54A8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 083C #083C78 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0526 #05264D | Primary textHigh emphasis contentDark headings |
| 950 | 0318 #031830 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F7FE;
--sky-blue-100: #DDECFD;
--sky-blue-200: #C1DCFB;
--sky-blue-300: #91C1F8;
--sky-blue-400: #57A1F4;
--sky-blue-500: #2786F1;
--sky-blue-600: #0D6AD3;
--sky-blue-700: #0B54A8;
--sky-blue-800: #083C78;
--sky-blue-900: #05264D;
--sky-blue-950: #031830;
}