Sky Blue
#9CBAED
BlueColor Codes
All color formats for development
HEX
#9CBAEDRGB
rgb(156, 186, 237)HSL
hsl(218, 69%, 77%)OKLCH
oklch(0.785 0.08 260.9)CMYK
cmyk(34%, 22%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7BA2E7
2#5A8BE1
3#3874DB
4#2560C7
5#1E50A6
6#184085
7#123064
8#0C2042
9#061021
Tints
Lighter variations
1#A6C1EF
2#B0C7F0
3#BACEF2
4#C4D5F4
5#CDDCF6
6#D7E3F8
7#E1EAFA
8#EBF1FB
9#F5F8FD
Tones
Muted variations
1#A0BBE9
2#A4BCE5
3#A8BDE1
4#ACBEDD
5#B0BFD9
6#B4C0D5
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 | E1EA #E1EAF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7D8 #C7D8F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CBA #9CBAED | BordersInactive statesPlaceholder text |
| 400 | 6895 #6895E3 | Disabled statesSecondary iconsMuted text |
| 500 | 3D77 #3D77DB | Primary brand colorCTAsActive elementsLinks |
| 600 | 235C #235CBE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C49 #1C4997 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1434 #14346C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D21 #0D2145 | Primary textHigh emphasis contentDark headings |
| 950 | 0815 #08152B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2F6FD;
--sky-blue-100: #E1EAF9;
--sky-blue-200: #C7D8F5;
--sky-blue-300: #9CBAED;
--sky-blue-400: #6895E3;
--sky-blue-500: #3D77DB;
--sky-blue-600: #235CBE;
--sky-blue-700: #1C4997;
--sky-blue-800: #14346C;
--sky-blue-900: #0D2145;
--sky-blue-950: #08152B;
}