Sky Blue
#78C6D3
CyanColor Codes
All color formats for development
HEX
#78C6D3RGB
rgb(120, 198, 211)HSL
hsl(189, 51%, 65%)OKLCH
oklch(0.781 0.079 209.2)CMYK
cmyk(43%, 6%, 0%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5FBBCB
2#46B0C3
3#399DAF
4#318796
5#29707D
6#205A64
7#18434B
8#102D32
9#081619
Tints
Lighter variations
1#86CBD8
2#93D1DC
3#A1D7E0
4#AEDDE5
5#BCE2E9
6#C9E8EE
7#D7EEF2
8#E4F4F6
9#F2F9FB
Tones
Muted variations
1#7DC2CF
2#81BFCA
3#86BCC6
4#8AB9C1
5#8FB6BD
6#94B2B8
7#98AFB3
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 | E4F4 #E4F4F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDEA #CDEAEF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6D9 #A6D9E2 | BordersInactive statesPlaceholder text |
| 400 | 78C6 #78C6D3 | Disabled statesSecondary iconsMuted text |
| 500 | 52B5 #52B5C7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3798 #3798A9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2C79 #2C7987 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F57 #1F5760 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1437 #14373E | Primary textHigh emphasis contentDark headings |
| 950 | 0C23 #0C2327 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3FAFB;
--sky-blue-100: #E4F4F6;
--sky-blue-200: #CDEAEF;
--sky-blue-300: #A6D9E2;
--sky-blue-400: #78C6D3;
--sky-blue-500: #52B5C7;
--sky-blue-600: #3798A9;
--sky-blue-700: #2C7987;
--sky-blue-800: #1F5760;
--sky-blue-900: #14373E;
--sky-blue-950: #0C2327;
}