Sky Blue
#79D2D2
CyanColor Codes
All color formats for development
HEX
#79D2D2RGB
rgb(121, 210, 210)HSL
hsl(180, 50%, 65%)OKLCH
oklch(0.808 0.086 195.6)CMYK
cmyk(42%, 0%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#60CACA
2#47C2C2
3#3AAEAE
4#329595
5#297C7C
6#216363
7#194B4B
8#113232
9#081919
Tints
Lighter variations
1#87D7D7
2#94DBDB
3#A1E0E0
4#AFE4E4
5#BCE9E9
6#C9EDED
7#D7F2F2
8#E4F6F6
9#F2FBFB
Tones
Muted variations
1#7ECECE
2#82C9C9
3#87C5C5
4#8BC1C1
5#8FBCBC
6#94B8B8
7#98B3B3
8#9DAFAF
9#A1AAAA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4FB #F4FBFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4F6 #E4F6F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDEE #CDEEEE | Secondary backgroundsInput backgroundsDividers |
| 300 | A7E2 #A7E2E2 | BordersInactive statesPlaceholder text |
| 400 | 79D2 #79D2D2 | Disabled statesSecondary iconsMuted text |
| 500 | 53C6 #53C6C6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 38A8 #38A8A8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2D86 #2D8686 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2060 #206060 | Text on light backgroundsHeadingsStrong borders |
| 900 | 143D #143D3D | Primary textHigh emphasis contentDark headings |
| 950 | 0D26 #0D2626 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F4FBFB;
--sky-blue-100: #E4F6F6;
--sky-blue-200: #CDEEEE;
--sky-blue-300: #A7E2E2;
--sky-blue-400: #79D2D2;
--sky-blue-500: #53C6C6;
--sky-blue-600: #38A8A8;
--sky-blue-700: #2D8686;
--sky-blue-800: #206060;
--sky-blue-900: #143D3D;
--sky-blue-950: #0D2626;
}