Sky Blue
#9CA7ED
BlueColor Codes
All color formats for development
HEX
#9CA7EDRGB
rgb(156, 167, 237)HSL
hsl(232, 69%, 77%)OKLCH
oklch(0.746 0.102 276.8)CMYK
cmyk(34%, 30%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7B89E7
2#5A6CE1
3#384EDB
4#253AC7
5#1E30A6
6#182785
7#121D64
8#0C1342
9#060A21
Tints
Lighter variations
1#A6B0EF
2#B0B8F0
3#BAC1F2
4#C4CAF4
5#CDD3F6
6#D7DCF8
7#E1E5FA
8#EBEDFB
9#F5F6FD
Tones
Muted variations
1#A0AAE9
2#A4ADE5
3#A8B0E1
4#ACB3DD
5#B0B6D9
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 | C7CD #C7CDF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CA7 #9CA7ED | BordersInactive statesPlaceholder text |
| 400 | 6879 #6879E3 | Disabled statesSecondary iconsMuted text |
| 500 | 3D52 #3D52DB | Primary brand colorCTAsActive elementsLinks |
| 600 | 2337 #2337BE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C2C #1C2C97 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 141F #141F6C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D14 #0D1445 | 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: #F2F3FD;
--sky-blue-100: #E1E4F9;
--sky-blue-200: #C7CDF5;
--sky-blue-300: #9CA7ED;
--sky-blue-400: #6879E3;
--sky-blue-500: #3D52DB;
--sky-blue-600: #2337BE;
--sky-blue-700: #1C2C97;
--sky-blue-800: #141F6C;
--sky-blue-900: #0D1445;
--sky-blue-950: #080D2B;
}