Sky Blue
#82C6C9
CyanColor Codes
All color formats for development
HEX
#82C6C9RGB
rgb(130, 198, 201)HSL
hsl(183, 40%, 65%)OKLCH
oklch(0.782 0.069 199.4)CMYK
cmyk(35%, 1%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6BBBC0
2#54B1B6
3#469EA2
4#3C878B
5#327174
6#285A5D
7#1E4446
8#142D2E
9#0A1717
Tints
Lighter variations
1#8FCCCF
2#9BD1D4
3#A8D7DA
4#B4DDDF
5#C1E2E4
6#CDE8EA
7#DAEEEF
8#E6F4F4
9#F3F9FA
Tones
Muted variations
1#86C3C6
2#89BFC2
3#8DBCBF
4#90B9BB
5#94B6B8
6#97B3B4
7#9BAFB0
8#9FACAD
9#A2A9A9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4FA #F4FAFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6F4 #E6F4F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1EA #D1EAEB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADD9 #ADD9DC | BordersInactive statesPlaceholder text |
| 400 | 82C6 #82C6C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5EB6 #5EB6BA | Primary brand colorCTAsActive elementsLinks |
| 600 | 4399 #43999D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3679 #36797D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2657 #265759 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1837 #183739 | Primary textHigh emphasis contentDark headings |
| 950 | 0F23 #0F2324 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F4FAFA;
--sky-blue-100: #E6F4F4;
--sky-blue-200: #D1EAEB;
--sky-blue-300: #ADD9DC;
--sky-blue-400: #82C6C9;
--sky-blue-500: #5EB6BA;
--sky-blue-600: #43999D;
--sky-blue-700: #36797D;
--sky-blue-800: #265759;
--sky-blue-900: #183739;
--sky-blue-950: #0F2324;
}