Sky Blue

#81ABCA

Blue

Color Codes

All color formats for development

HEX
#81ABCA
RGB
rgb(129, 171, 202)
HSL
hsl(205, 41%, 65%)
OKLCH
oklch(0.722 0.064 240.7)
CMYK
cmyk(36%, 15%, 0%, 21%)

Accessibility

WCAG contrast compliance

On White Background

2.44:1

AA AAA

On Black Background

8.61:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F8
100
#E6EE
200
#D0E0
300
#ACC8
400
#81AC
500
#5D94
600
#4278
700
#355F
800
#2644
900
#182C
950
#0F1B

Shades

Darker variations

1#6A9CC1
2#528DB7
3#447CA4
4#3B6A8C
5#315975
6#27475D
7#1D3546
8#14232F
9#0A1217

Tints

Lighter variations

1#8EB4D0
2#9ABCD5
3#A7C5DA
4#B3CDDF
5#C0D5E5
6#CDDEEA
7#D9E6EF
8#E6EEF4
9#F2F7FA

Tones

Muted variations

1#85ABC7
2#88ABC3
3#8CAABF
4#90A9BC
5#93A9B8
6#97A8B4
7#9BA8B1
8#9EA7AD
9#A2A6A9

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4F8
#F4F8FA
BackgroundsSubtle highlightsCard backgrounds
100
E6EE
#E6EEF4
Light backgroundsTable row hoverSkeleton loading
200
D0E0
#D0E0EB
Secondary backgroundsInput backgroundsDividers
300
ACC8
#ACC8DC
BordersInactive statesPlaceholder text
400
81AC
#81ACCA
Disabled statesSecondary iconsMuted text
500
5D94
#5D94BB
Primary brand colorCTAsActive elementsLinks
600
4278
#42789E
Hover statesFocus ringsPrimary buttons hover
700
355F
#355F7E
Active/pressed statesDark mode accentsSecondary text
800
2644
#26445A
Text on light backgroundsHeadingsStrong borders
900
182C
#182C3A
Primary textHigh emphasis contentDark headings
950
0F1B
#0F1B24
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: #D0E0EB;
  --sky-blue-300: #ACC8DC;
  --sky-blue-400: #81ACCA;
  --sky-blue-500: #5D94BB;
  --sky-blue-600: #42789E;
  --sky-blue-700: #355F7E;
  --sky-blue-800: #26445A;
  --sky-blue-900: #182C3A;
  --sky-blue-950: #0F1B24;
}
Generate More ShadesCreate PaletteConvert Color