Sky Blue
#78A4D3
BlueColor Codes
All color formats for development
HEX
#78A4D3RGB
rgb(120, 164, 211)HSL
hsl(211, 51%, 65%)OKLCH
oklch(0.705 0.084 250.7)CMYK
cmyk(43%, 22%, 0%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5F93CB
2#4683C3
3#3972AF
4#316296
5#29517D
6#204164
7#18314B
8#102132
9#081019
Tints
Lighter variations
1#86ADD8
2#93B6DC
3#A1BFE0
4#AEC9E5
5#BCD2E9
6#C9DBEE
7#D7E4F2
8#E4EDF6
9#F2F6FB
Tones
Muted variations
1#7DA4CF
2#81A5CA
3#86A5C6
4#8AA5C1
5#8FA5BD
6#94A5B8
7#98A5B3
8#9DA5AF
9#A1A6AA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F7 #F3F7FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4ED #E4EDF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDDD #CDDDEF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6C3 #A6C3E2 | BordersInactive statesPlaceholder text |
| 400 | 78A4 #78A4D3 | Disabled statesSecondary iconsMuted text |
| 500 | 528A #528AC7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 376E #376EA9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2C58 #2C5887 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F3F #1F3F60 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1428 #14283E | Primary textHigh emphasis contentDark headings |
| 950 | 0C19 #0C1927 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3F7FB;
--sky-blue-100: #E4EDF6;
--sky-blue-200: #CDDDEF;
--sky-blue-300: #A6C3E2;
--sky-blue-400: #78A4D3;
--sky-blue-500: #528AC7;
--sky-blue-600: #376EA9;
--sky-blue-700: #2C5887;
--sky-blue-800: #1F3F60;
--sky-blue-900: #14283E;
--sky-blue-950: #0C1927;
}