Sky Blue
#929BF6
BlueColor Codes
All color formats for development
HEX
#929BF6RGB
rgb(146, 155, 246)HSL
hsl(235, 85%, 77%)OKLCH
oklch(0.72 0.132 278.2)CMYK
cmyk(41%, 37%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6E79F3
2#4A58F0
3#2636ED
4#1222DA
5#0F1DB6
6#0C1791
7#09116D
8#060B49
9#030624
Tints
Lighter variations
1#9DA5F7
2#A8AFF8
3#B3B9F9
4#BEC3FA
5#C9CDFB
6#D4D7FB
7#DEE1FC
8#E9EBFD
9#F4F5FE
Tones
Muted variations
1#979FF1
2#9CA3EC
3#A1A7E7
4#A6ABE2
5#ABB0DD
6#B0B4D8
7#B5B8D3
8#BABCCE
9#BFC0C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F2 #F1F2FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEE1 #DEE1FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2C6 #C2C6FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 929B #929BF6 | BordersInactive statesPlaceholder text |
| 400 | 5A67 #5A67F2 | Disabled statesSecondary iconsMuted text |
| 500 | 2B3B #2B3BEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 1121 #1121D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0D1A #0D1AA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A13 #0A1376 | Text on light backgroundsHeadingsStrong borders |
| 900 | 060C #060C4B | Primary textHigh emphasis contentDark headings |
| 950 | 0407 #04072F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F2FE;
--sky-blue-100: #DEE1FC;
--sky-blue-200: #C2C6FA;
--sky-blue-300: #929BF6;
--sky-blue-400: #5A67F2;
--sky-blue-500: #2B3BEE;
--sky-blue-600: #1121D0;
--sky-blue-700: #0D1AA5;
--sky-blue-800: #0A1376;
--sky-blue-900: #060C4B;
--sky-blue-950: #04072F;
}