Royal Blue

#7453F9

Blue

Color Codes

All color formats for development

HEX
#7453F9
RGB
rgb(116, 83, 249)
HSL
hsl(252, 93%, 65%)
OKLCH
oklch(0.575 0.234 285.5)
CMYK
cmyk(53%, 67%, 0%, 2%)

Accessibility

WCAG contrast compliance

On White Background

4.83:1

AA AAA

On Black Background

4.35:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3F0
100
#E3DD
200
#CBBF
300
#A48E
400
#7453
500
#4C22
600
#3208
700
#2706
800
#1C04
900
#1203
950
#0B02

Shades

Darker variations

1#5A33F8
2#4013F6
3#3308E0
4#2C07C0
5#2506A0
6#1D0580
7#160360
8#0F0240
9#070120

Tints

Lighter variations

1#8264F9
2#9075FA
3#9E86FB
4#AC98FB
5#B9A9FC
6#C7BAFD
7#D5CBFD
8#E3DDFE
9#F1EEFE

Tones

Muted variations

1#795BF0
2#7E63E8
3#836CE0
4#8874D8
5#8D7CCF
6#9285C7
7#978DBF
8#9C95B6
9#A19DAE

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3F0
#F3F0FE
BackgroundsSubtle highlightsCard backgrounds
100
E3DD
#E3DDFE
Light backgroundsTable row hoverSkeleton loading
200
CBBF
#CBBFFD
Secondary backgroundsInput backgroundsDividers
300
A48E
#A48EFB
BordersInactive statesPlaceholder text
400
7453
#7453F9
Disabled statesSecondary iconsMuted text
500
4C22
#4C22F7
Primary brand colorCTAsActive elementsLinks
600
3208
#3208D9
Hover statesFocus ringsPrimary buttons hover
700
2706
#2706AC
Active/pressed statesDark mode accentsSecondary text
800
1C04
#1C047B
Text on light backgroundsHeadingsStrong borders
900
1203
#12034F
Primary textHigh emphasis contentDark headings
950
0B02
#0B0231
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --royal-blue-50: #F3F0FE;
  --royal-blue-100: #E3DDFE;
  --royal-blue-200: #CBBFFD;
  --royal-blue-300: #A48EFB;
  --royal-blue-400: #7453F9;
  --royal-blue-500: #4C22F7;
  --royal-blue-600: #3208D9;
  --royal-blue-700: #2706AC;
  --royal-blue-800: #1C047B;
  --royal-blue-900: #12034F;
  --royal-blue-950: #0B0231;
}
Generate More ShadesCreate PaletteConvert Color