Sky Blue
#919BF8
BlueColor Codes
All color formats for development
HEX
#919BF8RGB
rgb(145, 155, 248)HSL
hsl(234, 88%, 77%)OKLCH
oklch(0.72 0.135 277.8)CMYK
cmyk(42%, 38%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6C7AF6
2#4758F3
3#2237F1
4#0E23DD
5#0C1DB9
6#091794
7#07116F
8#050C4A
9#020625
Tints
Lighter variations
1#9CA5F9
2#A7AFF9
3#B2B9FA
4#BDC3FB
5#C8CDFB
6#D3D7FC
7#DEE1FD
8#E9EBFE
9#F4F5FE
Tones
Muted variations
1#969FF3
2#9BA3EE
3#A0A7E8
4#A5ACE3
5#ABB0DE
6#B0B4D9
7#B5B8D4
8#BABCCF
9#BFC0CA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F2 #F1F2FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE1 #DDE1FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1C7 #C1C7FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 919B #919BF8 | BordersInactive statesPlaceholder text |
| 400 | 5767 #5767F4 | Disabled statesSecondary iconsMuted text |
| 500 | 273B #273BF1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0D21 #0D21D3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B1A #0B1AA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0813 #081378 | Text on light backgroundsHeadingsStrong borders |
| 900 | 050C #050C4D | Primary textHigh emphasis contentDark headings |
| 950 | 0308 #030830 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F2FE;
--sky-blue-100: #DDE1FD;
--sky-blue-200: #C1C7FB;
--sky-blue-300: #919BF8;
--sky-blue-400: #5767F4;
--sky-blue-500: #273BF1;
--sky-blue-600: #0D21D3;
--sky-blue-700: #0B1AA8;
--sky-blue-800: #081378;
--sky-blue-900: #050C4D;
--sky-blue-950: #030830;
}