Sky Blue
#9BB3ED
BlueColor Codes
All color formats for development
HEX
#9BB3EDRGB
rgb(155, 179, 237)HSL
hsl(222, 69%, 77%)OKLCH
oklch(0.77 0.088 267)CMYK
cmyk(35%, 24%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7B9BE7
2#5A82E1
3#3869DB
4#2555C7
5#1E47A6
6#183985
7#122B64
8#0C1C42
9#060E21
Tints
Lighter variations
1#A6BCEF
2#B0C3F0
3#BACBF2
4#C4D2F4
5#CDDAF6
6#D7E1F8
7#E1E9FA
8#EBF0FB
9#F5F8FD
Tones
Muted variations
1#A0B6E9
2#A4B7E5
3#A8B9E1
4#ACBBDD
5#B0BCD9
6#B4BED5
7#B8BFD0
8#BCC1CC
9#C0C3C8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F5 #F2F5FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1E8 #E1E8F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7D5 #C7D5F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CB4 #9CB4ED | BordersInactive statesPlaceholder text |
| 400 | 688D #688DE3 | Disabled statesSecondary iconsMuted text |
| 500 | 3D6D #3D6DDB | Primary brand colorCTAsActive elementsLinks |
| 600 | 2351 #2351BE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C41 #1C4197 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 142E #142E6C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D1E #0D1E45 | Primary textHigh emphasis contentDark headings |
| 950 | 0812 #08122B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2F5FD;
--sky-blue-100: #E1E8F9;
--sky-blue-200: #C7D5F5;
--sky-blue-300: #9CB4ED;
--sky-blue-400: #688DE3;
--sky-blue-500: #3D6DDB;
--sky-blue-600: #2351BE;
--sky-blue-700: #1C4197;
--sky-blue-800: #142E6C;
--sky-blue-900: #0D1E45;
--sky-blue-950: #08122B;
}