Sky Blue
#9CB8ED
BlueColor Codes
All color formats for development
HEX
#9CB8EDRGB
rgb(156, 184, 237)HSL
hsl(219, 69%, 77%)OKLCH
oklch(0.781 0.082 262.9)CMYK
cmyk(34%, 22%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7BA1E7
2#5A89E1
3#3871DB
4#255DC7
5#1E4EA6
6#183E85
7#122F64
8#0C1F42
9#061021
Tints
Lighter variations
1#A6BFEF
2#B0C6F0
3#BACDF2
4#C4D5F4
5#CDDCF6
6#D7E3F8
7#E1EAFA
8#EBF1FB
9#F5F8FD
Tones
Muted variations
1#A0B9E9
2#A4BBE5
3#A8BCE1
4#ACBDDD
5#B0BED9
6#B4BFD5
7#B8C1D0
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 | C7D7 #C7D7F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CB8 #9CB8ED | BordersInactive statesPlaceholder text |
| 400 | 6893 #6893E3 | Disabled statesSecondary iconsMuted text |
| 500 | 3D74 #3D74DB | Primary brand colorCTAsActive elementsLinks |
| 600 | 2359 #2359BE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C47 #1C4797 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1433 #14336C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D20 #0D2045 | 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: #C7D7F5;
--sky-blue-300: #9CB8ED;
--sky-blue-400: #6893E3;
--sky-blue-500: #3D74DB;
--sky-blue-600: #2359BE;
--sky-blue-700: #1C4797;
--sky-blue-800: #14336C;
--sky-blue-900: #0D2045;
--sky-blue-950: #08142B;
}