Sky Blue
#9795F3
BlueColor Codes
All color formats for development
HEX
#9795F3RGB
rgb(151, 149, 243)HSL
hsl(241, 80%, 77%)OKLCH
oklch(0.71 0.135 283.4)CMYK
cmyk(38%, 39%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7472EF
2#514FEB
3#2F2BE7
4#1B18D4
5#1614B1
6#12108D
7#0D0C6A
8#090847
9#040423
Tints
Lighter variations
1#A1A0F4
2#ACABF6
3#B6B5F7
4#C1C0F8
5#CBCAF9
6#D5D5FA
7#E0DFFB
8#EAEAFD
9#F5F4FE
Tones
Muted variations
1#9C9AEF
2#A09FEA
3#A5A4E5
4#A9A8E1
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 | F1F1 #F1F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFDF #DFDFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4C3 #C4C3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9795 #9795F3 | BordersInactive statesPlaceholder text |
| 400 | 615E #615EED | Disabled statesSecondary iconsMuted text |
| 500 | 3430 #3430E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1916 #1916CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1412 #1412A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E0D #0E0D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0908 #090849 | 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: #F1F1FD;
--sky-blue-100: #DFDFFB;
--sky-blue-200: #C4C3F8;
--sky-blue-300: #9795F3;
--sky-blue-400: #615EED;
--sky-blue-500: #3430E8;
--sky-blue-600: #1916CA;
--sky-blue-700: #1412A1;
--sky-blue-800: #0E0D73;
--sky-blue-900: #090849;
--sky-blue-950: #06052E;
}