Sky Blue
#929EF6
BlueColor Codes
All color formats for development
HEX
#929EF6RGB
rgb(146, 158, 246)HSL
hsl(233, 85%, 77%)OKLCH
oklch(0.726 0.128 276.8)CMYK
cmyk(41%, 36%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6E7EF3
2#4A5DF0
3#263DED
4#1229DA
5#0F22B6
6#0C1B91
7#09156D
8#060E49
9#030724
Tints
Lighter variations
1#9DA8F7
2#A8B2F8
3#B3BBF9
4#BEC5FA
5#C9CFFB
6#D4D8FB
7#DEE2FC
8#E9ECFD
9#F4F5FE
Tones
Muted variations
1#97A2F1
2#9CA6EC
3#A1AAE7
4#A6ADE2
5#ABB1DD
6#B0B5D8
7#B5B9D3
8#BABDCE
9#BFC1C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F2 #F1F2FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEE2 #DEE2FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2C8 #C2C8FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 929E #929EF6 | BordersInactive statesPlaceholder text |
| 400 | 5A6C #5A6CF2 | Disabled statesSecondary iconsMuted text |
| 500 | 2B41 #2B41EE | Primary brand colorCTAsActive elementsLinks |
| 600 | 1127 #1127D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0D1F #0D1FA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A16 #0A1676 | Text on light backgroundsHeadingsStrong borders |
| 900 | 060E #060E4B | Primary textHigh emphasis contentDark headings |
| 950 | 0409 #04092F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F2FE;
--sky-blue-100: #DEE2FC;
--sky-blue-200: #C2C8FA;
--sky-blue-300: #929EF6;
--sky-blue-400: #5A6CF2;
--sky-blue-500: #2B41EE;
--sky-blue-600: #1127D0;
--sky-blue-700: #0D1FA5;
--sky-blue-800: #0A1676;
--sky-blue-900: #060E4B;
--sky-blue-950: #04092F;
}