Royal Blue

#5560C3

Blue

Color Codes

All color formats for development

HEX
#5560C3
RGB
rgb(85, 96, 195)
HSL
hsl(234, 48%, 55%)
OKLCH
oklch(0.532 0.153 275.2)
CMYK
cmyk(56%, 51%, 0%, 24%)

Accessibility

WCAG contrast compliance

On White Background

5.46:1

AA AAA

On Black Background

3.85:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F4
100
#E5E6
200
#CED1
300
#A8AE
400
#7B83
500
#5560
600
#3A45
700
#2E37
800
#2127
900
#1519
950
#0D10

Shades

Darker variations

1#424EBB
2#3A45A6
3#333C91
4#2C347D
5#242B68
6#1D2353
7#161A3E
8#0F112A
9#070915

Tints

Lighter variations

1#6670C9
2#7780CF
3#8890D5
4#99A0DB
5#AAB0E1
6#BBBFE7
7#CCCFED
8#DDDFF3
9#EEEFF9

Tones

Muted variations

1#5B65BE
2#6069B8
3#666DB3
4#6B72AD
5#7176A8
6#767BA2
7#7C7F9D
8#818397
9#878892

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4F4
#F4F4FB
BackgroundsSubtle highlightsCard backgrounds
100
E5E6
#E5E6F6
Light backgroundsTable row hoverSkeleton loading
200
CED1
#CED1EE
Secondary backgroundsInput backgroundsDividers
300
A8AE
#A8AEE1
BordersInactive statesPlaceholder text
400
7B83
#7B83D1
Disabled statesSecondary iconsMuted text
500
5560
#5560C3
Primary brand colorCTAsActive elementsLinks
600
3A45
#3A45A6
Hover statesFocus ringsPrimary buttons hover
700
2E37
#2E3784
Active/pressed statesDark mode accentsSecondary text
800
2127
#21275E
Text on light backgroundsHeadingsStrong borders
900
1519
#15193C
Primary textHigh emphasis contentDark headings
950
0D10
#0D1026
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --royal-blue-50: #F4F4FB;
  --royal-blue-100: #E5E6F6;
  --royal-blue-200: #CED1EE;
  --royal-blue-300: #A8AEE1;
  --royal-blue-400: #7B83D1;
  --royal-blue-500: #5560C3;
  --royal-blue-600: #3A45A6;
  --royal-blue-700: #2E3784;
  --royal-blue-800: #21275E;
  --royal-blue-900: #15193C;
  --royal-blue-950: #0D1026;
}
Generate More ShadesCreate PaletteConvert Color