Sky Blue
#83AAC9
BlueColor Codes
All color formats for development
HEX
#83AAC9RGB
rgb(131, 170, 201)HSL
hsl(207, 39%, 65%)OKLCH
oklch(0.721 0.062 242.7)CMYK
cmyk(35%, 15%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6C99BE
2#5589B4
3#4779A1
4#3D678A
5#335673
6#28455C
7#1E3445
8#14222E
9#0A1117
Tints
Lighter variations
1#8FB2CE
2#9CBAD3
3#A8C3D9
4#B5CCDE
5#C1D4E4
6#CDDDE9
7#DAE5EF
8#E6EEF4
9#F3F6FA
Tones
Muted variations
1#86A9C5
2#8AA9C2
3#8DA8BE
4#91A8BB
5#94A7B7
6#98A7B4
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 #ADC7DB | BordersInactive statesPlaceholder text |
| 400 | 83A9 #83A9C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5F91 #5F91B9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4475 #44759C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 365D #365D7C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2742 #274259 | Text on light backgroundsHeadingsStrong borders |
| 900 | 192A #192A39 | Primary textHigh emphasis contentDark headings |
| 950 | 101A #101A23 | 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: #ADC7DB;
--sky-blue-400: #83A9C9;
--sky-blue-500: #5F91B9;
--sky-blue-600: #44759C;
--sky-blue-700: #365D7C;
--sky-blue-800: #274259;
--sky-blue-900: #192A39;
--sky-blue-950: #101A23;
}