Sky Blue
#9FA4EA
BlueColor Codes
All color formats for development
HEX
#9FA4EARGB
rgb(159, 164, 234)HSL
hsl(236, 64%, 77%)OKLCH
oklch(0.741 0.101 280.5)CMYK
cmyk(32%, 30%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7F85E3
2#5E67DC
3#3E48D5
4#2A34C1
5#232CA1
6#1C2381
7#151A61
8#0E1140
9#070920
Tints
Lighter variations
1#A8ADEC
2#B2B6EE
3#BCBFF0
4#C5C8F2
5#CFD1F4
6#D9DBF7
7#E2E4F9
8#ECEDFB
9#F5F6FD
Tones
Muted variations
1#A3A7E6
2#A6AAE2
3#AAAEDF
4#AEB1DB
5#B2B4D7
6#B5B7D3
7#B9BBD0
8#BDBECC
9#C1C1C8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F3 #F2F3FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E3 #E2E3F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9CB #C9CBF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FA4 #9FA4EA | BordersInactive statesPlaceholder text |
| 400 | 6D74 #6D74DF | Disabled statesSecondary iconsMuted text |
| 500 | 434D #434DD6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2832 #2832B8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2028 #202892 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 171C #171C69 | 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: #F2F3FC;
--sky-blue-100: #E2E3F9;
--sky-blue-200: #C9CBF3;
--sky-blue-300: #9FA4EA;
--sky-blue-400: #6D74DF;
--sky-blue-500: #434DD6;
--sky-blue-600: #2832B8;
--sky-blue-700: #202892;
--sky-blue-800: #171C69;
--sky-blue-900: #0F1243;
--sky-blue-950: #090B2A;
}