Sky Blue
#82B4C9
BlueColor Codes
All color formats for development
HEX
#82B4C9RGB
rgb(130, 180, 201)HSL
hsl(198, 40%, 65%)OKLCH
oklch(0.742 0.061 225.9)CMYK
cmyk(35%, 10%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6BA6C0
2#5498B6
3#4687A2
4#3C738B
5#326074
6#284D5D
7#1E3A46
8#14262E
9#0A1317
Tints
Lighter variations
1#8FBCCF
2#9BC3D4
3#A8CBDA
4#B4D2DF
5#C1DAE4
6#CDE1EA
7#DAE9EF
8#E6F0F4
9#F3F8FA
Tones
Muted variations
1#86B3C6
2#89B1C2
3#8DB0BF
4#90AEBB
5#94ADB8
6#97ABB4
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 | D1E3 #D1E3EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADCE #ADCEDC | BordersInactive statesPlaceholder text |
| 400 | 82B4 #82B4C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5E9F #5E9FBA | Primary brand colorCTAsActive elementsLinks |
| 600 | 4382 #43829D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3668 #36687D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 264A #264A59 | Text on light backgroundsHeadingsStrong borders |
| 900 | 182F #182F39 | 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: #D1E3EB;
--sky-blue-300: #ADCEDC;
--sky-blue-400: #82B4C9;
--sky-blue-500: #5E9FBA;
--sky-blue-600: #43829D;
--sky-blue-700: #36687D;
--sky-blue-800: #264A59;
--sky-blue-900: #182F39;
--sky-blue-950: #0F1E24;
}