Sky Blue
#929AF7
BlueColor Codes
All color formats for development
HEX
#929AF7RGB
rgb(146, 154, 247)HSL
hsl(235, 86%, 77%)OKLCH
oklch(0.718 0.135 278.7)CMYK
cmyk(41%, 38%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6D79F4
2#4957F1
3#2435EF
4#1021DB
5#0E1CB7
6#0B1692
7#08116E
8#050B49
9#030625
Tints
Lighter variations
1#9DA4F8
2#A8AEF8
3#B3B9F9
4#BEC3FA
5#C8CDFB
6#D3D7FC
7#DEE1FD
8#E9EBFD
9#F4F5FE
Tones
Muted variations
1#979FF2
2#9CA3ED
3#A1A7E8
4#A6ABE3
5#ABAFDE
6#B0B4D9
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 | DEE0 #DEE0FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1C6 #C1C6FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 929A #929AF7 | BordersInactive statesPlaceholder text |
| 400 | 5966 #5966F3 | Disabled statesSecondary iconsMuted text |
| 500 | 2A3A #2A3AEF | Primary brand colorCTAsActive elementsLinks |
| 600 | 1020 #1020D1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0C19 #0C19A6 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0912 #091277 | Text on light backgroundsHeadingsStrong borders |
| 900 | 060C #060C4C | 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: #DEE0FD;
--sky-blue-200: #C1C6FA;
--sky-blue-300: #929AF7;
--sky-blue-400: #5966F3;
--sky-blue-500: #2A3AEF;
--sky-blue-600: #1020D1;
--sky-blue-700: #0C19A6;
--sky-blue-800: #091277;
--sky-blue-900: #060C4C;
--sky-blue-950: #04072F;
}