Sky Blue
#909EF9
BlueColor Codes
All color formats for development
HEX
#909EF9RGB
rgb(144, 158, 249)HSL
hsl(232, 90%, 77%)OKLCH
oklch(0.726 0.133 275.9)CMYK
cmyk(42%, 37%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6A7DF7
2#455CF5
3#203CF3
4#0C28E0
5#0A21BB
6#081B95
7#061470
8#040D4B
9#020725
Tints
Lighter variations
1#9BA7FA
2#A6B1FA
3#B1BBFB
4#BCC5FB
5#C7CEFC
6#D2D8FD
7#DEE2FD
8#E9ECFE
9#F4F5FE
Tones
Muted variations
1#95A2F4
2#9AA5EF
3#9FA9E9
4#A5ADE4
5#AAB1DF
6#AFB5D9
7#B5B9D4
8#BABDCF
9#BFC0CA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F2 #F0F2FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE1 #DDE1FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0C8 #C0C8FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 909E #909EF9 | BordersInactive statesPlaceholder text |
| 400 | 556B #556BF6 | Disabled statesSecondary iconsMuted text |
| 500 | 2541 #2541F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0B26 #0B26D5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 091E #091EAA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0616 #061679 | Text on light backgroundsHeadingsStrong borders |
| 900 | 040E #040E4E | 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: #F0F2FE;
--sky-blue-100: #DDE1FD;
--sky-blue-200: #C0C8FC;
--sky-blue-300: #909EF9;
--sky-blue-400: #556BF6;
--sky-blue-500: #2541F4;
--sky-blue-600: #0B26D5;
--sky-blue-700: #091EAA;
--sky-blue-800: #061679;
--sky-blue-900: #040E4E;
--sky-blue-950: #030930;
}