Sky Blue
#9497F4
BlueColor Codes
All color formats for development
HEX
#9497F4RGB
rgb(148, 151, 244)HSL
hsl(238, 81%, 77%)OKLCH
oklch(0.713 0.135 281)CMYK
cmyk(39%, 38%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7176F0
2#4E53EC
3#2A31E9
4#161DD5
5#1318B2
6#0F138E
7#0B0E6B
8#070A47
9#040524
Tints
Lighter variations
1#9FA2F5
2#AAADF6
3#B5B7F7
4#BFC1F8
5#CACCF9
6#D5D6FB
7#DFE0FC
8#EAEAFD
9#F4F5FE
Tones
Muted variations
1#9A9CEF
2#9EA1EA
3#A3A5E6
4#A8AAE1
5#ADAEDC
6#B1B3D7
7#B6B7D3
8#BBBBCE
9#C0C0C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F2 #F1F2FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE0 #DFE0FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3C5 #C3C5F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9598 #9598F4 | BordersInactive statesPlaceholder text |
| 400 | 5D62 #5D62EE | Disabled statesSecondary iconsMuted text |
| 500 | 2F35 #2F35E9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 151B #151BCB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1116 #1116A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C10 #0C1073 | Text on light backgroundsHeadingsStrong borders |
| 900 | 080A #080A4A | Primary textHigh emphasis contentDark headings |
| 950 | 0506 #05062E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F2FE;
--sky-blue-100: #DFE0FC;
--sky-blue-200: #C3C5F9;
--sky-blue-300: #9598F4;
--sky-blue-400: #5D62EE;
--sky-blue-500: #2F35E9;
--sky-blue-600: #151BCB;
--sky-blue-700: #1116A2;
--sky-blue-800: #0C1073;
--sky-blue-900: #080A4A;
--sky-blue-950: #05062E;
}