Royal Blue

#5E4DFF

Blue

Color Codes

All color formats for development

HEX
#5E4DFF
RGB
rgb(94, 77, 255)
HSL
hsl(246, 100%, 65%)
OKLCH
oklch(0.554 0.251 278.7)
CMYK
cmyk(63%, 70%, 0%, 0%)

Accessibility

WCAG contrast compliance

On White Background

5.27:1

AA AAA

On Black Background

3.98:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1F0
100
#DFDB
200
#C3BD
300
#958A
400
#5E4D
500
#301A
600
#1600
700
#1200
800
#0D00
900
#0800
950
#0500

Shades

Darker variations

1#412BFF
2#230AFF
3#1700E8
4#1400C7
5#1100A6
6#0D0085
7#0A0063
8#070042
9#030021

Tints

Lighter variations

1#6E5EFF
2#7E70FF
3#8F82FF
4#9F94FF
5#AFA6FF
6#BFB8FF
7#CFC9FF
8#DFDBFF
9#EFEDFF

Tones

Muted variations

1#6555F6
2#6D5EED
3#7467E4
4#7B70DB
5#8279D2
6#8982C9
7#908BC1
8#9794B8
9#9F9DAF

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1F0
#F1F0FF
BackgroundsSubtle highlightsCard backgrounds
100
DFDB
#DFDBFF
Light backgroundsTable row hoverSkeleton loading
200
C3BD
#C3BDFF
Secondary backgroundsInput backgroundsDividers
300
958A
#958AFF
BordersInactive statesPlaceholder text
400
5E4D
#5E4DFF
Disabled statesSecondary iconsMuted text
500
301A
#301AFF
Primary brand colorCTAsActive elementsLinks
600
1600
#1600E0
Hover statesFocus ringsPrimary buttons hover
700
1200
#1200B3
Active/pressed statesDark mode accentsSecondary text
800
0D00
#0D0080
Text on light backgroundsHeadingsStrong borders
900
0800
#080052
Primary textHigh emphasis contentDark headings
950
0500
#050033
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --royal-blue-50: #F1F0FF;
  --royal-blue-100: #DFDBFF;
  --royal-blue-200: #C3BDFF;
  --royal-blue-300: #958AFF;
  --royal-blue-400: #5E4DFF;
  --royal-blue-500: #301AFF;
  --royal-blue-600: #1600E0;
  --royal-blue-700: #1200B3;
  --royal-blue-800: #0D0080;
  --royal-blue-900: #080052;
  --royal-blue-950: #050033;
}
Generate More ShadesCreate PaletteConvert Color