Sky Blue
#9FA3E9
BlueColor Codes
All color formats for development
HEX
#9FA3E9RGB
rgb(159, 163, 233)HSL
hsl(237, 63%, 77%)OKLCH
oklch(0.739 0.101 281.1)CMYK
cmyk(32%, 30%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7F84E2
2#5F66DB
3#3F47D4
4#2C33C0
5#242BA0
6#1D2280
7#161A60
8#0F1140
9#070920
Tints
Lighter variations
1#A9ACEB
2#B3B5EE
3#BCBFF0
4#C6C8F2
5#CFD1F4
6#D9DAF6
7#E2E3F8
8#ECEDFB
9#F5F6FD
Tones
Muted variations
1#A3A6E6
2#A7AAE2
3#AAADDE
4#AEB0DB
5#B2B4D7
6#B6B7D3
7#B9BACF
8#BDBECC
9#C1C1C8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F3 #F3F3FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E3 #E2E3F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9CB #C9CBF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FA3 #9FA3E9 | BordersInactive statesPlaceholder text |
| 400 | 6E73 #6E73DE | Disabled statesSecondary iconsMuted text |
| 500 | 444B #444BD5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2A31 #2A31B7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2127 #212791 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 181C #181C68 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F12 #0F1243 | Primary textHigh emphasis contentDark headings |
| 950 | 090B #090B2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3F3FC;
--sky-blue-100: #E2E3F8;
--sky-blue-200: #C9CBF3;
--sky-blue-300: #9FA3E9;
--sky-blue-400: #6E73DE;
--sky-blue-500: #444BD5;
--sky-blue-600: #2A31B7;
--sky-blue-700: #212791;
--sky-blue-800: #181C68;
--sky-blue-900: #0F1243;
--sky-blue-950: #090B2A;
}