Sky Blue

#789BD3

Blue

Color Codes

All color formats for development

HEX
#789BD3
RGB
rgb(120, 155, 211)
HSL
hsl(217, 51%, 65%)
OKLCH
oklch(0.686 0.092 259.6)
CMYK
cmyk(43%, 27%, 0%, 17%)

Accessibility

WCAG contrast compliance

On White Background

2.83:1

AA AAA

On Black Background

7.43:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3F6
100
#E4EB
200
#CDDA
300
#A6BD
400
#789B
500
#527F
600
#3763
700
#2C4F
800
#1F38
900
#1424
950
#0C16

Shades

Darker variations

1#5F89CB
2#4676C3
3#3966AF
4#315896
5#29497D
6#203A64
7#182C4B
8#101D32
9#080F19

Tints

Lighter variations

1#86A5D8
2#93AFDC
3#A1B9E0
4#AEC3E5
5#BCCDE9
6#C9D7EE
7#D7E1F2
8#E4EBF6
9#F2F5FB

Tones

Muted variations

1#7D9CCF
2#819DCA
3#869EC6
4#8A9FC1
5#8FA0BD
6#94A2B8
7#98A3B3
8#9DA4AF
9#A1A5AA

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3F6
#F3F6FB
BackgroundsSubtle highlightsCard backgrounds
100
E4EB
#E4EBF6
Light backgroundsTable row hoverSkeleton loading
200
CDDA
#CDDAEF
Secondary backgroundsInput backgroundsDividers
300
A6BD
#A6BDE2
BordersInactive statesPlaceholder text
400
789B
#789BD3
Disabled statesSecondary iconsMuted text
500
527F
#527FC7
Primary brand colorCTAsActive elementsLinks
600
3763
#3763A9
Hover statesFocus ringsPrimary buttons hover
700
2C4F
#2C4F87
Active/pressed statesDark mode accentsSecondary text
800
1F38
#1F3860
Text on light backgroundsHeadingsStrong borders
900
1424
#14243E
Primary textHigh emphasis contentDark headings
950
0C16
#0C1627
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sky-blue-50: #F3F6FB;
  --sky-blue-100: #E4EBF6;
  --sky-blue-200: #CDDAEF;
  --sky-blue-300: #A6BDE2;
  --sky-blue-400: #789BD3;
  --sky-blue-500: #527FC7;
  --sky-blue-600: #3763A9;
  --sky-blue-700: #2C4F87;
  --sky-blue-800: #1F3860;
  --sky-blue-900: #14243E;
  --sky-blue-950: #0C1627;
}
Generate More ShadesCreate PaletteConvert Color