Sky Blue
#9BA4EE
BlueColor Codes
All color formats for development
HEX
#9BA4EERGB
rgb(155, 164, 238)HSL
hsl(233, 71%, 77%)OKLCH
oklch(0.74 0.107 278.1)CMYK
cmyk(35%, 31%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7986E8
2#5868E3
3#3649DD
4#2236C9
5#1C2DA8
6#172486
7#111B65
8#0B1243
9#060922
Tints
Lighter variations
1#A5ADF0
2#AFB7F1
3#B9C0F3
4#C3C9F5
5#CDD2F6
6#D7DBF8
7#E1E4FA
8#EBEDFC
9#F5F6FD
Tones
Muted variations
1#9FA8EA
2#A3ABE6
3#A7AEE1
4#ABB1DD
5#B0B4D9
6#B4B8D5
7#B8BBD1
8#BCBECD
9#C0C1C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F3 #F2F3FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0E3 #E0E3FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6CC #C6CCF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BA4 #9BA4EE | BordersInactive statesPlaceholder text |
| 400 | 6675 #6675E5 | Disabled statesSecondary iconsMuted text |
| 500 | 3B4E #3B4EDE | Primary brand colorCTAsActive elementsLinks |
| 600 | 2133 #2133C0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A29 #1A2999 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 121D #121D6D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C13 #0C1346 | Primary textHigh emphasis contentDark headings |
| 950 | 070C #070C2C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2F3FD;
--sky-blue-100: #E0E3FA;
--sky-blue-200: #C6CCF5;
--sky-blue-300: #9BA4EE;
--sky-blue-400: #6675E5;
--sky-blue-500: #3B4EDE;
--sky-blue-600: #2133C0;
--sky-blue-700: #1A2999;
--sky-blue-800: #121D6D;
--sky-blue-900: #0C1346;
--sky-blue-950: #070C2C;
}