Sky Blue
#9CBAEC
BlueColor Codes
All color formats for development
HEX
#9CBAECRGB
rgb(156, 186, 236)HSL
hsl(218, 68%, 77%)OKLCH
oklch(0.785 0.079 260.5)CMYK
cmyk(34%, 21%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7BA3E6
2#5A8BE0
3#3A74D9
4#2660C6
5#1F50A5
6#194084
7#133063
8#0D2042
9#061021
Tints
Lighter variations
1#A6C1EE
2#B0C8F0
3#BACFF2
4#C4D5F4
5#CEDCF6
6#D8E3F7
7#E1EAF9
8#EBF1FB
9#F5F8FD
Tones
Muted variations
1#A0BBE8
2#A4BCE4
3#A8BDE0
4#ACBEDC
5#B0BFD8
6#B4C0D4
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 #C7D8F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CBA #9CBAEC | BordersInactive statesPlaceholder text |
| 400 | 6996 #6996E2 | Disabled statesSecondary iconsMuted text |
| 500 | 3E77 #3E77DA | Primary brand colorCTAsActive elementsLinks |
| 600 | 245C #245CBC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D49 #1D4996 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1434 #14346B | 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: #C7D8F4;
--sky-blue-300: #9CBAEC;
--sky-blue-400: #6996E2;
--sky-blue-500: #3E77DA;
--sky-blue-600: #245CBC;
--sky-blue-700: #1D4996;
--sky-blue-800: #14346B;
--sky-blue-900: #0D2145;
--sky-blue-950: #08152B;
}