Sky Blue
#91DEF8
BlueColor Codes
All color formats for development
HEX
#91DEF8RGB
rgb(145, 222, 248)HSL
hsl(195, 88%, 77%)OKLCH
oklch(0.86 0.084 221.3)CMYK
cmyk(42%, 10%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6CD3F6
2#47C8F3
3#22BDF1
4#0EAADD
5#0C8DB9
6#097194
7#07556F
8#05394A
9#021C25
Tints
Lighter variations
1#9CE1F9
2#A7E5F9
3#B2E8FA
4#BDEBFB
5#C8EFFB
6#D3F2FC
7#DEF5FD
8#E9F8FE
9#F4FCFE
Tones
Muted variations
1#96DCF3
2#9BD9EE
3#A0D6E8
4#A5D4E3
5#ABD1DE
6#B0CFD9
7#B5CCD4
8#BACACF
9#BFC7CA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FB #F1FBFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF5 #DDF5FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1EC #C1ECFB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91DE #91DEF8 | BordersInactive statesPlaceholder text |
| 400 | 57CD #57CDF4 | Disabled statesSecondary iconsMuted text |
| 500 | 27BF #27BFF1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DA2 #0DA2D3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B81 #0B81A8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 085C #085C78 | Text on light backgroundsHeadingsStrong borders |
| 900 | 053B #053B4D | Primary textHigh emphasis contentDark headings |
| 950 | 0325 #032530 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FBFE;
--sky-blue-100: #DDF5FD;
--sky-blue-200: #C1ECFB;
--sky-blue-300: #91DEF8;
--sky-blue-400: #57CDF4;
--sky-blue-500: #27BFF1;
--sky-blue-600: #0DA2D3;
--sky-blue-700: #0B81A8;
--sky-blue-800: #085C78;
--sky-blue-900: #053B4D;
--sky-blue-950: #032530;
}