Sky Blue
#78C9D3
CyanColor Codes
All color formats for development
HEX
#78C9D3RGB
rgb(120, 201, 211)HSL
hsl(187, 51%, 65%)OKLCH
oklch(0.788 0.081 205.8)CMYK
cmyk(43%, 5%, 0%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5FBFCB
2#46B4C3
3#39A1AF
4#318A96
5#29737D
6#205C64
7#18454B
8#102E32
9#081719
Tints
Lighter variations
1#86CED8
2#93D4DC
3#A1D9E0
4#AEDEE5
5#BCE4E9
6#C9E9EE
7#D7EFF2
8#E4F4F6
9#F2FAFB
Tones
Muted variations
1#7DC5CF
2#81C2CA
3#86BEC6
4#8ABBC1
5#8FB7BD
6#94B4B8
7#98B0B3
8#9DADAF
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 | CDEB #CDEBEF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6DB #A6DBE2 | BordersInactive statesPlaceholder text |
| 400 | 78C9 #78C9D3 | Disabled statesSecondary iconsMuted text |
| 500 | 52B9 #52B9C7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 379C #379CA9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2C7C #2C7C87 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F59 #1F5960 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1439 #14393E | 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: #CDEBEF;
--sky-blue-300: #A6DBE2;
--sky-blue-400: #78C9D3;
--sky-blue-500: #52B9C7;
--sky-blue-600: #379CA9;
--sky-blue-700: #2C7C87;
--sky-blue-800: #1F5960;
--sky-blue-900: #14393E;
--sky-blue-950: #0C2327;
}