Sky Blue

#85B3C7

Blue

Color Codes

All color formats for development

HEX
#85B3C7
RGB
rgb(133, 179, 199)
HSL
hsl(198, 37%, 65%)
OKLCH
oklch(0.741 0.057 226.6)
CMYK
cmyk(33%, 10%, 0%, 22%)

Accessibility

WCAG contrast compliance

On White Background

2.27:1

AA AAA

On Black Background

9.27:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F8
100
#E7F0
200
#D2E3
300
#AFCD
400
#85B3
500
#629D
600
#4781
700
#3866
800
#2849
900
#1A2F
950
#101D

Shades

Darker variations

1#6EA5BC
2#5797B2
3#49859F
4#3F7288
5#345F72
6#2A4C5B
7#1F3944
8#15262D
9#0A1317

Tints

Lighter variations

1#91BBCC
2#9DC2D2
3#A9CAD8
4#B6D1DD
5#C2D9E3
6#CEE1E9
7#DAE8EE
8#E7F0F4
9#F3F7F9

Tones

Muted variations

1#88B2C3
2#8BB0C0
3#8FAFBD
4#92AEBA
5#95ACB6
6#99ABB3
7#9CAAB0
8#9FA8AC
9#A2A7A9

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F8
#F5F8FA
BackgroundsSubtle highlightsCard backgrounds
100
E7F0
#E7F0F4
Light backgroundsTable row hoverSkeleton loading
200
D2E3
#D2E3EA
Secondary backgroundsInput backgroundsDividers
300
AFCD
#AFCDDA
BordersInactive statesPlaceholder text
400
85B3
#85B3C7
Disabled statesSecondary iconsMuted text
500
629D
#629DB7
Primary brand colorCTAsActive elementsLinks
600
4781
#47819A
Hover statesFocus ringsPrimary buttons hover
700
3866
#38667A
Active/pressed statesDark mode accentsSecondary text
800
2849
#284957
Text on light backgroundsHeadingsStrong borders
900
1A2F
#1A2F38
Primary textHigh emphasis contentDark headings
950
101D
#101D23
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sky-blue-50: #F5F8FA;
  --sky-blue-100: #E7F0F4;
  --sky-blue-200: #D2E3EA;
  --sky-blue-300: #AFCDDA;
  --sky-blue-400: #85B3C7;
  --sky-blue-500: #629DB7;
  --sky-blue-600: #47819A;
  --sky-blue-700: #38667A;
  --sky-blue-800: #284957;
  --sky-blue-900: #1A2F38;
  --sky-blue-950: #101D23;
}
Generate More ShadesCreate PaletteConvert Color