Sky Blue
#9595F3
BlueColor Codes
All color formats for development
HEX
#9595F3RGB
rgb(149, 149, 243)HSL
hsl(240, 80%, 77%)OKLCH
oklch(0.709 0.136 282.4)CMYK
cmyk(39%, 39%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7272EF
2#4F4FEB
3#2B2BE7
4#1818D4
5#1414B1
6#10108D
7#0C0C6A
8#080847
9#040423
Tints
Lighter variations
1#A0A0F4
2#ABABF6
3#B5B5F7
4#C0C0F8
5#CACAF9
6#D5D5FA
7#DFDFFB
8#EAEAFD
9#F4F4FE
Tones
Muted variations
1#9A9AEF
2#9F9FEA
3#A4A4E5
4#A8A8E1
5#ADADDC
6#B2B2D7
7#B6B6D2
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 | C3C3 #C3C3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9595 #9595F3 | BordersInactive statesPlaceholder text |
| 400 | 5E5E #5E5EED | Disabled statesSecondary iconsMuted text |
| 500 | 3030 #3030E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1616 #1616CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1212 #1212A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D0D #0D0D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0808 #080849 | Primary textHigh emphasis contentDark headings |
| 950 | 0505 #05052E | 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: #C3C3F8;
--sky-blue-300: #9595F3;
--sky-blue-400: #5E5EED;
--sky-blue-500: #3030E8;
--sky-blue-600: #1616CA;
--sky-blue-700: #1212A1;
--sky-blue-800: #0D0D73;
--sky-blue-900: #080849;
--sky-blue-950: #05052E;
}