Sky Blue
#9CB2EC
BlueColor Codes
All color formats for development
HEX
#9CB2ECRGB
rgb(156, 178, 236)HSL
hsl(224, 68%, 77%)OKLCH
oklch(0.768 0.087 268.3)CMYK
cmyk(34%, 25%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7B98E6
2#5A7EE0
3#3A64D9
4#2650C6
5#1F43A5
6#193684
7#132863
8#0D1B42
9#060D21
Tints
Lighter variations
1#A6B9EE
2#B0C1F0
3#BAC9F2
4#C4D1F4
5#CED8F6
6#D8E0F7
7#E1E8F9
8#EBF0FB
9#F5F7FD
Tones
Muted variations
1#A0B4E8
2#A4B5E4
3#A8B7E0
4#ACB9DC
5#B0BBD8
6#B4BDD4
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 #C7D3F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CB2 #9CB2EC | BordersInactive statesPlaceholder text |
| 400 | 6989 #6989E2 | Disabled statesSecondary iconsMuted text |
| 500 | 3E68 #3E68DA | Primary brand colorCTAsActive elementsLinks |
| 600 | 244D #244DBC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D3D #1D3D96 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 142C #142C6B | 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: #C7D3F4;
--sky-blue-300: #9CB2EC;
--sky-blue-400: #6989E2;
--sky-blue-500: #3E68DA;
--sky-blue-600: #244DBC;
--sky-blue-700: #1D3D96;
--sky-blue-800: #142C6B;
--sky-blue-900: #0D1C45;
--sky-blue-950: #08112B;
}