Sky Blue
#79C6D2
CyanColor Codes
All color formats for development
HEX
#79C6D2RGB
rgb(121, 198, 210)HSL
hsl(188, 50%, 65%)OKLCH
oklch(0.781 0.078 208.3)CMYK
cmyk(42%, 6%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#60BCCA
2#47B1C2
3#3A9FAE
4#328895
5#29717C
6#215B63
7#19444B
8#112D32
9#081719
Tints
Lighter variations
1#87CCD7
2#94D2DB
3#A1D7E0
4#AFDDE4
5#BCE3E9
6#C9E8ED
7#D7EEF2
8#E4F4F6
9#F2F9FB
Tones
Muted variations
1#7EC3CE
2#82C0C9
3#87BDC5
4#8BB9C1
5#8FB6BC
6#94B3B8
7#98B0B3
8#9DACAF
9#A1A9AA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4FA #F4FAFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4F4 #E4F4F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDEA #CDEAEE | Secondary backgroundsInput backgroundsDividers |
| 300 | A7DA #A7DAE2 | BordersInactive statesPlaceholder text |
| 400 | 79C6 #79C6D2 | Disabled statesSecondary iconsMuted text |
| 500 | 53B6 #53B6C6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3899 #3899A8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2D7A #2D7A86 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2057 #205760 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1438 #14383D | Primary textHigh emphasis contentDark headings |
| 950 | 0D23 #0D2326 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F4FAFB;
--sky-blue-100: #E4F4F6;
--sky-blue-200: #CDEAEE;
--sky-blue-300: #A7DAE2;
--sky-blue-400: #79C6D2;
--sky-blue-500: #53B6C6;
--sky-blue-600: #3899A8;
--sky-blue-700: #2D7A86;
--sky-blue-800: #205760;
--sky-blue-900: #14383D;
--sky-blue-950: #0D2326;
}