Sky Blue
#9996F3
BlueColor Codes
All color formats for development
HEX
#9996F3RGB
rgb(153, 150, 243)HSL
hsl(242, 79%, 77%)OKLCH
oklch(0.714 0.134 283.9)CMYK
cmyk(37%, 38%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7773EF
2#5550EA
3#332DE6
4#1F19D3
5#1A15B0
6#15108D
7#0F0C69
8#0A0846
9#050423
Tints
Lighter variations
1#A3A1F4
2#ADABF5
3#B8B6F6
4#C2C0F8
5#CCCBF9
6#D6D5FA
7#E0E0FB
8#EBEAFD
9#F5F5FE
Tones
Muted variations
1#9D9BEE
2#A29FE9
3#A6A4E5
4#AAA9E0
5#AFADDC
6#B3B2D7
7#B7B6D2
8#BCBBCE
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 | 9996 #9996F3 | BordersInactive statesPlaceholder text |
| 400 | 645F #645FEC | Disabled statesSecondary iconsMuted text |
| 500 | 3832 #3832E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1D18 #1D18C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1713 #1713A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 110D #110D72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B09 #0B0949 | Primary textHigh emphasis contentDark headings |
| 950 | 0705 #07052E | 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: #9996F3;
--sky-blue-400: #645FEC;
--sky-blue-500: #3832E7;
--sky-blue-600: #1D18C9;
--sky-blue-700: #1713A0;
--sky-blue-800: #110D72;
--sky-blue-900: #0B0949;
--sky-blue-950: #07052E;
}