Royal Blue

#5364C6

Blue

Color Codes

All color formats for development

HEX
#5364C6
RGB
rgb(83, 100, 198)
HSL
hsl(231, 50%, 55%)
OKLCH
oklch(0.54 0.152 272.9)
CMYK
cmyk(58%, 49%, 0%, 22%)

Accessibility

WCAG contrast compliance

On White Background

5.24:1

AA AAA

On Black Background

4.01:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F5
100
#E4E7
200
#CDD2
300
#A7B0
400
#7987
500
#5364
600
#3849
700
#2D3A
800
#2029
900
#141B
950
#0D11

Shades

Darker variations

1#3F52BD
2#3849A8
3#314093
4#2A377E
5#232E69
6#1C2454
7#151B3F
8#0E122A
9#070915

Tints

Lighter variations

1#6474CB
2#7583D1
3#8793D7
4#98A2DD
5#A9B2E2
6#BAC1E8
7#CBD1EE
8#DDE0F4
9#EEF0F9

Tones

Muted variations

1#5968C0
2#5E6CBA
3#6470B4
4#6A74AF
5#7078A9
6#757CA3
7#7B809D
8#818498
9#878892

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4F5
#F4F5FB
BackgroundsSubtle highlightsCard backgrounds
100
E4E7
#E4E7F6
Light backgroundsTable row hoverSkeleton loading
200
CDD2
#CDD2EE
Secondary backgroundsInput backgroundsDividers
300
A7B0
#A7B0E2
BordersInactive statesPlaceholder text
400
7987
#7987D2
Disabled statesSecondary iconsMuted text
500
5364
#5364C6
Primary brand colorCTAsActive elementsLinks
600
3849
#3849A8
Hover statesFocus ringsPrimary buttons hover
700
2D3A
#2D3A86
Active/pressed statesDark mode accentsSecondary text
800
2029
#202960
Text on light backgroundsHeadingsStrong borders
900
141B
#141B3D
Primary textHigh emphasis contentDark headings
950
0D11
#0D1126
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --royal-blue-50: #F4F5FB;
  --royal-blue-100: #E4E7F6;
  --royal-blue-200: #CDD2EE;
  --royal-blue-300: #A7B0E2;
  --royal-blue-400: #7987D2;
  --royal-blue-500: #5364C6;
  --royal-blue-600: #3849A8;
  --royal-blue-700: #2D3A86;
  --royal-blue-800: #202960;
  --royal-blue-900: #141B3D;
  --royal-blue-950: #0D1126;
}
Generate More ShadesCreate PaletteConvert Color