Sky Blue
#82BCC9
CyanColor Codes
All color formats for development
HEX
#82BCC9RGB
rgb(130, 188, 201)HSL
hsl(191, 40%, 65%)OKLCH
oklch(0.76 0.063 213.2)CMYK
cmyk(35%, 6%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6BB0C0
2#54A4B6
3#4691A2
4#3C7D8B
5#326874
6#28535D
7#1E3E46
8#142A2E
9#0A1517
Tints
Lighter variations
1#8FC3CF
2#9BCAD4
3#A8D0DA
4#B4D7DF
5#C1DEE4
6#CDE4EA
7#DAEBEF
8#E6F2F4
9#F3F8FA
Tones
Muted variations
1#86BAC6
2#89B8C2
3#8DB6BF
4#90B3BB
5#94B1B8
6#97AFB4
7#9BADB0
8#9FAAAD
9#A2A8A9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F9 #F4F9FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6F2 #E6F2F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1E6 #D1E6EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADD3 #ADD3DC | BordersInactive statesPlaceholder text |
| 400 | 82BC #82BCC9 | Disabled statesSecondary iconsMuted text |
| 500 | 5EA9 #5EA9BA | Primary brand colorCTAsActive elementsLinks |
| 600 | 438D #438D9D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3670 #36707D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2650 #265059 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1833 #183339 | Primary textHigh emphasis contentDark headings |
| 950 | 0F20 #0F2024 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F4F9FA;
--sky-blue-100: #E6F2F4;
--sky-blue-200: #D1E6EB;
--sky-blue-300: #ADD3DC;
--sky-blue-400: #82BCC9;
--sky-blue-500: #5EA9BA;
--sky-blue-600: #438D9D;
--sky-blue-700: #36707D;
--sky-blue-800: #265059;
--sky-blue-900: #183339;
--sky-blue-950: #0F2024;
}