Sky Blue
#78A1D3
BlueColor Codes
All color formats for development
HEX
#78A1D3RGB
rgb(120, 161, 211)HSL
hsl(213, 51%, 65%)OKLCH
oklch(0.698 0.087 253.8)CMYK
cmyk(43%, 24%, 0%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5F90CB
2#467EC3
3#396EAF
4#315E96
5#294F7D
6#203F64
7#182F4B
8#101F32
9#081019
Tints
Lighter variations
1#86ABD8
2#93B4DC
3#A1BDE0
4#AEC7E5
5#BCD0E9
6#C9D9EE
7#D7E3F2
8#E4ECF6
9#F2F6FB
Tones
Muted variations
1#7DA2CF
2#81A2CA
3#86A3C6
4#8AA3C1
5#8FA3BD
6#94A4B8
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 | A6C1 #A6C1E2 | BordersInactive statesPlaceholder text |
| 400 | 78A1 #78A1D3 | Disabled statesSecondary iconsMuted text |
| 500 | 5286 #5286C7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 376A #376AA9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2C55 #2C5587 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F3C #1F3C60 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1427 #14273E | 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: #A6C1E2;
--sky-blue-400: #78A1D3;
--sky-blue-500: #5286C7;
--sky-blue-600: #376AA9;
--sky-blue-700: #2C5587;
--sky-blue-800: #1F3C60;
--sky-blue-900: #14273E;
--sky-blue-950: #0C1827;
}