Sky Blue
#78C3D3
CyanColor Codes
All color formats for development
HEX
#78C3D3RGB
rgb(120, 195, 211)HSL
hsl(191, 51%, 65%)OKLCH
oklch(0.774 0.078 212.8)CMYK
cmyk(43%, 8%, 0%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5FB7CB
2#46ACC3
3#399AAF
4#318496
5#296E7D
6#205864
7#18424B
8#102C32
9#081619
Tints
Lighter variations
1#86C9D8
2#93CFDC
3#A1D5E0
4#AEDBE5
5#BCE1E9
6#C9E7EE
7#D7EDF2
8#E4F3F6
9#F2F9FB
Tones
Muted variations
1#7DC0CF
2#81BDCA
3#86BAC6
4#8AB7C1
5#8FB4BD
6#94B1B8
7#98AEB3
8#9DACAF
9#A1A9AA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FA #F3FAFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4F3 #E4F3F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDE9 #CDE9EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6D7 #A6D7E2 | BordersInactive statesPlaceholder text |
| 400 | 78C3 #78C3D3 | Disabled statesSecondary iconsMuted text |
| 500 | 52B1 #52B1C7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3794 #3794A9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2C76 #2C7687 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F54 #1F5460 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1436 #14363E | Primary textHigh emphasis contentDark headings |
| 950 | 0C22 #0C2227 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3FAFB;
--sky-blue-100: #E4F3F6;
--sky-blue-200: #CDE9EF;
--sky-blue-300: #A6D7E2;
--sky-blue-400: #78C3D3;
--sky-blue-500: #52B1C7;
--sky-blue-600: #3794A9;
--sky-blue-700: #2C7687;
--sky-blue-800: #1F5460;
--sky-blue-900: #14363E;
--sky-blue-950: #0C2227;
}