Sky Blue

#85A8C7

Blue

Color Codes

All color formats for development

HEX
#85A8C7
RGB
rgb(133, 168, 199)
HSL
hsl(208, 37%, 65%)
OKLCH
oklch(0.717 0.059 245.5)
CMYK
cmyk(33%, 16%, 0%, 22%)

Accessibility

WCAG contrast compliance

On White Background

2.49:1

AA AAA

On Black Background

8.42:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F8
100
#E7EE
200
#D2DF
300
#AFC6
400
#85A8
500
#628F
600
#4773
700
#385B
800
#2841
900
#1A2A
950
#101A

Shades

Darker variations

1#6E98BC
2#5788B2
3#49779F
4#3F6688
5#345572
6#2A445B
7#1F3344
8#15222D
9#0A1117

Tints

Lighter variations

1#91B1CC
2#9DB9D2
3#A9C2D8
4#B6CBDD
5#C2D3E3
6#CEDCE9
7#DAE5EE
8#E7EEF4
9#F3F6F9

Tones

Muted variations

1#88A8C3
2#8BA8C0
3#8FA7BD
4#92A7BA
5#95A7B6
6#99A7B3
7#9CA6B0
8#9FA6AC
9#A2A6A9

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F8
#F5F8FA
BackgroundsSubtle highlightsCard backgrounds
100
E7EE
#E7EEF4
Light backgroundsTable row hoverSkeleton loading
200
D2DF
#D2DFEA
Secondary backgroundsInput backgroundsDividers
300
AFC6
#AFC6DA
BordersInactive statesPlaceholder text
400
85A8
#85A8C7
Disabled statesSecondary iconsMuted text
500
628F
#628FB7
Primary brand colorCTAsActive elementsLinks
600
4773
#47739A
Hover statesFocus ringsPrimary buttons hover
700
385B
#385B7A
Active/pressed statesDark mode accentsSecondary text
800
2841
#284157
Text on light backgroundsHeadingsStrong borders
900
1A2A
#1A2A38
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: #F5F8FA;
  --sky-blue-100: #E7EEF4;
  --sky-blue-200: #D2DFEA;
  --sky-blue-300: #AFC6DA;
  --sky-blue-400: #85A8C7;
  --sky-blue-500: #628FB7;
  --sky-blue-600: #47739A;
  --sky-blue-700: #385B7A;
  --sky-blue-800: #284157;
  --sky-blue-900: #1A2A38;
  --sky-blue-950: #101A23;
}
Generate More ShadesCreate PaletteConvert Color