Sky Blue
#91CAF8
BlueColor Codes
All color formats for development
HEX
#91CAF8RGB
rgb(145, 202, 248)HSL
hsl(207, 88%, 77%)OKLCH
oklch(0.816 0.088 243.5)CMYK
cmyk(42%, 19%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6CB8F6
2#47A6F3
3#2294F1
4#0E80DD
5#0C6BB9
6#095594
7#07406F
8#052B4A
9#021525
Tints
Lighter variations
1#9CCFF9
2#A7D4F9
3#B2DAFA
4#BDDFFB
5#C8E4FB
6#D3EAFC
7#DEEFFD
8#E9F4FE
9#F4FAFE
Tones
Muted variations
1#96C9F3
2#9BC8EE
3#A0C8E8
4#A5C7E3
5#ABC7DE
6#B0C6D9
7#B5C6D4
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 | DDEF #DDEFFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1E1 #C1E1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91CA #91CAF8 | BordersInactive statesPlaceholder text |
| 400 | 57AE #57AEF4 | Disabled statesSecondary iconsMuted text |
| 500 | 2796 #2796F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0D7A #0D7AD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B61 #0B61A8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0845 #084578 | Text on light backgroundsHeadingsStrong borders |
| 900 | 052C #052C4D | Primary textHigh emphasis contentDark headings |
| 950 | 031C #031C30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F8FE;
--sky-blue-100: #DDEFFD;
--sky-blue-200: #C1E1FB;
--sky-blue-300: #91CAF8;
--sky-blue-400: #57AEF4;
--sky-blue-500: #2796F1;
--sky-blue-600: #0D7AD3;
--sky-blue-700: #0B61A8;
--sky-blue-800: #084578;
--sky-blue-900: #052C4D;
--sky-blue-950: #031C30;
}