Sky Blue
#9CA1ED
BlueColor Codes
All color formats for development
HEX
#9CA1EDRGB
rgb(156, 161, 237)HSL
hsl(236, 69%, 77%)OKLCH
oklch(0.734 0.11 280.4)CMYK
cmyk(34%, 32%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7B82E7
2#5A63E1
3#3843DB
4#252FC7
5#1E27A6
6#182085
7#121864
8#0C1042
9#060821
Tints
Lighter variations
1#A6ABEF
2#B0B4F0
3#BABDF2
4#C4C7F4
5#CDD0F6
6#D7DAF8
7#E1E3FA
8#EBECFB
9#F5F6FD
Tones
Muted variations
1#A0A5E9
2#A4A8E5
3#A8ACE1
4#ACAFDD
5#B0B3D9
6#B4B6D5
7#B8BAD0
8#BCBDCC
9#C0C1C8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F3 #F2F3FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1E2 #E1E2F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7CA #C7CAF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CA1 #9CA1ED | BordersInactive statesPlaceholder text |
| 400 | 6870 #6870E3 | Disabled statesSecondary iconsMuted text |
| 500 | 3D48 #3D48DB | Primary brand colorCTAsActive elementsLinks |
| 600 | 232D #232DBE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C24 #1C2497 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 141A #141A6C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D10 #0D1045 | Primary textHigh emphasis contentDark headings |
| 950 | 080A #080A2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2F3FD;
--sky-blue-100: #E1E2F9;
--sky-blue-200: #C7CAF5;
--sky-blue-300: #9CA1ED;
--sky-blue-400: #6870E3;
--sky-blue-500: #3D48DB;
--sky-blue-600: #232DBE;
--sky-blue-700: #1C2497;
--sky-blue-800: #141A6C;
--sky-blue-900: #0D1045;
--sky-blue-950: #080A2B;
}