Royal Blue

#5F64EC

Blue

Color Codes

All color formats for development

HEX
#5F64EC
RGB
rgb(95, 100, 236)
HSL
hsl(238, 79%, 65%)
OKLCH
oklch(0.575 0.201 276.5)
CMYK
cmyk(60%, 58%, 0%, 7%)

Accessibility

WCAG contrast compliance

On White Background

4.65:1

AA AAA

On Black Background

4.52:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1F2
100
#DFE0
200
#C4C5
300
#9699
400
#5F64
500
#3238
600
#181D
700
#1317
800
#0D11
900
#090B
950
#0507

Shades

Darker variations

1#4247E9
2#242AE5
3#181ED0
4#151AB2
5#111694
6#0E1177
7#0A0D59
8#07093B
9#03041E

Tints

Lighter variations

1#6F73EE
2#7F83F0
3#8F92F2
4#9FA2F4
5#AFB1F6
6#BFC1F8
7#CFD0F9
8#DFE0FB
9#EFEFFD

Tones

Muted variations

1#666BE5
2#6D71DE
3#7478D7
4#7B7ED0
5#8285C9
6#8A8BC2
7#9192BB
8#9899B4
9#9F9FAD

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1F2
#F1F2FD
BackgroundsSubtle highlightsCard backgrounds
100
DFE0
#DFE0FB
Light backgroundsTable row hoverSkeleton loading
200
C4C5
#C4C5F8
Secondary backgroundsInput backgroundsDividers
300
9699
#9699F3
BordersInactive statesPlaceholder text
400
5F64
#5F64EC
Disabled statesSecondary iconsMuted text
500
3238
#3238E7
Primary brand colorCTAsActive elementsLinks
600
181D
#181DC9
Hover statesFocus ringsPrimary buttons hover
700
1317
#1317A0
Active/pressed statesDark mode accentsSecondary text
800
0D11
#0D1172
Text on light backgroundsHeadingsStrong borders
900
090B
#090B49
Primary textHigh emphasis contentDark headings
950
0507
#05072E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --royal-blue-50: #F1F2FD;
  --royal-blue-100: #DFE0FB;
  --royal-blue-200: #C4C5F8;
  --royal-blue-300: #9699F3;
  --royal-blue-400: #5F64EC;
  --royal-blue-500: #3238E7;
  --royal-blue-600: #181DC9;
  --royal-blue-700: #1317A0;
  --royal-blue-800: #0D1172;
  --royal-blue-900: #090B49;
  --royal-blue-950: #05072E;
}
Generate More ShadesCreate PaletteConvert Color