Sky Blue
#78B2D3
BlueColor Codes
All color formats for development
HEX
#78B2D3RGB
rgb(120, 178, 211)HSL
hsl(202, 51%, 65%)OKLCH
oklch(0.736 0.077 234.2)CMYK
cmyk(43%, 16%, 0%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5FA4CB
2#4695C3
3#3984AF
4#317196
5#295E7D
6#204B64
7#18384B
8#102632
9#081319
Tints
Lighter variations
1#86BAD8
2#93C1DC
3#A1C9E0
4#AED1E5
5#BCD8E9
6#C9E0EE
7#D7E8F2
8#E4F0F6
9#F2F7FB
Tones
Muted variations
1#7DB1CF
2#81AFCA
3#86AEC6
4#8AADC1
5#8FACBD
6#94ABB8
7#98A9B3
8#9DA8AF
9#A1A7AA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F8 #F3F8FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4F0 #E4F0F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDE2 #CDE2EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6CC #A6CCE2 | BordersInactive statesPlaceholder text |
| 400 | 78B2 #78B2D3 | Disabled statesSecondary iconsMuted text |
| 500 | 529C #529CC7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 377F #377FA9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2C65 #2C6587 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F48 #1F4860 | Text on light backgroundsHeadingsStrong borders |
| 900 | 142E #142E3E | Primary textHigh emphasis contentDark headings |
| 950 | 0C1D #0C1D27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3F8FB;
--sky-blue-100: #E4F0F6;
--sky-blue-200: #CDE2EF;
--sky-blue-300: #A6CCE2;
--sky-blue-400: #78B2D3;
--sky-blue-500: #529CC7;
--sky-blue-600: #377FA9;
--sky-blue-700: #2C6587;
--sky-blue-800: #1F4860;
--sky-blue-900: #142E3E;
--sky-blue-950: #0C1D27;
}