Sky Blue
#78BBD3
BlueColor Codes
All color formats for development
HEX
#78BBD3RGB
rgb(120, 187, 211)HSL
hsl(196, 51%, 65%)OKLCH
oklch(0.756 0.076 222.7)CMYK
cmyk(43%, 11%, 0%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5FAECB
2#46A2C3
3#3990AF
4#317B96
5#29677D
6#205264
7#183E4B
8#102932
9#081519
Tints
Lighter variations
1#86C2D8
2#93C9DC
3#A1CFE0
4#AED6E5
5#BCDDE9
6#C9E4EE
7#D7EBF2
8#E4F1F6
9#F2F8FB
Tones
Muted variations
1#7DB9CF
2#81B7CA
3#86B5C6
4#8AB2C1
5#8FB0BD
6#94AEB8
7#98ACB3
8#9DAAAF
9#A1A8AA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F9 #F3F9FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4F1 #E4F1F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDE6 #CDE6EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6D2 #A6D2E2 | BordersInactive statesPlaceholder text |
| 400 | 78BB #78BBD3 | Disabled statesSecondary iconsMuted text |
| 500 | 52A8 #52A8C7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 378B #378BA9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2C6E #2C6E87 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F4F #1F4F60 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1433 #14333E | Primary textHigh emphasis contentDark headings |
| 950 | 0C20 #0C2027 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3F9FB;
--sky-blue-100: #E4F1F6;
--sky-blue-200: #CDE6EF;
--sky-blue-300: #A6D2E2;
--sky-blue-400: #78BBD3;
--sky-blue-500: #52A8C7;
--sky-blue-600: #378BA9;
--sky-blue-700: #2C6E87;
--sky-blue-800: #1F4F60;
--sky-blue-900: #14333E;
--sky-blue-950: #0C2027;
}