Sky Blue

#83A2C9

Blue

Color Codes

All color formats for development

HEX
#83A2C9
RGB
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

On White Background

2.63:1

AA AAA

On Black Background

7.98:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F7
100
#E6EC
200
#D1DD
300
#ADC2
400
#83A2
500
#5F88
600
#446C
700
#3656
800
#273D
900
#1927
950
#1019

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

LevelColorTypical 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;
}
Generate More ShadesCreate PaletteConvert Color