Sky Blue
#9896F3
BlueColor Codes
All color formats for development
HEX
#9896F3RGB
rgb(152, 150, 243)HSL
hsl(241, 79%, 77%)OKLCH
oklch(0.713 0.134 283.4)CMYK
cmyk(37%, 38%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7573EF
2#5250EA
3#302DE6
4#1C19D3
5#1715B0
6#13108D
7#0E0C69
8#090846
9#050423
Tints
Lighter variations
1#A2A1F4
2#ACABF5
3#B7B6F6
4#C1C0F8
5#CBCBF9
6#D6D5FA
7#E0E0FB
8#EAEAFD
9#F5F5FE
Tones
Muted variations
1#9C9BEE
2#A19FE9
3#A5A4E5
4#A9A9E0
5#AEADDC
6#B2B2D7
7#B7B6D2
8#BBBBCE
9#C0C0C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F1 #F2F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0DF #E0DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5C4 #C5C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9896 #9896F3 | BordersInactive statesPlaceholder text |
| 400 | 625F #625FEC | Disabled statesSecondary iconsMuted text |
| 500 | 3532 #3532E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1B18 #1B18C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1513 #1513A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F0D #0F0D72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A09 #0A0949 | Primary textHigh emphasis contentDark headings |
| 950 | 0605 #06052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2F1FD;
--sky-blue-100: #E0DFFB;
--sky-blue-200: #C5C4F8;
--sky-blue-300: #9896F3;
--sky-blue-400: #625FEC;
--sky-blue-500: #3532E7;
--sky-blue-600: #1B18C9;
--sky-blue-700: #1513A0;
--sky-blue-800: #0F0D72;
--sky-blue-900: #0A0949;
--sky-blue-950: #06052E;
}