Sky Blue
#91D4F8
BlueColor Codes
All color formats for development
HEX
#91D4F8RGB
rgb(145, 212, 248)HSL
hsl(201, 88%, 77%)OKLCH
oklch(0.838 0.084 232.6)CMYK
cmyk(42%, 15%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6CC5F6
2#47B7F3
3#22A8F1
4#0E95DD
5#0C7CB9
6#096394
7#074A6F
8#05324A
9#021925
Tints
Lighter variations
1#9CD8F9
2#A7DCF9
3#B2E1FA
4#BDE5FB
5#C8E9FB
6#D3EEFC
7#DEF2FD
8#E9F6FE
9#F4FBFE
Tones
Muted variations
1#96D2F3
2#9BD1EE
3#A0CFE8
4#A5CEE3
5#ABCCDE
6#B0CBD9
7#B5C9D4
8#BAC7CF
9#BFC6CA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F9 #F1F9FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF2 #DDF2FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1E7 #C1E7FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91D4 #91D4F8 | BordersInactive statesPlaceholder text |
| 400 | 57BD #57BDF4 | Disabled statesSecondary iconsMuted text |
| 500 | 27AB #27ABF1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0D8E #0D8ED3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B71 #0B71A8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0851 #085178 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0534 #05344D | Primary textHigh emphasis contentDark headings |
| 950 | 0320 #032030 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F9FE;
--sky-blue-100: #DDF2FD;
--sky-blue-200: #C1E7FB;
--sky-blue-300: #91D4F8;
--sky-blue-400: #57BDF4;
--sky-blue-500: #27ABF1;
--sky-blue-600: #0D8ED3;
--sky-blue-700: #0B71A8;
--sky-blue-800: #085178;
--sky-blue-900: #05344D;
--sky-blue-950: #032030;
}