Sky Blue
#9294F6
BlueColor Codes
All color formats for development
HEX
#9294F6RGB
rgb(146, 148, 246)HSL
hsl(239, 85%, 77%)OKLCH
oklch(0.706 0.142 281.2)CMYK
cmyk(41%, 40%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6E70F3
2#4A4DF0
3#2629ED
4#1215DA
5#0F12B6
6#0C0E91
7#090B6D
8#060749
9#030424
Tints
Lighter variations
1#9D9FF7
2#A8AAF8
3#B3B4F9
4#BEBFFA
5#C9CAFB
6#D4D4FB
7#DEDFFC
8#E9EAFD
9#F4F4FE
Tones
Muted variations
1#9799F1
2#9C9EEC
3#A1A3E7
4#A6A7E2
5#ABACDD
6#B0B1D8
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 | DEDE #DEDEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2C3 #C2C3FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9294 #9294F6 | BordersInactive statesPlaceholder text |
| 400 | 5A5C #5A5CF2 | Disabled statesSecondary iconsMuted text |
| 500 | 2B2E #2B2EEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 1114 #1114D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0D10 #0D10A5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A0B #0A0B76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0607 #06074B | 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: #DEDEFC;
--sky-blue-200: #C2C3FA;
--sky-blue-300: #9294F6;
--sky-blue-400: #5A5CF2;
--sky-blue-500: #2B2EEE;
--sky-blue-600: #1114D0;
--sky-blue-700: #0D10A5;
--sky-blue-800: #0A0B76;
--sky-blue-900: #06074B;
--sky-blue-950: #04052F;
}