Sky Blue
#9FA7E9
BlueColor Codes
All color formats for development
HEX
#9FA7E9RGB
rgb(159, 167, 233)HSL
hsl(234, 63%, 77%)OKLCH
oklch(0.747 0.096 278.5)CMYK
cmyk(32%, 28%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7F89E2
2#5F6CDB
3#3F4ED4
4#2C3AC0
5#2431A0
6#1D2780
7#161D60
8#0F1340
9#070A20
Tints
Lighter variations
1#A9B0EB
2#B3B8EE
3#BCC1F0
4#C6CAF2
5#CFD3F4
6#D9DCF6
7#E2E5F8
8#ECEDFB
9#F5F6FD
Tones
Muted variations
1#A3AAE6
2#A7ADE2
3#AAB0DE
4#AEB3DB
5#B2B6D7
6#B6B9D3
7#B9BBCF
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 | E2E4 #E2E4F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9CD #C9CDF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FA7 #9FA7E9 | BordersInactive statesPlaceholder text |
| 400 | 6E79 #6E79DE | Disabled statesSecondary iconsMuted text |
| 500 | 4452 #4452D5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2A38 #2A38B7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 212C #212C91 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1820 #182068 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F14 #0F1443 | Primary textHigh emphasis contentDark headings |
| 950 | 090D #090D2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3F3FC;
--sky-blue-100: #E2E4F8;
--sky-blue-200: #C9CDF3;
--sky-blue-300: #9FA7E9;
--sky-blue-400: #6E79DE;
--sky-blue-500: #4452D5;
--sky-blue-600: #2A38B7;
--sky-blue-700: #212C91;
--sky-blue-800: #182068;
--sky-blue-900: #0F1443;
--sky-blue-950: #090D2A;
}