Sky Blue
#9CA7EC
BlueColor Codes
All color formats for development
HEX
#9CA7ECRGB
rgb(156, 167, 236)HSL
hsl(232, 68%, 77%)OKLCH
oklch(0.746 0.1 276.7)CMYK
cmyk(34%, 29%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7B8AE6
2#5A6CE0
3#3A4FD9
4#263BC6
5#1F31A5
6#192784
7#131E63
8#0D1442
9#060A21
Tints
Lighter variations
1#A6B0EE
2#B0B9F0
3#BAC1F2
4#C4CAF4
5#CED3F6
6#D8DCF7
7#E1E5F9
8#EBEDFB
9#F5F6FD
Tones
Muted variations
1#A0AAE8
2#A4ADE4
3#A8B0E0
4#ACB3DC
5#B0B6D8
6#B4B9D4
7#B8BCD0
8#BCBFCC
9#C0C1C8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F4 #F2F4FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1E4 #E1E4F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7CD #C7CDF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CA7 #9CA7EC | BordersInactive statesPlaceholder text |
| 400 | 6979 #6979E2 | Disabled statesSecondary iconsMuted text |
| 500 | 3E53 #3E53DA | Primary brand colorCTAsActive elementsLinks |
| 600 | 2438 #2438BC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D2D #1D2D96 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1420 #14206B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D14 #0D1445 | Primary textHigh emphasis contentDark headings |
| 950 | 080D #080D2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2F4FD;
--sky-blue-100: #E1E4F9;
--sky-blue-200: #C7CDF4;
--sky-blue-300: #9CA7EC;
--sky-blue-400: #6979E2;
--sky-blue-500: #3E53DA;
--sky-blue-600: #2438BC;
--sky-blue-700: #1D2D96;
--sky-blue-800: #14206B;
--sky-blue-900: #0D1445;
--sky-blue-950: #080D2B;
}