Sky Blue
#9BB0ED
BlueColor Codes
All color formats for development
HEX
#9BB0EDRGB
rgb(155, 176, 237)HSL
hsl(225, 69%, 77%)OKLCH
oklch(0.764 0.091 269.5)CMYK
cmyk(35%, 26%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7B96E7
2#5A7BE1
3#3861DB
4#254DC7
5#1E40A6
6#183385
7#122764
8#0C1A42
9#060D21
Tints
Lighter variations
1#A6B8EF
2#B0C0F0
3#BAC8F2
4#C4D0F4
5#CDD8F6
6#D7DFF8
7#E1E7FA
8#EBEFFB
9#F5F7FD
Tones
Muted variations
1#A0B2E9
2#A4B4E5
3#A8B6E1
4#ACB8DD
5#B0BAD9
6#B4BCD5
7#B8BED0
8#BCC0CC
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 | C7D2 #C7D2F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CB0 #9CB0ED | BordersInactive statesPlaceholder text |
| 400 | 6887 #6887E3 | Disabled statesSecondary iconsMuted text |
| 500 | 3D65 #3D65DB | Primary brand colorCTAsActive elementsLinks |
| 600 | 2349 #2349BE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C3A #1C3A97 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 142A #142A6C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D1B #0D1B45 | 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: #C7D2F5;
--sky-blue-300: #9CB0ED;
--sky-blue-400: #6887E3;
--sky-blue-500: #3D65DB;
--sky-blue-600: #2349BE;
--sky-blue-700: #1C3A97;
--sky-blue-800: #142A6C;
--sky-blue-900: #0D1B45;
--sky-blue-950: #08112B;
}