Sky Blue

#7E9DCD

Blue

Color Codes

All color formats for development

HEX
#7E9DCD
RGB
rgb(126, 157, 205)
HSL
hsl(216, 44%, 65%)
OKLCH
oklch(0.691 0.079 259)
CMYK
cmyk(39%, 23%, 0%, 20%)

Accessibility

WCAG contrast compliance

On White Background

2.77:1

AA AAA

On Black Background

7.59:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F7
100
#E5EC
200
#CFDB
300
#ABBF
400
#7E9E
500
#5A82
600
#3F66
700
#3251
800
#243A
900
#1725
950
#0E17

Shades

Darker variations

1#678CC4
2#4F7ABA
3#416AA7
4#385B8F
5#2E4C77
6#253C5F
7#1C2D48
8#131E30
9#090F18

Tints

Lighter variations

1#8BA8D2
2#98B1D7
3#A5BBDC
4#B2C5E1
5#BFCEE6
6#CCD8EB
7#D8E2F0
8#E5ECF5
9#F2F5FA

Tones

Muted variations

1#829FC9
2#869FC5
3#8AA0C1
4#8EA1BD
5#92A2B9
6#96A3B5
7#9AA3B2
8#9EA4AE
9#A2A5AA

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4F7
#F4F7FB
BackgroundsSubtle highlightsCard backgrounds
100
E5EC
#E5ECF5
Light backgroundsTable row hoverSkeleton loading
200
CFDB
#CFDBEC
Secondary backgroundsInput backgroundsDividers
300
ABBF
#ABBFDE
BordersInactive statesPlaceholder text
400
7E9E
#7E9ECD
Disabled statesSecondary iconsMuted text
500
5A82
#5A82BF
Primary brand colorCTAsActive elementsLinks
600
3F66
#3F66A2
Hover statesFocus ringsPrimary buttons hover
700
3251
#325181
Active/pressed statesDark mode accentsSecondary text
800
243A
#243A5C
Text on light backgroundsHeadingsStrong borders
900
1725
#17253B
Primary textHigh emphasis contentDark headings
950
0E17
#0E1725
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sky-blue-50: #F4F7FB;
  --sky-blue-100: #E5ECF5;
  --sky-blue-200: #CFDBEC;
  --sky-blue-300: #ABBFDE;
  --sky-blue-400: #7E9ECD;
  --sky-blue-500: #5A82BF;
  --sky-blue-600: #3F66A2;
  --sky-blue-700: #325181;
  --sky-blue-800: #243A5C;
  --sky-blue-900: #17253B;
  --sky-blue-950: #0E1725;
}
Generate More ShadesCreate PaletteConvert Color