Sky Blue
#9CA3EC
BlueColor Codes
All color formats for development
HEX
#9CA3ECRGB
rgb(156, 163, 236)HSL
hsl(235, 68%, 77%)OKLCH
oklch(0.738 0.106 279.3)CMYK
cmyk(34%, 31%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7B84E6
2#5A66E0
3#3A47D9
4#2633C6
5#1F2BA5
6#192284
7#131A63
8#0D1142
9#060921
Tints
Lighter variations
1#A6ACEE
2#B0B5F0
3#BABFF2
4#C4C8F4
5#CED1F6
6#D8DAF7
7#E1E3F9
8#EBEDFB
9#F5F6FD
Tones
Muted variations
1#A0A6E8
2#A4AAE4
3#A8ADE0
4#ACB0DC
5#B0B4D8
6#B4B7D4
7#B8BAD0
8#BCBECC
9#C0C1C8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F3 #F2F3FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1E3 #E1E3F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7CB #C7CBF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CA3 #9CA3EC | BordersInactive statesPlaceholder text |
| 400 | 6973 #6973E2 | Disabled statesSecondary iconsMuted text |
| 500 | 3E4B #3E4BDA | Primary brand colorCTAsActive elementsLinks |
| 600 | 2431 #2431BC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D27 #1D2796 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 141C #141C6B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D12 #0D1245 | Primary textHigh emphasis contentDark headings |
| 950 | 080B #080B2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2F3FD;
--sky-blue-100: #E1E3F9;
--sky-blue-200: #C7CBF4;
--sky-blue-300: #9CA3EC;
--sky-blue-400: #6973E2;
--sky-blue-500: #3E4BDA;
--sky-blue-600: #2431BC;
--sky-blue-700: #1D2796;
--sky-blue-800: #141C6B;
--sky-blue-900: #0D1245;
--sky-blue-950: #080B2B;
}