Sky Blue
#83ACC9
BlueColor Codes
All color formats for development
HEX
#83ACC9RGB
rgb(131, 172, 201)HSL
hsl(205, 39%, 65%)OKLCH
oklch(0.725 0.061 239.5)CMYK
cmyk(35%, 14%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6C9CBE
2#558DB4
3#477CA1
4#3D6A8A
5#335873
6#28475C
7#1E3545
8#14232E
9#0A1217
Tints
Lighter variations
1#8FB4CE
2#9CBCD3
3#A8C5D9
4#B5CDDE
5#C1D5E4
6#CDDEE9
7#DAE6EF
8#E6EEF4
9#F3F7FA
Tones
Muted variations
1#86ABC5
2#8AAAC2
3#8DAABE
4#91A9BB
5#94A9B7
6#98A8B4
7#9BA7B0
8#9FA7AD
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 | D1E0 #D1E0EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADC8 #ADC8DB | BordersInactive statesPlaceholder text |
| 400 | 83AC #83ACC9 | Disabled statesSecondary iconsMuted text |
| 500 | 5F94 #5F94B9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4477 #44779C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 365F #365F7C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2744 #274459 | Text on light backgroundsHeadingsStrong borders |
| 900 | 192B #192B39 | Primary textHigh emphasis contentDark headings |
| 950 | 101B #101B23 | 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: #D1E0EB;
--sky-blue-300: #ADC8DB;
--sky-blue-400: #83ACC9;
--sky-blue-500: #5F94B9;
--sky-blue-600: #44779C;
--sky-blue-700: #365F7C;
--sky-blue-800: #274459;
--sky-blue-900: #192B39;
--sky-blue-950: #101B23;
}