Sky Blue
#82A2C9
BlueColor Codes
All color formats for development
HEX
#82A2C9RGB
rgb(130, 162, 201)HSL
hsl(213, 40%, 65%)OKLCH
oklch(0.703 0.068 253.7)CMYK
cmyk(35%, 19%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6B91C0
2#5480B6
3#466FA2
4#3C5F8B
5#325074
6#28405D
7#1E3046
8#14202E
9#0A1017
Tints
Lighter variations
1#8FABCF
2#9BB5D4
3#A8BEDA
4#B4C7DF
5#C1D1E4
6#CDDAEA
7#DAE3EF
8#E6ECF4
9#F3F6FA
Tones
Muted variations
1#86A3C6
2#89A3C2
3#8DA3BF
4#90A4BB
5#94A4B8
6#97A4B4
7#9BA5B0
8#9FA5AD
9#A2A5A9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F7 #F4F7FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6EC #E6ECF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1DD #D1DDEB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADC2 #ADC2DC | BordersInactive statesPlaceholder text |
| 400 | 82A2 #82A2C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5E88 #5E88BA | Primary brand colorCTAsActive elementsLinks |
| 600 | 436C #436C9D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3656 #36567D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 263D #263D59 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1827 #182739 | Primary textHigh emphasis contentDark headings |
| 950 | 0F18 #0F1824 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F4F7FA;
--sky-blue-100: #E6ECF4;
--sky-blue-200: #D1DDEB;
--sky-blue-300: #ADC2DC;
--sky-blue-400: #82A2C9;
--sky-blue-500: #5E88BA;
--sky-blue-600: #436C9D;
--sky-blue-700: #36567D;
--sky-blue-800: #263D59;
--sky-blue-900: #182739;
--sky-blue-950: #0F1824;
}