Sky Blue
#91C8F7
BlueColor Codes
All color formats for development
HEX
#91C8F7RGB
rgb(145, 200, 247)HSL
hsl(208, 86%, 77%)OKLCH
oklch(0.812 0.088 245)CMYK
cmyk(41%, 19%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6DB5F4
2#49A3F1
3#2490EF
4#107DDB
5#0E68B7
6#0B5392
7#083E6E
8#052A49
9#031525
Tints
Lighter variations
1#9DCDF8
2#A8D3F8
3#B3D8F9
4#BEDEFA
5#C8E3FB
6#D3E9FC
7#DEEEFD
8#E9F4FD
9#F4F9FE
Tones
Muted variations
1#97C7F2
2#9CC7ED
3#A1C7E8
4#A6C6E3
5#ABC6DE
6#B0C6D9
7#B5C5D3
8#BAC5CE
9#BFC5C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F8 #F1F8FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEEE #DEEEFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1E0 #C1E0FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 92C8 #92C8F7 | BordersInactive statesPlaceholder text |
| 400 | 59AB #59ABF3 | Disabled statesSecondary iconsMuted text |
| 500 | 2A93 #2A93EF | Primary brand colorCTAsActive elementsLinks |
| 600 | 1077 #1077D1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0C5E #0C5EA6 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0943 #094377 | Text on light backgroundsHeadingsStrong borders |
| 900 | 062B #062B4C | Primary textHigh emphasis contentDark headings |
| 950 | 041B #041B2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F8FE;
--sky-blue-100: #DEEEFD;
--sky-blue-200: #C1E0FA;
--sky-blue-300: #92C8F7;
--sky-blue-400: #59ABF3;
--sky-blue-500: #2A93EF;
--sky-blue-600: #1077D1;
--sky-blue-700: #0C5EA6;
--sky-blue-800: #094377;
--sky-blue-900: #062B4C;
--sky-blue-950: #041B2F;
}