Sky Blue
#9CA6EC
BlueColor Codes
All color formats for development
HEX
#9CA6ECRGB
rgb(156, 166, 236)HSL
hsl(233, 68%, 77%)OKLCH
oklch(0.744 0.102 277.4)CMYK
cmyk(34%, 30%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7B88E6
2#5A6AE0
3#3A4CD9
4#2638C6
5#1F2FA5
6#192684
7#131C63
8#0D1342
9#060921
Tints
Lighter variations
1#A6AFEE
2#B0B8F0
3#BAC1F2
4#C4C9F4
5#CED2F6
6#D8DBF7
7#E1E4F9
8#EBEDFB
9#F5F6FD
Tones
Muted variations
1#A0A9E8
2#A4ACE4
3#A8AFE0
4#ACB2DC
5#B0B5D8
6#B4B8D4
7#B8BBD0
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 | E1E4 #E1E4F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7CD #C7CDF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CA6 #9CA6EC | BordersInactive statesPlaceholder text |
| 400 | 6977 #6977E2 | Disabled statesSecondary iconsMuted text |
| 500 | 3E50 #3E50DA | Primary brand colorCTAsActive elementsLinks |
| 600 | 2436 #2436BC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D2B #1D2B96 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 141F #141F6B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D14 #0D1445 | Primary textHigh emphasis contentDark headings |
| 950 | 080C #080C2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2F3FD;
--sky-blue-100: #E1E4F9;
--sky-blue-200: #C7CDF4;
--sky-blue-300: #9CA6EC;
--sky-blue-400: #6977E2;
--sky-blue-500: #3E50DA;
--sky-blue-600: #2436BC;
--sky-blue-700: #1D2B96;
--sky-blue-800: #141F6B;
--sky-blue-900: #0D1445;
--sky-blue-950: #080C2B;
}