Sky Blue
#9BB5ED
BlueColor Codes
All color formats for development
HEX
#9BB5EDRGB
rgb(155, 181, 237)HSL
hsl(221, 69%, 77%)OKLCH
oklch(0.774 0.086 265.2)CMYK
cmyk(35%, 24%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7B9DE7
2#5A84E1
3#386CDB
4#2558C7
5#1E49A6
6#183B85
7#122C64
8#0C1D42
9#060F21
Tints
Lighter variations
1#A6BDEF
2#B0C4F0
3#BACCF2
4#C4D3F4
5#CDDAF6
6#D7E2F8
7#E1E9FA
8#EBF0FB
9#F5F8FD
Tones
Muted variations
1#A0B7E9
2#A4B8E5
3#A8BAE1
4#ACBBDD
5#B0BDD9
6#B4BED5
7#B8C0D0
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 | E1E9 #E1E9F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7D5 #C7D5F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CB6 #9CB6ED | BordersInactive statesPlaceholder text |
| 400 | 688F #688FE3 | Disabled statesSecondary iconsMuted text |
| 500 | 3D6F #3D6FDB | Primary brand colorCTAsActive elementsLinks |
| 600 | 2354 #2354BE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C43 #1C4397 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1430 #14306C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D1E #0D1E45 | Primary textHigh emphasis contentDark headings |
| 950 | 0813 #08132B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2F5FD;
--sky-blue-100: #E1E9F9;
--sky-blue-200: #C7D5F5;
--sky-blue-300: #9CB6ED;
--sky-blue-400: #688FE3;
--sky-blue-500: #3D6FDB;
--sky-blue-600: #2354BE;
--sky-blue-700: #1C4397;
--sky-blue-800: #14306C;
--sky-blue-900: #0D1E45;
--sky-blue-950: #08132B;
}