Sky Blue
#78BDD3
BlueColor Codes
All color formats for development
HEX
#78BDD3RGB
rgb(120, 189, 211)HSL
hsl(195, 51%, 65%)OKLCH
oklch(0.76 0.076 220.2)CMYK
cmyk(43%, 10%, 0%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5FB0CB
2#46A4C3
3#3992AF
4#317D96
5#29687D
6#205364
7#183E4B
8#102A32
9#081519
Tints
Lighter variations
1#86C3D8
2#93CADC
3#A1D0E0
4#AED7E5
5#BCDEE9
6#C9E4EE
7#D7EBF2
8#E4F2F6
9#F2F8FB
Tones
Muted variations
1#7DBACF
2#81B8CA
3#86B6C6
4#8AB3C1
5#8FB1BD
6#94AFB8
7#98ADB3
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 | E4F2 #E4F2F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDE6 #CDE6EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6D3 #A6D3E2 | BordersInactive statesPlaceholder text |
| 400 | 78BD #78BDD3 | Disabled statesSecondary iconsMuted text |
| 500 | 52AA #52AAC7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 378D #378DA9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2C70 #2C7087 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F50 #1F5060 | 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: #E4F2F6;
--sky-blue-200: #CDE6EF;
--sky-blue-300: #A6D3E2;
--sky-blue-400: #78BDD3;
--sky-blue-500: #52AAC7;
--sky-blue-600: #378DA9;
--sky-blue-700: #2C7087;
--sky-blue-800: #1F5060;
--sky-blue-900: #14333E;
--sky-blue-950: #0C2027;
}