Sky Blue
#9CA4EC
BlueColor Codes
All color formats for development
HEX
#9CA4ECRGB
rgb(156, 164, 236)HSL
hsl(234, 68%, 77%)OKLCH
oklch(0.74 0.104 278.6)CMYK
cmyk(34%, 31%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7B86E6
2#5A68E0
3#3A49D9
4#2636C6
5#1F2DA5
6#192484
7#131B63
8#0D1242
9#060921
Tints
Lighter variations
1#A6ADEE
2#B0B7F0
3#BAC0F2
4#C4C9F4
5#CED2F6
6#D8DBF7
7#E1E4F9
8#EBEDFB
9#F5F6FD
Tones
Muted variations
1#A0A8E8
2#A4ABE4
3#A8AEE0
4#ACB1DC
5#B0B4D8
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 | E1E3 #E1E3F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7CC #C7CCF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CA4 #9CA4EC | BordersInactive statesPlaceholder text |
| 400 | 6975 #6975E2 | Disabled statesSecondary iconsMuted text |
| 500 | 3E4E #3E4EDA | Primary brand colorCTAsActive elementsLinks |
| 600 | 2433 #2433BC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D29 #1D2996 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 141D #141D6B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D13 #0D1345 | 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: #E1E3F9;
--sky-blue-200: #C7CCF4;
--sky-blue-300: #9CA4EC;
--sky-blue-400: #6975E2;
--sky-blue-500: #3E4EDA;
--sky-blue-600: #2433BC;
--sky-blue-700: #1D2996;
--sky-blue-800: #141D6B;
--sky-blue-900: #0D1345;
--sky-blue-950: #080C2B;
}