Royal Blue

#5E53F9

Blue

Color Codes

All color formats for development

HEX
#5E53F9
RGB
rgb(94, 83, 249)
HSL
hsl(244, 93%, 65%)
OKLCH
oklch(0.558 0.237 278.4)
CMYK
cmyk(62%, 67%, 0%, 2%)

Accessibility

WCAG contrast compliance

On White Background

5.15:1

AA AAA

On Black Background

4.08:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1F0
100
#DFDD
200
#C3BF
300
#958E
400
#5E53
500
#3022
600
#1608
700
#1106
800
#0C04
900
#0803
950
#0502

Shades

Darker variations

1#4033F8
2#2213F6
3#1708E0
4#1307C0
5#1006A0
6#0D0580
7#0A0360
8#060240
9#030120

Tints

Lighter variations

1#6E64F9
2#7E75FA
3#8E86FB
4#9E98FB
5#AEA9FC
6#BFBAFD
7#CFCBFD
8#DFDDFE
9#EFEEFE

Tones

Muted variations

1#655BF0
2#6C63E8
3#736CE0
4#7B74D8
5#827CCF
6#8985C7
7#908DBF
8#9795B6
9#9F9DAE

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1F0
#F1F0FE
BackgroundsSubtle highlightsCard backgrounds
100
DFDD
#DFDDFE
Light backgroundsTable row hoverSkeleton loading
200
C3BF
#C3BFFD
Secondary backgroundsInput backgroundsDividers
300
958E
#958EFB
BordersInactive statesPlaceholder text
400
5E53
#5E53F9
Disabled statesSecondary iconsMuted text
500
3022
#3022F7
Primary brand colorCTAsActive elementsLinks
600
1608
#1608D9
Hover statesFocus ringsPrimary buttons hover
700
1106
#1106AC
Active/pressed statesDark mode accentsSecondary text
800
0C04
#0C047B
Text on light backgroundsHeadingsStrong borders
900
0803
#08034F
Primary textHigh emphasis contentDark headings
950
0502
#050231
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --royal-blue-50: #F1F0FE;
  --royal-blue-100: #DFDDFE;
  --royal-blue-200: #C3BFFD;
  --royal-blue-300: #958EFB;
  --royal-blue-400: #5E53F9;
  --royal-blue-500: #3022F7;
  --royal-blue-600: #1608D9;
  --royal-blue-700: #1106AC;
  --royal-blue-800: #0C047B;
  --royal-blue-900: #08034F;
  --royal-blue-950: #050231;
}
Generate More ShadesCreate PaletteConvert Color