Sky Blue
#9CA8ED
BlueColor Codes
All color formats for development
HEX
#9CA8EDRGB
rgb(156, 168, 237)HSL
hsl(231, 69%, 77%)OKLCH
oklch(0.748 0.1 276.1)CMYK
cmyk(34%, 29%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7B8BE7
2#5A6EE1
3#3851DB
4#253DC7
5#1E33A6
6#182985
7#121E64
8#0C1442
9#060A21
Tints
Lighter variations
1#A6B1EF
2#B0B9F0
3#BAC2F2
4#C4CBF4
5#CDD4F6
6#D7DCF8
7#E1E5FA
8#EBEEFB
9#F5F6FD
Tones
Muted variations
1#A0ABE9
2#A4AEE5
3#A8B1E1
4#ACB3DD
5#B0B6D9
6#B4B9D5
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 | C7CE #C7CEF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CA8 #9CA8ED | BordersInactive statesPlaceholder text |
| 400 | 687B #687BE3 | Disabled statesSecondary iconsMuted text |
| 500 | 3D55 #3D55DB | Primary brand colorCTAsActive elementsLinks |
| 600 | 233A #233ABE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C2E #1C2E97 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1421 #14216C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D15 #0D1545 | Primary textHigh emphasis contentDark headings |
| 950 | 080D #080D2B | 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: #C7CEF5;
--sky-blue-300: #9CA8ED;
--sky-blue-400: #687BE3;
--sky-blue-500: #3D55DB;
--sky-blue-600: #233ABE;
--sky-blue-700: #1C2E97;
--sky-blue-800: #14216C;
--sky-blue-900: #0D1545;
--sky-blue-950: #080D2B;
}