Sky Blue
#78A0D3
BlueColor Codes
All color formats for development
HEX
#78A0D3RGB
rgb(120, 160, 211)HSL
hsl(214, 51%, 65%)OKLCH
oklch(0.696 0.087 254.8)CMYK
cmyk(43%, 24%, 0%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5F8ECB
2#467CC3
3#396CAF
4#315D96
5#294D7D
6#203E64
7#182E4B
8#101F32
9#080F19
Tints
Lighter variations
1#86A9D8
2#93B3DC
3#A1BCE0
4#AEC6E5
5#BCCFE9
6#C9D9EE
7#D7E2F2
8#E4ECF6
9#F2F5FB
Tones
Muted variations
1#7DA0CF
2#81A1CA
3#86A2C6
4#8AA2C1
5#8FA3BD
6#94A3B8
7#98A4B3
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 | E4EC #E4ECF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDDC #CDDCEF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6C0 #A6C0E2 | BordersInactive statesPlaceholder text |
| 400 | 78A0 #78A0D3 | Disabled statesSecondary iconsMuted text |
| 500 | 5284 #5284C7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3769 #3769A9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2C53 #2C5387 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F3B #1F3B60 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1426 #14263E | Primary textHigh emphasis contentDark headings |
| 950 | 0C18 #0C1827 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3F7FB;
--sky-blue-100: #E4ECF6;
--sky-blue-200: #CDDCEF;
--sky-blue-300: #A6C0E2;
--sky-blue-400: #78A0D3;
--sky-blue-500: #5284C7;
--sky-blue-600: #3769A9;
--sky-blue-700: #2C5387;
--sky-blue-800: #1F3B60;
--sky-blue-900: #14263E;
--sky-blue-950: #0C1827;
}