Sky Blue
#83AEC9
BlueColor Codes
All color formats for development
HEX
#83AEC9RGB
rgb(131, 174, 201)HSL
hsl(203, 39%, 65%)OKLCH
oklch(0.729 0.061 236.3)CMYK
cmyk(35%, 13%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6C9FBE
2#5590B4
3#477FA1
4#3D6C8A
5#335A73
6#28485C
7#1E3645
8#14242E
9#0A1217
Tints
Lighter variations
1#8FB6CE
2#9CBED3
3#A8C6D9
4#B5CEDE
5#C1D6E4
6#CDDFE9
7#DAE7EF
8#E6EFF4
9#F3F7FA
Tones
Muted variations
1#86ADC5
2#8AACC2
3#8DABBE
4#91ABBB
5#94AAB7
6#98A9B4
7#9BA8B0
8#9FA7AD
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 | ADCA #ADCADB | BordersInactive statesPlaceholder text |
| 400 | 83AE #83AEC9 | Disabled statesSecondary iconsMuted text |
| 500 | 5F97 #5F97B9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 447A #447A9C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3661 #36617C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2746 #274659 | Text on light backgroundsHeadingsStrong borders |
| 900 | 192D #192D39 | Primary textHigh emphasis contentDark headings |
| 950 | 101C #101C23 | 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: #ADCADB;
--sky-blue-400: #83AEC9;
--sky-blue-500: #5F97B9;
--sky-blue-600: #447A9C;
--sky-blue-700: #36617C;
--sky-blue-800: #274659;
--sky-blue-900: #192D39;
--sky-blue-950: #101C23;
}