Sky Blue
#9CA5ED
BlueColor Codes
All color formats for development
HEX
#9CA5EDRGB
rgb(156, 165, 237)HSL
hsl(233, 69%, 77%)OKLCH
oklch(0.742 0.104 278.1)CMYK
cmyk(34%, 30%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7B87E7
2#5A69E1
3#384BDB
4#2537C7
5#1E2EA6
6#182585
7#121C64
8#0C1242
9#060921
Tints
Lighter variations
1#A6AEEF
2#B0B7F0
3#BAC0F2
4#C4C9F4
5#CDD2F6
6#D7DBF8
7#E1E4FA
8#EBEDFB
9#F5F6FD
Tones
Muted variations
1#A0A8E9
2#A4ACE5
3#A8AFE1
4#ACB2DD
5#B0B5D9
6#B4B8D5
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 | C7CC #C7CCF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CA5 #9CA5ED | BordersInactive statesPlaceholder text |
| 400 | 6877 #6877E3 | Disabled statesSecondary iconsMuted text |
| 500 | 3D50 #3D50DB | Primary brand colorCTAsActive elementsLinks |
| 600 | 2335 #2335BE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C2A #1C2A97 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 141E #141E6C | 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: #E1E4F9;
--sky-blue-200: #C7CCF5;
--sky-blue-300: #9CA5ED;
--sky-blue-400: #6877E3;
--sky-blue-500: #3D50DB;
--sky-blue-600: #2335BE;
--sky-blue-700: #1C2A97;
--sky-blue-800: #141E6C;
--sky-blue-900: #0D1345;
--sky-blue-950: #080C2B;
}