Sky Blue
#78C4D3
CyanColor Codes
All color formats for development
HEX
#78C4D3RGB
rgb(120, 196, 211)HSL
hsl(190, 51%, 65%)OKLCH
oklch(0.776 0.078 211.6)CMYK
cmyk(43%, 7%, 0%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5FB9CB
2#46AEC3
3#399BAF
4#318596
5#296F7D
6#205964
7#18434B
8#102C32
9#081619
Tints
Lighter variations
1#86CAD8
2#93D0DC
3#A1D6E0
4#AEDCE5
5#BCE2E9
6#C9E7EE
7#D7EDF2
8#E4F3F6
9#F2F9FB
Tones
Muted variations
1#7DC1CF
2#81BECA
3#86BBC6
4#8AB8C1
5#8FB5BD
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 | E4F3 #E4F3F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDE9 #CDE9EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6D8 #A6D8E2 | BordersInactive statesPlaceholder text |
| 400 | 78C4 #78C4D3 | Disabled statesSecondary iconsMuted text |
| 500 | 52B3 #52B3C7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3796 #3796A9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2C78 #2C7887 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F55 #1F5560 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1437 #14373E | 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: #A6D8E2;
--sky-blue-400: #78C4D3;
--sky-blue-500: #52B3C7;
--sky-blue-600: #3796A9;
--sky-blue-700: #2C7887;
--sky-blue-800: #1F5560;
--sky-blue-900: #14373E;
--sky-blue-950: #0C2227;
}