Sky Blue
#9296F6
BlueColor Codes
All color formats for development
HEX
#9296F6RGB
rgb(146, 150, 246)HSL
hsl(238, 85%, 77%)OKLCH
oklch(0.71 0.139 280.4)CMYK
cmyk(41%, 39%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6E73F3
2#4A4FF0
3#262CED
4#1218DA
5#0F14B6
6#0C1091
7#090C6D
8#060849
9#030424
Tints
Lighter variations
1#9DA0F7
2#A8ABF8
3#B3B5F9
4#BEC0FA
5#C9CAFB
6#D4D5FB
7#DEDFFC
8#E9EAFD
9#F4F4FE
Tones
Muted variations
1#979AF1
2#9C9FEC
3#A1A4E7
4#A6A8E2
5#ABADDD
6#B0B2D8
7#B5B6D3
8#BABBCE
9#BFC0C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F1 #F1F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEDF #DEDFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2C4 #C2C4FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9296 #9296F6 | BordersInactive statesPlaceholder text |
| 400 | 5A5F #5A5FF2 | Disabled statesSecondary iconsMuted text |
| 500 | 2B31 #2B31EE | Primary brand colorCTAsActive elementsLinks |
| 600 | 1117 #1117D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0D12 #0D12A5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A0D #0A0D76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0608 #06084B | Primary textHigh emphasis contentDark headings |
| 950 | 0405 #04052F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F1FE;
--sky-blue-100: #DEDFFC;
--sky-blue-200: #C2C4FA;
--sky-blue-300: #9296F6;
--sky-blue-400: #5A5FF2;
--sky-blue-500: #2B31EE;
--sky-blue-600: #1117D0;
--sky-blue-700: #0D12A5;
--sky-blue-800: #0A0D76;
--sky-blue-900: #06084B;
--sky-blue-950: #04052F;
}