Sky Blue
#9499F5
BlueColor Codes
All color formats for development
HEX
#9499F5RGB
rgb(148, 153, 245)HSL
hsl(237, 83%, 77%)OKLCH
oklch(0.717 0.133 280.1)CMYK
cmyk(40%, 38%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7076F2
2#4C54EE
3#2832EB
4#141ED8
5#1119B4
6#0D1490
7#0A0F6C
8#070A48
9#030524
Tints
Lighter variations
1#9EA3F6
2#A9ADF7
3#B4B7F8
4#BFC2F9
5#C9CCFA
6#D4D6FB
7#DFE0FC
8#EAEBFD
9#F4F5FE
Tones
Muted variations
1#999DF0
2#9DA1EB
3#A2A6E6
4#A7AAE2
5#ACAEDD
6#B1B3D8
7#B6B7D3
8#BBBCCE
9#BFC0C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F2 #F1F2FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEE0 #DEE0FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2C5 #C2C5F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9499 #9499F5 | BordersInactive statesPlaceholder text |
| 400 | 5C63 #5C63F0 | Disabled statesSecondary iconsMuted text |
| 500 | 2D37 #2D37EB | Primary brand colorCTAsActive elementsLinks |
| 600 | 131C #131CCD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F17 #0F17A3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B10 #0B1075 | Text on light backgroundsHeadingsStrong borders |
| 900 | 070A #070A4B | Primary textHigh emphasis contentDark headings |
| 950 | 0406 #04062F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F2FE;
--sky-blue-100: #DEE0FC;
--sky-blue-200: #C2C5F9;
--sky-blue-300: #9499F5;
--sky-blue-400: #5C63F0;
--sky-blue-500: #2D37EB;
--sky-blue-600: #131CCD;
--sky-blue-700: #0F17A3;
--sky-blue-800: #0B1075;
--sky-blue-900: #070A4B;
--sky-blue-950: #04062F;
}