Sky Blue
#9292F6
BlueColor Codes
All color formats for development
HEX
#9292F6RGB
rgb(146, 146, 246)HSL
hsl(240, 85%, 77%)OKLCH
oklch(0.703 0.144 282)CMYK
cmyk(41%, 41%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6E6EF3
2#4A4AF0
3#2626ED
4#1212DA
5#0F0FB6
6#0C0C91
7#09096D
8#060649
9#030324
Tints
Lighter variations
1#9D9DF7
2#A8A8F8
3#B3B3F9
4#BEBEFA
5#C9C9FB
6#D4D4FB
7#DEDEFC
8#E9E9FD
9#F4F4FE
Tones
Muted variations
1#9797F1
2#9C9CEC
3#A1A1E7
4#A6A6E2
5#ABABDD
6#B0B0D8
7#B5B5D3
8#BABACE
9#BFBFC9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F1 #F1F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEDE #DEDEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2C2 #C2C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9292 #9292F6 | BordersInactive statesPlaceholder text |
| 400 | 5A5A #5A5AF2 | Disabled statesSecondary iconsMuted text |
| 500 | 2B2B #2B2BEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 1111 #1111D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0D0D #0D0DA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A0A #0A0A76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0606 #06064B | Primary textHigh emphasis contentDark headings |
| 950 | 0404 #04042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F1FE;
--sky-blue-100: #DEDEFC;
--sky-blue-200: #C2C2FA;
--sky-blue-300: #9292F6;
--sky-blue-400: #5A5AF2;
--sky-blue-500: #2B2BEE;
--sky-blue-600: #1111D0;
--sky-blue-700: #0D0DA5;
--sky-blue-800: #0A0A76;
--sky-blue-900: #06064B;
--sky-blue-950: #04042F;
}