Sky Blue
#78A7D3
BlueColor Codes
All color formats for development
HEX
#78A7D3RGB
rgb(120, 167, 211)HSL
hsl(209, 51%, 65%)OKLCH
oklch(0.712 0.082 247.4)CMYK
cmyk(43%, 21%, 0%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5F97CB
2#4687C3
3#3976AF
4#316596
5#29547D
6#204364
7#18334B
8#102232
9#081119
Tints
Lighter variations
1#86B0D8
2#93B9DC
3#A1C2E0
4#AECAE5
5#BCD3E9
6#C9DCEE
7#D7E5F2
8#E4EDF6
9#F2F6FB
Tones
Muted variations
1#7DA7CF
2#81A7CA
3#86A7C6
4#8AA7C1
5#8FA7BD
6#94A6B8
7#98A6B3
8#9DA6AF
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 | CDDE #CDDEEF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6C5 #A6C5E2 | BordersInactive statesPlaceholder text |
| 400 | 78A7 #78A7D3 | Disabled statesSecondary iconsMuted text |
| 500 | 528E #528EC7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3772 #3772A9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2C5B #2C5B87 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F41 #1F4160 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1429 #14293E | Primary textHigh emphasis contentDark headings |
| 950 | 0C1A #0C1A27 | 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: #CDDEEF;
--sky-blue-300: #A6C5E2;
--sky-blue-400: #78A7D3;
--sky-blue-500: #528EC7;
--sky-blue-600: #3772A9;
--sky-blue-700: #2C5B87;
--sky-blue-800: #1F4160;
--sky-blue-900: #14293E;
--sky-blue-950: #0C1A27;
}