Sky Blue
#82BFC9
CyanColor Codes
All color formats for development
HEX
#82BFC9RGB
rgb(130, 191, 201)HSL
hsl(188, 40%, 65%)OKLCH
oklch(0.767 0.064 208.8)CMYK
cmyk(35%, 5%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6BB4C0
2#54A9B6
3#4696A2
4#3C818B
5#326B74
6#28565D
7#1E4046
8#142B2E
9#0A1517
Tints
Lighter variations
1#8FC6CF
2#9BCDD4
3#A8D3DA
4#B4D9DF
5#C1DFE4
6#CDE6EA
7#DAECEF
8#E6F2F4
9#F3F9FA
Tones
Muted variations
1#86BDC6
2#89BBC2
3#8DB8BF
4#90B5BB
5#94B3B8
6#97B0B4
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 | E6F2 #E6F2F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1E8 #D1E8EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADD6 #ADD6DC | BordersInactive statesPlaceholder text |
| 400 | 82C0 #82C0C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5EAE #5EAEBA | Primary brand colorCTAsActive elementsLinks |
| 600 | 4391 #43919D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3673 #36737D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2652 #265259 | 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: #E6F2F4;
--sky-blue-200: #D1E8EB;
--sky-blue-300: #ADD6DC;
--sky-blue-400: #82C0C9;
--sky-blue-500: #5EAEBA;
--sky-blue-600: #43919D;
--sky-blue-700: #36737D;
--sky-blue-800: #265259;
--sky-blue-900: #183539;
--sky-blue-950: #0F2124;
}