Sky Blue
#9495F5
BlueColor Codes
All color formats for development
HEX
#9495F5RGB
rgb(148, 149, 245)HSL
hsl(239, 83%, 77%)OKLCH
oklch(0.709 0.139 281.8)CMYK
cmyk(40%, 39%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7072F2
2#4C4FEE
3#282BEB
4#1417D8
5#1113B4
6#0D1090
7#0A0C6C
8#070848
9#030424
Tints
Lighter variations
1#9EA0F6
2#A9AAF7
3#B4B5F8
4#BFC0F9
5#C9CAFA
6#D4D5FB
7#DFDFFC
8#EAEAFD
9#F4F4FE
Tones
Muted variations
1#999AF0
2#9D9FEB
3#A2A3E6
4#A7A8E2
5#ACADDD
6#B1B2D8
7#B6B6D3
8#BBBBCE
9#BFC0C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F1 #F1F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEDF #DEDFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2C3 #C2C3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9495 #9495F5 | BordersInactive statesPlaceholder text |
| 400 | 5C5E #5C5EF0 | Disabled statesSecondary iconsMuted text |
| 500 | 2D30 #2D30EB | Primary brand colorCTAsActive elementsLinks |
| 600 | 1316 #1316CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F12 #0F12A3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B0D #0B0D75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0708 #07084B | Primary textHigh emphasis contentDark headings |
| 950 | 0405 #04052F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F1FE;
--sky-blue-100: #DEDFFC;
--sky-blue-200: #C2C3F9;
--sky-blue-300: #9495F5;
--sky-blue-400: #5C5EF0;
--sky-blue-500: #2D30EB;
--sky-blue-600: #1316CD;
--sky-blue-700: #0F12A3;
--sky-blue-800: #0B0D75;
--sky-blue-900: #07084B;
--sky-blue-950: #04052F;
}