Sky Blue
#91D7F8
BlueColor Codes
All color formats for development
HEX
#91D7F8RGB
rgb(145, 215, 248)HSL
hsl(199, 88%, 77%)OKLCH
oklch(0.844 0.084 229.2)CMYK
cmyk(42%, 13%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6CCAF6
2#47BDF3
3#22AFF1
4#0E9CDD
5#0C82B9
6#096894
7#074E6F
8#05344A
9#021A25
Tints
Lighter variations
1#9CDBF9
2#A7DFF9
3#B2E3FA
4#BDE7FB
5#C8EBFB
6#D3EFFC
7#DEF3FD
8#E9F7FE
9#F4FBFE
Tones
Muted variations
1#96D5F3
2#9BD3EE
3#A0D2E8
4#A5D0E3
5#ABCEDE
6#B0CCD9
7#B5CAD4
8#BAC8CF
9#BFC6CA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FA #F1FAFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF3 #DDF3FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1E9 #C1E9FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91D7 #91D7F8 | BordersInactive statesPlaceholder text |
| 400 | 57C3 #57C3F4 | Disabled statesSecondary iconsMuted text |
| 500 | 27B1 #27B1F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0D94 #0D94D3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B76 #0B76A8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0854 #085478 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0536 #05364D | Primary textHigh emphasis contentDark headings |
| 950 | 0322 #032230 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FAFE;
--sky-blue-100: #DDF3FD;
--sky-blue-200: #C1E9FB;
--sky-blue-300: #91D7F8;
--sky-blue-400: #57C3F4;
--sky-blue-500: #27B1F1;
--sky-blue-600: #0D94D3;
--sky-blue-700: #0B76A8;
--sky-blue-800: #085478;
--sky-blue-900: #05364D;
--sky-blue-950: #032230;
}