Sky Blue
#91ABF8
BlueColor Codes
All color formats for development
HEX
#91ABF8RGB
rgb(145, 171, 248)HSL
hsl(225, 88%, 77%)OKLCH
oklch(0.752 0.115 269.3)CMYK
cmyk(42%, 31%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6C8EF6
2#4772F3
3#2256F1
4#0E42DD
5#0C37B9
6#092C94
7#07216F
8#05164A
9#020B25
Tints
Lighter variations
1#9CB3F9
2#A7BBF9
3#B2C4FA
4#BDCCFB
5#C8D5FB
6#D3DDFC
7#DEE6FD
8#E9EEFE
9#F4F7FE
Tones
Muted variations
1#96ADF3
2#9BB0EE
3#A0B2E8
4#A5B5E3
5#ABB7DE
6#B0BAD9
7#B5BDD4
8#BABFCF
9#BFC2CA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F4 #F1F4FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE5 #DDE5FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1CF #C1CFFB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91AB #91ABF8 | BordersInactive statesPlaceholder text |
| 400 | 577E #577EF4 | Disabled statesSecondary iconsMuted text |
| 500 | 275A #275AF1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0D3F #0D3FD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B32 #0B32A8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0824 #082478 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0517 #05174D | Primary textHigh emphasis contentDark headings |
| 950 | 030E #030E30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F4FE;
--sky-blue-100: #DDE5FD;
--sky-blue-200: #C1CFFB;
--sky-blue-300: #91ABF8;
--sky-blue-400: #577EF4;
--sky-blue-500: #275AF1;
--sky-blue-600: #0D3FD3;
--sky-blue-700: #0B32A8;
--sky-blue-800: #082478;
--sky-blue-900: #05174D;
--sky-blue-950: #030E30;
}