Sky Blue
#83A2C9
BlueColor Codes
All color formats for development
HEX
#83A2C9RGB
rgb(131, 162, 201)HSL
hsl(213, 39%, 65%)OKLCH
oklch(0.703 0.067 254.4)CMYK
cmyk(35%, 19%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6C91BE
2#5580B4
3#4770A1
4#3D608A
5#335073
6#28405C
7#1E3045
8#14202E
9#0A1017
Tints
Lighter variations
1#8FACCE
2#9CB5D3
3#A8BED9
4#B5C7DE
5#C1D1E4
6#CDDAE9
7#DAE3EF
8#E6ECF4
9#F3F6FA
Tones
Muted variations
1#86A3C5
2#8AA3C2
3#8DA3BE
4#91A4BB
5#94A4B7
6#98A4B4
7#9BA5B0
8#9FA5AD
9#A2A5A9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F7 #F4F7FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6EC #E6ECF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1DD #D1DDEB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADC2 #ADC2DB | BordersInactive statesPlaceholder text |
| 400 | 83A2 #83A2C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5F88 #5F88B9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 446C #446C9C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3656 #36567C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 273D #273D59 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1927 #192739 | Primary textHigh emphasis contentDark headings |
| 950 | 1019 #101923 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F4F7FA;
--sky-blue-100: #E6ECF4;
--sky-blue-200: #D1DDEB;
--sky-blue-300: #ADC2DB;
--sky-blue-400: #83A2C9;
--sky-blue-500: #5F88B9;
--sky-blue-600: #446C9C;
--sky-blue-700: #36567C;
--sky-blue-800: #273D59;
--sky-blue-900: #192739;
--sky-blue-950: #101923;
}