Sky Blue
#9CA4ED
BlueColor Codes
All color formats for development
HEX
#9CA4EDRGB
rgb(156, 164, 237)HSL
hsl(234, 69%, 77%)OKLCH
oklch(0.74 0.106 278.7)CMYK
cmyk(34%, 31%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7B86E7
2#5A67E1
3#3849DB
4#2535C7
5#1E2CA6
6#182385
7#121A64
8#0C1242
9#060921
Tints
Lighter variations
1#A6ADEF
2#B0B6F0
3#BABFF2
4#C4C8F4
5#CDD1F6
6#D7DBF8
7#E1E4FA
8#EBEDFB
9#F5F6FD
Tones
Muted variations
1#A0A7E9
2#A4AAE5
3#A8AEE1
4#ACB1DD
5#B0B4D9
6#B4B7D5
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 #C7CCF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CA4 #9CA4ED | BordersInactive statesPlaceholder text |
| 400 | 6874 #6874E3 | Disabled statesSecondary iconsMuted text |
| 500 | 3D4D #3D4DDB | Primary brand colorCTAsActive elementsLinks |
| 600 | 2332 #2332BE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C28 #1C2897 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 141D #141D6C | 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: #C7CCF5;
--sky-blue-300: #9CA4ED;
--sky-blue-400: #6874E3;
--sky-blue-500: #3D4DDB;
--sky-blue-600: #2332BE;
--sky-blue-700: #1C2897;
--sky-blue-800: #141D6C;
--sky-blue-900: #0D1245;
--sky-blue-950: #080B2B;
}