Royal Blue

#7A54F8

Blue

Color Codes

All color formats for development

HEX
#7A54F8
RGB
rgb(122, 84, 248)
HSL
hsl(254, 92%, 65%)
OKLCH
oklch(0.58 0.231 287.5)
CMYK
cmyk(51%, 66%, 0%, 3%)

Accessibility

WCAG contrast compliance

On White Background

4.72:1

AA AAA

On Black Background

4.45:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F0
100
#E4DD
200
#CEBF
300
#A88E
400
#7A54
500
#5423
600
#3909
700
#2D07
800
#2005
900
#1503
950
#0D02

Shades

Darker variations

1#6134F7
2#4914F5
3#3B09DF
4#3308BF
5#2A079F
6#22057F
7#19045F
8#110340
9#080120

Tints

Lighter variations

1#8765F9
2#9576F9
3#A287FA
4#AF98FB
5#BCA9FB
6#CABAFC
7#D7CCFD
8#E4DDFE
9#F2EEFE

Tones

Muted variations

1#7E5CF0
2#8364E7
3#876CDF
4#8B74D7
5#907DCF
6#9485C7
7#998DBE
8#9D95B6
9#A19EAE

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4F0
#F4F0FE
BackgroundsSubtle highlightsCard backgrounds
100
E4DD
#E4DDFE
Light backgroundsTable row hoverSkeleton loading
200
CEBF
#CEBFFC
Secondary backgroundsInput backgroundsDividers
300
A88E
#A88EFA
BordersInactive statesPlaceholder text
400
7A54
#7A54F8
Disabled statesSecondary iconsMuted text
500
5423
#5423F6
Primary brand colorCTAsActive elementsLinks
600
3909
#3909D7
Hover statesFocus ringsPrimary buttons hover
700
2D07
#2D07AB
Active/pressed statesDark mode accentsSecondary text
800
2005
#20057A
Text on light backgroundsHeadingsStrong borders
900
1503
#15034E
Primary textHigh emphasis contentDark headings
950
0D02
#0D0231
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --royal-blue-50: #F4F0FE;
  --royal-blue-100: #E4DDFE;
  --royal-blue-200: #CEBFFC;
  --royal-blue-300: #A88EFA;
  --royal-blue-400: #7A54F8;
  --royal-blue-500: #5423F6;
  --royal-blue-600: #3909D7;
  --royal-blue-700: #2D07AB;
  --royal-blue-800: #20057A;
  --royal-blue-900: #15034E;
  --royal-blue-950: #0D0231;
}
Generate More ShadesCreate PaletteConvert Color