Sky Blue
#82B5C9
BlueColor Codes
All color formats for development
HEX
#82B5C9RGB
rgb(130, 181, 201)HSL
hsl(197, 40%, 65%)OKLCH
oklch(0.744 0.061 224.3)CMYK
cmyk(35%, 10%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6BA8C0
2#549AB6
3#4688A2
4#3C758B
5#326174
6#284E5D
7#1E3A46
8#14272E
9#0A1317
Tints
Lighter variations
1#8FBDCF
2#9BC4D4
3#A8CBDA
4#B4D3DF
5#C1DAE4
6#CDE1EA
7#DAE9EF
8#E6F0F4
9#F3F8FA
Tones
Muted variations
1#86B4C6
2#89B2C2
3#8DB1BF
4#90AFBB
5#94ADB8
6#97ACB4
7#9BAAB0
8#9FA9AD
9#A2A7A9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F9 #F4F9FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6F0 #E6F0F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1E4 #D1E4EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADCF #ADCFDC | BordersInactive statesPlaceholder text |
| 400 | 82B5 #82B5C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5EA0 #5EA0BA | Primary brand colorCTAsActive elementsLinks |
| 600 | 4384 #43849D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3669 #36697D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 264B #264B59 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1830 #183039 | Primary textHigh emphasis contentDark headings |
| 950 | 0F1E #0F1E24 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F4F9FA;
--sky-blue-100: #E6F0F4;
--sky-blue-200: #D1E4EB;
--sky-blue-300: #ADCFDC;
--sky-blue-400: #82B5C9;
--sky-blue-500: #5EA0BA;
--sky-blue-600: #43849D;
--sky-blue-700: #36697D;
--sky-blue-800: #264B59;
--sky-blue-900: #183039;
--sky-blue-950: #0F1E24;
}