Sky Blue
#82C1C9
CyanColor Codes
All color formats for development
HEX
#82C1C9RGB
rgb(130, 193, 201)HSL
hsl(187, 40%, 65%)OKLCH
oklch(0.771 0.065 205.9)CMYK
cmyk(35%, 4%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6BB6C0
2#54AAB6
3#4698A2
4#3C828B
5#326C74
6#28575D
7#1E4146
8#142B2E
9#0A1617
Tints
Lighter variations
1#8FC7CF
2#9BCDD4
3#A8D4DA
4#B4DADF
5#C1E0E4
6#CDE6EA
7#DAECEF
8#E6F3F4
9#F3F9FA
Tones
Muted variations
1#86BEC6
2#89BCC2
3#8DB9BF
4#90B6BB
5#94B3B8
6#97B1B4
7#9BAEB0
8#9FABAD
9#A2A8A9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4FA #F4FAFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6F3 #E6F3F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1E8 #D1E8EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADD6 #ADD6DC | BordersInactive statesPlaceholder text |
| 400 | 82C1 #82C1C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5EAF #5EAFBA | Primary brand colorCTAsActive elementsLinks |
| 600 | 4393 #43939D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3675 #36757D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2653 #265359 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1835 #183539 | Primary textHigh emphasis contentDark headings |
| 950 | 0F21 #0F2124 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F4FAFA;
--sky-blue-100: #E6F3F4;
--sky-blue-200: #D1E8EB;
--sky-blue-300: #ADD6DC;
--sky-blue-400: #82C1C9;
--sky-blue-500: #5EAFBA;
--sky-blue-600: #43939D;
--sky-blue-700: #36757D;
--sky-blue-800: #265359;
--sky-blue-900: #183539;
--sky-blue-950: #0F2124;
}