Sky Blue

#81A3CA

Blue

Color Codes

All color formats for development

HEX
#81A3CA
RGB
rgb(129, 163, 202)
HSL
hsl(212, 41%, 65%)
OKLCH
oklch(0.704 0.069 252.2)
CMYK
cmyk(36%, 19%, 0%, 21%)

Accessibility

WCAG contrast compliance

On White Background

2.62:1

AA AAA

On Black Background

8.03:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F7
100
#E6ED
200
#D0DD
300
#ACC3
400
#81A3
500
#5D89
600
#426D
700
#3557
800
#263E
900
#1828
950
#0F19

Shades

Darker variations

1#6A92C1
2#5281B7
3#4471A4
4#3B618C
5#315175
6#27405D
7#1D3046
8#14202F
9#0A1017

Tints

Lighter variations

1#8EACD0
2#9AB6D5
3#A7BFDA
4#B3C8DF
5#C0D1E5
6#CDDAEA
7#D9E3EF
8#E6EDF4
9#F2F6FA

Tones

Muted variations

1#85A4C7
2#88A4C3
3#8CA4BF
4#90A4BC
5#93A5B8
6#97A5B4
7#9BA5B1
8#9EA5AD
9#A2A6A9

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4F7
#F4F7FA
BackgroundsSubtle highlightsCard backgrounds
100
E6ED
#E6EDF4
Light backgroundsTable row hoverSkeleton loading
200
D0DD
#D0DDEB
Secondary backgroundsInput backgroundsDividers
300
ACC3
#ACC3DC
BordersInactive statesPlaceholder text
400
81A3
#81A3CA
Disabled statesSecondary iconsMuted text
500
5D89
#5D89BB
Primary brand colorCTAsActive elementsLinks
600
426D
#426D9E
Hover statesFocus ringsPrimary buttons hover
700
3557
#35577E
Active/pressed statesDark mode accentsSecondary text
800
263E
#263E5A
Text on light backgroundsHeadingsStrong borders
900
1828
#18283A
Primary textHigh emphasis contentDark headings
950
0F19
#0F1924
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sky-blue-50: #F4F7FA;
  --sky-blue-100: #E6EDF4;
  --sky-blue-200: #D0DDEB;
  --sky-blue-300: #ACC3DC;
  --sky-blue-400: #81A3CA;
  --sky-blue-500: #5D89BB;
  --sky-blue-600: #426D9E;
  --sky-blue-700: #35577E;
  --sky-blue-800: #263E5A;
  --sky-blue-900: #18283A;
  --sky-blue-950: #0F1924;
}
Generate More ShadesCreate PaletteConvert Color