Sky Blue
#78B8D3
BlueColor Codes
All color formats for development
HEX
#78B8D3RGB
rgb(120, 184, 211)HSL
hsl(198, 51%, 65%)OKLCH
oklch(0.749 0.076 226.6)CMYK
cmyk(43%, 13%, 0%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5FABCB
2#469EC3
3#398CAF
4#317896
5#29647D
6#205064
7#183C4B
8#102832
9#081419
Tints
Lighter variations
1#86BFD8
2#93C6DC
3#A1CDE0
4#AED4E5
5#BCDBE9
6#C9E3EE
7#D7EAF2
8#E4F1F6
9#F2F8FB
Tones
Muted variations
1#7DB6CF
2#81B4CA
3#86B2C6
4#8AB1C1
5#8FAFBD
6#94ADB8
7#98ABB3
8#9DA9AF
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 | CDE5 #CDE5EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6D0 #A6D0E2 | BordersInactive statesPlaceholder text |
| 400 | 78B8 #78B8D3 | Disabled statesSecondary iconsMuted text |
| 500 | 52A4 #52A4C7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3787 #3787A9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2C6B #2C6B87 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F4D #1F4D60 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1431 #14313E | Primary textHigh emphasis contentDark headings |
| 950 | 0C1F #0C1F27 | 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: #CDE5EF;
--sky-blue-300: #A6D0E2;
--sky-blue-400: #78B8D3;
--sky-blue-500: #52A4C7;
--sky-blue-600: #3787A9;
--sky-blue-700: #2C6B87;
--sky-blue-800: #1F4D60;
--sky-blue-900: #14313E;
--sky-blue-950: #0C1F27;
}