Sky Blue
#91A0F8
BlueColor Codes
All color formats for development
HEX
#91A0F8RGB
rgb(145, 160, 248)HSL
hsl(231, 88%, 77%)OKLCH
oklch(0.73 0.129 275.4)CMYK
cmyk(42%, 35%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6C80F6
2#4761F3
3#2241F1
4#0E2DDD
5#0C26B9
6#091E94
7#07176F
8#050F4A
9#020825
Tints
Lighter variations
1#9CAAF9
2#A7B3F9
3#B2BDFA
4#BDC6FB
5#C8D0FB
6#D3D9FC
7#DEE3FD
8#E9ECFE
9#F4F6FE
Tones
Muted variations
1#96A4F3
2#9BA7EE
3#A0ABE8
4#A5AFE3
5#ABB2DE
6#B0B6D9
7#B5BAD4
8#BABDCF
9#BFC1CA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F3 #F1F3FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE2 #DDE2FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1C9 #C1C9FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91A0 #91A0F8 | BordersInactive statesPlaceholder text |
| 400 | 576F #576FF4 | Disabled statesSecondary iconsMuted text |
| 500 | 2746 #2746F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0D2B #0D2BD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B22 #0B22A8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0818 #081878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0510 #05104D | Primary textHigh emphasis contentDark headings |
| 950 | 030A #030A30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F3FE;
--sky-blue-100: #DDE2FD;
--sky-blue-200: #C1C9FB;
--sky-blue-300: #91A0F8;
--sky-blue-400: #576FF4;
--sky-blue-500: #2746F1;
--sky-blue-600: #0D2BD3;
--sky-blue-700: #0B22A8;
--sky-blue-800: #081878;
--sky-blue-900: #05104D;
--sky-blue-950: #030A30;
}