Sky Blue
#78B6D3
BlueColor Codes
All color formats for development
HEX
#78B6D3RGB
rgb(120, 182, 211)HSL
hsl(199, 51%, 65%)OKLCH
oklch(0.745 0.076 229.1)CMYK
cmyk(43%, 14%, 0%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5FA9CB
2#469BC3
3#398AAF
4#317696
5#29627D
6#204F64
7#183B4B
8#102732
9#081419
Tints
Lighter variations
1#86BED8
2#93C5DC
3#A1CCE0
4#AED3E5
5#BCDBE9
6#C9E2EE
7#D7E9F2
8#E4F0F6
9#F2F8FB
Tones
Muted variations
1#7DB5CF
2#81B3CA
3#86B1C6
4#8AB0C1
5#8FAEBD
6#94ACB8
7#98ABB3
8#9DA9AF
9#A1A7AA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F9 #F3F9FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4F0 #E4F0F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDE4 #CDE4EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6CF #A6CFE2 | BordersInactive statesPlaceholder text |
| 400 | 78B6 #78B6D3 | Disabled statesSecondary iconsMuted text |
| 500 | 52A2 #52A2C7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3785 #3785A9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2C6A #2C6A87 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F4C #1F4C60 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1430 #14303E | Primary textHigh emphasis contentDark headings |
| 950 | 0C1E #0C1E27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3F9FB;
--sky-blue-100: #E4F0F6;
--sky-blue-200: #CDE4EF;
--sky-blue-300: #A6CFE2;
--sky-blue-400: #78B6D3;
--sky-blue-500: #52A2C7;
--sky-blue-600: #3785A9;
--sky-blue-700: #2C6A87;
--sky-blue-800: #1F4C60;
--sky-blue-900: #14303E;
--sky-blue-950: #0C1E27;
}