Royal Blue

#7A55F7

Blue

Color Codes

All color formats for development

HEX
#7A55F7
RGB
rgb(122, 85, 247)
HSL
hsl(254, 91%, 65%)
OKLCH
oklch(0.581 0.229 287.5)
CMYK
cmyk(51%, 66%, 0%, 3%)

Accessibility

WCAG contrast compliance

On White Background

4.70:1

AA AAA

On Black Background

4.47:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F0
100
#E4DD
200
#CEC0
300
#A88F
400
#7A55
500
#5524
600
#3A0A
700
#2E08
800
#2106
900
#1504
950
#0D02

Shades

Darker variations

1#6235F5
2#4915F4
3#3C0ADE
4#3309BE
5#2B079E
6#22067F
7#1A045F
8#11033F
9#090120

Tints

Lighter variations

1#8866F8
2#9577F9
3#A288F9
4#AF99FA
5#BDAAFB
6#CABBFC
7#D7CCFD
8#E4DDFD
9#F2EEFE

Tones

Muted variations

1#7F5DEF
2#8365E7
3#876DDF
4#8C75D6
5#907DCE
6#9485C6
7#998DBE
8#9D96B6
9#A19EAE

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4F0
#F4F0FE
BackgroundsSubtle highlightsCard backgrounds
100
E4DD
#E4DDFD
Light backgroundsTable row hoverSkeleton loading
200
CEC0
#CEC0FC
Secondary backgroundsInput backgroundsDividers
300
A88F
#A88FFA
BordersInactive statesPlaceholder text
400
7A55
#7A55F7
Disabled statesSecondary iconsMuted text
500
5524
#5524F5
Primary brand colorCTAsActive elementsLinks
600
3A0A
#3A0AD6
Hover statesFocus ringsPrimary buttons hover
700
2E08
#2E08AA
Active/pressed statesDark mode accentsSecondary text
800
2106
#21067A
Text on light backgroundsHeadingsStrong borders
900
1504
#15044E
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: #E4DDFD;
  --royal-blue-200: #CEC0FC;
  --royal-blue-300: #A88FFA;
  --royal-blue-400: #7A55F7;
  --royal-blue-500: #5524F5;
  --royal-blue-600: #3A0AD6;
  --royal-blue-700: #2E08AA;
  --royal-blue-800: #21067A;
  --royal-blue-900: #15044E;
  --royal-blue-950: #0D0231;
}
Generate More ShadesCreate PaletteConvert Color