Sky Blue
#78A3D3
BlueColor Codes
All color formats for development
HEX
#78A3D3RGB
rgb(120, 163, 211)HSL
hsl(212, 51%, 65%)OKLCH
oklch(0.703 0.085 251.8)CMYK
cmyk(43%, 23%, 0%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5F92CB
2#4680C3
3#3970AF
4#316096
5#29507D
6#204064
7#18304B
8#102032
9#081019
Tints
Lighter variations
1#86ACD8
2#93B5DC
3#A1BEE0
4#AEC8E5
5#BCD1E9
6#C9DAEE
7#D7E3F2
8#E4EDF6
9#F2F6FB
Tones
Muted variations
1#7DA3CF
2#81A3CA
3#86A4C6
4#8AA4C1
5#8FA4BD
6#94A5B8
7#98A5B3
8#9DA5AF
9#A1A5AA
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 | A6C2 #A6C2E2 | BordersInactive statesPlaceholder text |
| 400 | 78A3 #78A3D3 | Disabled statesSecondary iconsMuted text |
| 500 | 5288 #5288C7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 376C #376CA9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2C56 #2C5687 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F3E #1F3E60 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1427 #14273E | 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: #A6C2E2;
--sky-blue-400: #78A3D3;
--sky-blue-500: #5288C7;
--sky-blue-600: #376CA9;
--sky-blue-700: #2C5687;
--sky-blue-800: #1F3E60;
--sky-blue-900: #14273E;
--sky-blue-950: #0C1927;
}