Sky Blue
#82A5C9
BlueColor Codes
All color formats for development
HEX
#82A5C9RGB
rgb(130, 165, 201)HSL
hsl(210, 40%, 65%)OKLCH
oklch(0.709 0.065 249.5)CMYK
cmyk(35%, 18%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6B95C0
2#5485B6
3#4674A2
4#3C638B
5#325374
6#28425D
7#1E3246
8#14212E
9#0A1117
Tints
Lighter variations
1#8FAFCF
2#9BB8D4
3#A8C1DA
4#B4C9DF
5#C1D2E4
6#CDDBEA
7#DAE4EF
8#E6EDF4
9#F3F6FA
Tones
Muted variations
1#86A6C6
2#89A6C2
3#8DA6BF
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 | ADC4 #ADC4DC | BordersInactive statesPlaceholder text |
| 400 | 82A6 #82A6C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5E8C #5E8CBA | Primary brand colorCTAsActive elementsLinks |
| 600 | 4370 #43709D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3659 #36597D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2640 #264059 | 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: #ADC4DC;
--sky-blue-400: #82A6C9;
--sky-blue-500: #5E8CBA;
--sky-blue-600: #43709D;
--sky-blue-700: #36597D;
--sky-blue-800: #264059;
--sky-blue-900: #182939;
--sky-blue-950: #0F1A24;
}