Sky Blue
#78ACD3
BlueColor Codes
All color formats for development
HEX
#78ACD3RGB
rgb(120, 172, 211)HSL
hsl(206, 51%, 65%)OKLCH
oklch(0.723 0.079 241.6)CMYK
cmyk(43%, 18%, 0%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5F9CCB
2#468DC3
3#397CAF
4#316A96
5#29597D
6#204764
7#18354B
8#102332
9#081219
Tints
Lighter variations
1#86B4D8
2#93BCDC
3#A1C5E0
4#AECDE5
5#BCD5E9
6#C9DEEE
7#D7E6F2
8#E4EEF6
9#F2F7FB
Tones
Muted variations
1#7DABCF
2#81ABCA
3#86AAC6
4#8AA9C1
5#8FA9BD
6#94A8B8
7#98A8B3
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 | A6C8 #A6C8E2 | BordersInactive statesPlaceholder text |
| 400 | 78AC #78ACD3 | Disabled statesSecondary iconsMuted text |
| 500 | 5294 #5294C7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3778 #3778A9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2C5F #2C5F87 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F44 #1F4460 | Text on light backgroundsHeadingsStrong borders |
| 900 | 142C #142C3E | 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: #A6C8E2;
--sky-blue-400: #78ACD3;
--sky-blue-500: #5294C7;
--sky-blue-600: #3778A9;
--sky-blue-700: #2C5F87;
--sky-blue-800: #1F4460;
--sky-blue-900: #142C3E;
--sky-blue-950: #0C1B27;
}