Sky Blue
#9CB1ED
BlueColor Codes
All color formats for development
HEX
#9CB1EDRGB
rgb(156, 177, 237)HSL
hsl(224, 69%, 77%)OKLCH
oklch(0.766 0.09 269.3)CMYK
cmyk(34%, 25%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7B98E7
2#5A7EE1
3#3864DB
4#2550C7
5#1E43A6
6#183585
7#122864
8#0C1B42
9#060D21
Tints
Lighter variations
1#A6B9EF
2#B0C1F0
3#BAC9F2
4#C4D0F4
5#CDD8F6
6#D7E0F8
7#E1E8FA
8#EBEFFB
9#F5F7FD
Tones
Muted variations
1#A0B3E9
2#A4B5E5
3#A8B7E1
4#ACB9DD
5#B0BBD9
6#B4BDD5
7#B8BFD0
8#BCC1CC
9#C0C2C8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F5 #F2F5FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1E7 #E1E7F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7D3 #C7D3F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CB1 #9CB1ED | BordersInactive statesPlaceholder text |
| 400 | 6889 #6889E3 | Disabled statesSecondary iconsMuted text |
| 500 | 3D67 #3D67DB | Primary brand colorCTAsActive elementsLinks |
| 600 | 234C #234CBE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C3D #1C3D97 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 142B #142B6C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D1C #0D1C45 | Primary textHigh emphasis contentDark headings |
| 950 | 0811 #08112B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2F5FD;
--sky-blue-100: #E1E7F9;
--sky-blue-200: #C7D3F5;
--sky-blue-300: #9CB1ED;
--sky-blue-400: #6889E3;
--sky-blue-500: #3D67DB;
--sky-blue-600: #234CBE;
--sky-blue-700: #1C3D97;
--sky-blue-800: #142B6C;
--sky-blue-900: #0D1C45;
--sky-blue-950: #08112B;
}