Sky Blue
#919DF8
BlueColor Codes
All color formats for development
HEX
#919DF8RGB
rgb(145, 157, 248)HSL
hsl(233, 88%, 77%)OKLCH
oklch(0.724 0.133 276.8)CMYK
cmyk(42%, 37%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6C7CF6
2#475BF3
3#223AF1
4#0E26DD
5#0C20B9
6#091A94
7#07136F
8#050D4A
9#020625
Tints
Lighter variations
1#9CA7F9
2#A7B0F9
3#B2BAFA
4#BDC4FB
5#C8CEFB
6#D3D8FC
7#DEE2FD
8#E9EBFE
9#F4F5FE
Tones
Muted variations
1#96A1F3
2#9BA5EE
3#A0A9E8
4#A5ADE3
5#ABB1DE
6#B0B5D9
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 | 919D #919DF8 | BordersInactive statesPlaceholder text |
| 400 | 576A #576AF4 | Disabled statesSecondary iconsMuted text |
| 500 | 273F #273FF1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0D25 #0D25D3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B1D #0B1DA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0815 #081578 | Text on light backgroundsHeadingsStrong borders |
| 900 | 050D #050D4D | 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: #919DF8;
--sky-blue-400: #576AF4;
--sky-blue-500: #273FF1;
--sky-blue-600: #0D25D3;
--sky-blue-700: #0B1DA8;
--sky-blue-800: #081578;
--sky-blue-900: #050D4D;
--sky-blue-950: #030830;
}