Sky Blue
#9CA9ED
BlueColor Codes
All color formats for development
HEX
#9CA9EDRGB
rgb(156, 169, 237)HSL
hsl(230, 69%, 77%)OKLCH
oklch(0.75 0.099 275.4)CMYK
cmyk(34%, 29%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7B8DE7
2#5A70E1
3#3853DB
4#2540C7
5#1E35A6
6#182A85
7#122064
8#0C1542
9#060B21
Tints
Lighter variations
1#A6B2EF
2#B0BAF0
3#BAC3F2
4#C4CCF4
5#CDD4F6
6#D7DDF8
7#E1E5FA
8#EBEEFB
9#F5F6FD
Tones
Muted variations
1#A0ACE9
2#A4AFE5
3#A8B1E1
4#ACB4DD
5#B0B7D9
6#B4BAD5
7#B8BCD0
8#BCBFCC
9#C0C2C8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F4 #F2F4FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1E5 #E1E5F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7CF #C7CFF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CA9 #9CA9ED | BordersInactive statesPlaceholder text |
| 400 | 687D #687DE3 | Disabled statesSecondary iconsMuted text |
| 500 | 3D57 #3D57DB | Primary brand colorCTAsActive elementsLinks |
| 600 | 233D #233DBE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C30 #1C3097 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1422 #14226C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D16 #0D1645 | Primary textHigh emphasis contentDark headings |
| 950 | 080E #080E2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2F4FD;
--sky-blue-100: #E1E5F9;
--sky-blue-200: #C7CFF5;
--sky-blue-300: #9CA9ED;
--sky-blue-400: #687DE3;
--sky-blue-500: #3D57DB;
--sky-blue-600: #233DBE;
--sky-blue-700: #1C3097;
--sky-blue-800: #14226C;
--sky-blue-900: #0D1645;
--sky-blue-950: #080E2B;
}