Sky Blue
#82AFC9
BlueColor Codes
All color formats for development
HEX
#82AFC9RGB
rgb(130, 175, 201)HSL
hsl(202, 40%, 65%)OKLCH
oklch(0.731 0.061 234)CMYK
cmyk(35%, 13%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6BA0C0
2#5492B6
3#4680A2
4#3C6E8B
5#325C74
6#28495D
7#1E3746
8#14252E
9#0A1217
Tints
Lighter variations
1#8FB7CF
2#9BBFD4
3#A8C7DA
4#B4CFDF
5#C1D7E4
6#CDDFEA
7#DAE7EF
8#E6EFF4
9#F3F7FA
Tones
Muted variations
1#86AEC6
2#89ADC2
3#8DACBF
4#90ABBB
5#94ABB8
6#97AAB4
7#9BA9B0
8#9FA8AD
9#A2A7A9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F8 #F4F8FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6EF #E6EFF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1E1 #D1E1EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADCB #ADCBDC | BordersInactive statesPlaceholder text |
| 400 | 82AF #82AFC9 | Disabled statesSecondary iconsMuted text |
| 500 | 5E98 #5E98BA | Primary brand colorCTAsActive elementsLinks |
| 600 | 437C #437C9D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3663 #36637D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2647 #264759 | Text on light backgroundsHeadingsStrong borders |
| 900 | 182D #182D39 | Primary textHigh emphasis contentDark headings |
| 950 | 0F1C #0F1C24 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F4F8FA;
--sky-blue-100: #E6EFF4;
--sky-blue-200: #D1E1EB;
--sky-blue-300: #ADCBDC;
--sky-blue-400: #82AFC9;
--sky-blue-500: #5E98BA;
--sky-blue-600: #437C9D;
--sky-blue-700: #36637D;
--sky-blue-800: #264759;
--sky-blue-900: #182D39;
--sky-blue-950: #0F1C24;
}