Sky Blue
#9C95F3
BlueColor Codes
All color formats for development
HEX
#9C95F3RGB
rgb(156, 149, 243)HSL
hsl(244, 80%, 77%)OKLCH
oklch(0.714 0.135 285.8)CMYK
cmyk(36%, 39%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7A72EF
2#594FEB
3#382BE7
4#2418D4
5#1E14B1
6#18108D
7#120C6A
8#0C0847
9#060423
Tints
Lighter variations
1#A6A0F4
2#B0ABF6
3#B9B5F7
4#C3C0F8
5#CDCAF9
6#D7D5FA
7#E1DFFB
8#EBEAFD
9#F5F4FE
Tones
Muted variations
1#A09AEF
2#A49FEA
3#A8A4E5
4#ACA8E1
5#B0ADDC
6#B4B2D7
7#B8B6D2
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 | E1DF #E1DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7C3 #C7C3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9C95 #9C95F3 | BordersInactive statesPlaceholder text |
| 400 | 685E #685EED | Disabled statesSecondary iconsMuted text |
| 500 | 3D30 #3D30E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2216 #2216CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B12 #1B12A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 140D #140D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D08 #0D0849 | Primary textHigh emphasis contentDark headings |
| 950 | 0805 #08052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2F1FD;
--sky-blue-100: #E1DFFB;
--sky-blue-200: #C7C3F8;
--sky-blue-300: #9C95F3;
--sky-blue-400: #685EED;
--sky-blue-500: #3D30E8;
--sky-blue-600: #2216CA;
--sky-blue-700: #1B12A1;
--sky-blue-800: #140D73;
--sky-blue-900: #0D0849;
--sky-blue-950: #08052E;
}