Sky Blue
#82A7C9
BlueColor Codes
All color formats for development
HEX
#82A7C9RGB
rgb(130, 167, 201)HSL
hsl(209, 40%, 65%)OKLCH
oklch(0.713 0.064 246.6)CMYK
cmyk(35%, 17%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6B97C0
2#5486B6
3#4676A2
4#3C658B
5#325474
6#28435D
7#1E3246
8#14222E
9#0A1117
Tints
Lighter variations
1#8FB0CF
2#9BB9D4
3#A8C1DA
4#B4CADF
5#C1D3E4
6#CDDCEA
7#DAE5EF
8#E6EDF4
9#F3F6FA
Tones
Muted variations
1#86A7C6
2#89A7C2
3#8DA7BF
4#90A6BB
5#94A6B8
6#97A6B4
7#9BA6B0
8#9FA6AD
9#A2A6A9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F7 #F4F7FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6ED #E6EDF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1DE #D1DEEB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADC5 #ADC5DC | BordersInactive statesPlaceholder text |
| 400 | 82A7 #82A7C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5E8E #5E8EBA | Primary brand colorCTAsActive elementsLinks |
| 600 | 4372 #43729D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 365A #365A7D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2641 #264159 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1829 #182939 | 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: #F4F7FA;
--sky-blue-100: #E6EDF4;
--sky-blue-200: #D1DEEB;
--sky-blue-300: #ADC5DC;
--sky-blue-400: #82A7C9;
--sky-blue-500: #5E8EBA;
--sky-blue-600: #43729D;
--sky-blue-700: #365A7D;
--sky-blue-800: #264159;
--sky-blue-900: #182939;
--sky-blue-950: #0F1A24;
}