Sky Blue
#919FF8
BlueColor Codes
All color formats for development
HEX
#919FF8RGB
rgb(145, 159, 248)HSL
hsl(232, 88%, 77%)OKLCH
oklch(0.728 0.13 275.9)CMYK
cmyk(42%, 36%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6C7EF6
2#475EF3
3#223EF1
4#0E2ADD
5#0C23B9
6#091C94
7#07156F
8#050E4A
9#020725
Tints
Lighter variations
1#9CA8F9
2#A7B2F9
3#B2BBFA
4#BDC5FB
5#C8CFFB
6#D3D8FC
7#DEE2FD
8#E9ECFE
9#F4F5FE
Tones
Muted variations
1#96A2F3
2#9BA6EE
3#A0AAE8
4#A5AEE3
5#ABB1DE
6#B0B5D9
7#B5B9D4
8#BABDCF
9#BFC1CA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F2 #F1F2FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE2 #DDE2FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1C8 #C1C8FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 919F #919FF8 | BordersInactive statesPlaceholder text |
| 400 | 576C #576CF4 | Disabled statesSecondary iconsMuted text |
| 500 | 2742 #2742F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0D28 #0D28D3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B20 #0B20A8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0817 #081778 | Text on light backgroundsHeadingsStrong borders |
| 900 | 050E #050E4D | Primary textHigh emphasis contentDark headings |
| 950 | 0309 #030930 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F2FE;
--sky-blue-100: #DDE2FD;
--sky-blue-200: #C1C8FB;
--sky-blue-300: #919FF8;
--sky-blue-400: #576CF4;
--sky-blue-500: #2742F1;
--sky-blue-600: #0D28D3;
--sky-blue-700: #0B20A8;
--sky-blue-800: #081778;
--sky-blue-900: #050E4D;
--sky-blue-950: #030930;
}