Sky Blue
#82A9C9
BlueColor Codes
All color formats for development
HEX
#82A9C9RGB
rgb(130, 169, 201)HSL
hsl(207, 40%, 65%)OKLCH
oklch(0.718 0.063 243.5)CMYK
cmyk(35%, 16%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6B99C0
2#5489B6
3#4679A2
4#3C678B
5#325674
6#28455D
7#1E3446
8#14222E
9#0A1117
Tints
Lighter variations
1#8FB2CF
2#9BBAD4
3#A8C3DA
4#B4CCDF
5#C1D4E4
6#CDDDEA
7#DAE5EF
8#E6EEF4
9#F3F6FA
Tones
Muted variations
1#86A9C6
2#89A9C2
3#8DA8BF
4#90A8BB
5#94A8B8
6#97A7B4
7#9BA7B0
8#9FA6AD
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 | D1DF #D1DFEB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADC7 #ADC7DC | BordersInactive statesPlaceholder text |
| 400 | 82A9 #82A9C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5E91 #5E91BA | Primary brand colorCTAsActive elementsLinks |
| 600 | 4375 #43759D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 365D #365D7D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2642 #264259 | Text on light backgroundsHeadingsStrong borders |
| 900 | 182A #182A39 | 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: #D1DFEB;
--sky-blue-300: #ADC7DC;
--sky-blue-400: #82A9C9;
--sky-blue-500: #5E91BA;
--sky-blue-600: #43759D;
--sky-blue-700: #365D7D;
--sky-blue-800: #264259;
--sky-blue-900: #182A39;
--sky-blue-950: #0F1B24;
}