Sky Blue
#9CA2EC
BlueColor Codes
All color formats for development
HEX
#9CA2ECRGB
rgb(156, 162, 236)HSL
hsl(236, 68%, 77%)OKLCH
oklch(0.736 0.107 279.9)CMYK
cmyk(34%, 31%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7B83E6
2#5A63E0
3#3A44D9
4#2630C6
5#1F28A5
6#192084
7#131863
8#0D1042
9#060821
Tints
Lighter variations
1#A6ABEE
2#B0B4F0
3#BABEF2
4#C4C7F4
5#CED0F6
6#D8DAF7
7#E1E3F9
8#EBECFB
9#F5F6FD
Tones
Muted variations
1#A0A5E8
2#A4A9E4
3#A8ACE0
4#ACB0DC
5#B0B3D8
6#B4B7D4
7#B8BAD0
8#BCBDCC
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 | C7CA #C7CAF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CA2 #9CA2EC | BordersInactive statesPlaceholder text |
| 400 | 6971 #6971E2 | Disabled statesSecondary iconsMuted text |
| 500 | 3E49 #3E49DA | Primary brand colorCTAsActive elementsLinks |
| 600 | 242E #242EBC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D25 #1D2596 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 141A #141A6B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D11 #0D1145 | Primary textHigh emphasis contentDark headings |
| 950 | 080A #080A2B | 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: #C7CAF4;
--sky-blue-300: #9CA2EC;
--sky-blue-400: #6971E2;
--sky-blue-500: #3E49DA;
--sky-blue-600: #242EBC;
--sky-blue-700: #1D2596;
--sky-blue-800: #141A6B;
--sky-blue-900: #0D1145;
--sky-blue-950: #080A2B;
}