Sky Blue
#82A8C9
BlueColor Codes
All color formats for development
HEX
#82A8C9RGB
rgb(130, 168, 201)HSL
hsl(208, 40%, 65%)OKLCH
oklch(0.716 0.064 245.1)CMYK
cmyk(35%, 16%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6B98C0
2#5488B6
3#4677A2
4#3C668B
5#325574
6#28445D
7#1E3346
8#14222E
9#0A1117
Tints
Lighter variations
1#8FB1CF
2#9BBAD4
3#A8C2DA
4#B4CBDF
5#C1D4E4
6#CDDCEA
7#DAE5EF
8#E6EEF4
9#F3F6FA
Tones
Muted variations
1#86A8C6
2#89A8C2
3#8DA7BF
4#90A7BB
5#94A7B8
6#97A7B4
7#9BA6B0
8#9FA6AD
9#A2A6A9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F8 #F4F8FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6EE #E6EEF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1DF #D1DFEB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADC6 #ADC6DC | BordersInactive statesPlaceholder text |
| 400 | 82A8 #82A8C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5E8F #5E8FBA | Primary brand colorCTAsActive elementsLinks |
| 600 | 4373 #43739D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 365C #365C7D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2641 #264159 | Text on light backgroundsHeadingsStrong borders |
| 900 | 182A #182A39 | Primary textHigh emphasis contentDark headings |
| 950 | 0F1A #0F1A24 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F4F8FA;
--sky-blue-100: #E6EEF4;
--sky-blue-200: #D1DFEB;
--sky-blue-300: #ADC6DC;
--sky-blue-400: #82A8C9;
--sky-blue-500: #5E8FBA;
--sky-blue-600: #43739D;
--sky-blue-700: #365C7D;
--sky-blue-800: #264159;
--sky-blue-900: #182A39;
--sky-blue-950: #0F1A24;
}