Sky Blue
#9BB7ED
BlueColor Codes
All color formats for development
HEX
#9BB7EDRGB
rgb(155, 183, 237)HSL
hsl(220, 69%, 77%)OKLCH
oklch(0.778 0.084 263.3)CMYK
cmyk(35%, 23%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7B9FE7
2#5A87E1
3#386EDB
4#255BC7
5#1E4CA6
6#183C85
7#122D64
8#0C1E42
9#060F21
Tints
Lighter variations
1#A6BEEF
2#B0C5F0
3#BACDF2
4#C4D4F4
5#CDDBF6
6#D7E2F8
7#E1E9FA
8#EBF1FB
9#F5F8FD
Tones
Muted variations
1#A0B8E9
2#A4BAE5
3#A8BBE1
4#ACBCDD
5#B0BED9
6#B4BFD5
7#B8C0D0
8#BCC2CC
9#C0C3C8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F6 #F2F6FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1E9 #E1E9F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7D6 #C7D6F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CB7 #9CB7ED | BordersInactive statesPlaceholder text |
| 400 | 6891 #6891E3 | Disabled statesSecondary iconsMuted text |
| 500 | 3D72 #3D72DB | Primary brand colorCTAsActive elementsLinks |
| 600 | 2356 #2356BE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C45 #1C4597 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1431 #14316C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D1F #0D1F45 | Primary textHigh emphasis contentDark headings |
| 950 | 0814 #08142B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2F6FD;
--sky-blue-100: #E1E9F9;
--sky-blue-200: #C7D6F5;
--sky-blue-300: #9CB7ED;
--sky-blue-400: #6891E3;
--sky-blue-500: #3D72DB;
--sky-blue-600: #2356BE;
--sky-blue-700: #1C4597;
--sky-blue-800: #14316C;
--sky-blue-900: #0D1F45;
--sky-blue-950: #08142B;
}