Sky Blue
#78AAD3
BlueColor Codes
All color formats for development
HEX
#78AAD3RGB
rgb(120, 170, 211)HSL
hsl(207, 51%, 65%)OKLCH
oklch(0.718 0.08 244)CMYK
cmyk(43%, 19%, 0%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5F9BCB
2#468BC3
3#397AAF
4#316996
5#29577D
6#204664
7#18344B
8#102332
9#081119
Tints
Lighter variations
1#86B3D8
2#93BBDC
3#A1C4E0
4#AECCE5
5#BCD5E9
6#C9DDEE
7#D7E6F2
8#E4EEF6
9#F2F7FB
Tones
Muted variations
1#7DAACF
2#81A9CA
3#86A9C6
4#8AA8C1
5#8FA8BD
6#94A8B8
7#98A7B3
8#9DA7AF
9#A1A6AA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F8 #F3F8FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4EE #E4EEF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDE0 #CDE0EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6C7 #A6C7E2 | BordersInactive statesPlaceholder text |
| 400 | 78AA #78AAD3 | Disabled statesSecondary iconsMuted text |
| 500 | 5292 #5292C7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3776 #3776A9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2C5E #2C5E87 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F43 #1F4360 | Text on light backgroundsHeadingsStrong borders |
| 900 | 142B #142B3E | Primary textHigh emphasis contentDark headings |
| 950 | 0C1B #0C1B27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3F8FB;
--sky-blue-100: #E4EEF6;
--sky-blue-200: #CDE0EF;
--sky-blue-300: #A6C7E2;
--sky-blue-400: #78AAD3;
--sky-blue-500: #5292C7;
--sky-blue-600: #3776A9;
--sky-blue-700: #2C5E87;
--sky-blue-800: #1F4360;
--sky-blue-900: #142B3E;
--sky-blue-950: #0C1B27;
}