Sky Blue
#82ACC9
BlueColor Codes
All color formats for development
HEX
#82ACC9RGB
rgb(130, 172, 201)HSL
hsl(205, 40%, 65%)OKLCH
oklch(0.724 0.062 238.9)CMYK
cmyk(35%, 14%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6B9CC0
2#548DB6
3#467CA2
4#3C6A8B
5#325874
6#28475D
7#1E3546
8#14232E
9#0A1217
Tints
Lighter variations
1#8FB4CF
2#9BBCD4
3#A8C5DA
4#B4CDDF
5#C1D5E4
6#CDDEEA
7#DAE6EF
8#E6EEF4
9#F3F7FA
Tones
Muted variations
1#86ABC6
2#89ABC2
3#8DAABF
4#90A9BB
5#94A9B8
6#97A8B4
7#9BA8B0
8#9FA7AD
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 | D1E0 #D1E0EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADC8 #ADC8DC | BordersInactive statesPlaceholder text |
| 400 | 82AC #82ACC9 | Disabled statesSecondary iconsMuted text |
| 500 | 5E94 #5E94BA | Primary brand colorCTAsActive elementsLinks |
| 600 | 4378 #43789D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 365F #365F7D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2644 #264459 | Text on light backgroundsHeadingsStrong borders |
| 900 | 182C #182C39 | Primary textHigh emphasis contentDark headings |
| 950 | 0F1B #0F1B24 | 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: #D1E0EB;
--sky-blue-300: #ADC8DC;
--sky-blue-400: #82ACC9;
--sky-blue-500: #5E94BA;
--sky-blue-600: #43789D;
--sky-blue-700: #365F7D;
--sky-blue-800: #264459;
--sky-blue-900: #182C39;
--sky-blue-950: #0F1B24;
}