Royal Blue

#7A4FFC

Purple

Color Codes

All color formats for development

HEX
#7A4FFC
RGB
rgb(122, 79, 252)
HSL
hsl(255, 97%, 65%)
OKLCH
oklch(0.577 0.241 287.7)
CMYK
cmyk(52%, 69%, 0%, 1%)

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
#F4F0
100
#E4DC
200
#CEBE
300
#A88B
400
#7A4F
500
#551D
600
#3A03
700
#2E03
800
#2102
900
#1501
950
#0D01

Shades

Darker variations

1#622FFC
2#490EFB
3#3C03E5
4#3303C4
5#2B02A3
6#220283
7#1A0162
8#110141
9#090021

Tints

Lighter variations

1#8861FD
2#9572FD
3#A284FD
4#AF96FD
5#BDA7FE
6#CAB9FE
7#D7CAFE
8#E4DCFE
9#F2EDFF

Tones

Muted variations

1#7F58F4
2#8360EB
3#8769E2
4#8C72DA
5#907AD1
6#9483C8
7#998CC0
8#9D94B7
9#A19DAE

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4F0
#F4F0FF
BackgroundsSubtle highlightsCard backgrounds
100
E4DC
#E4DCFE
Light backgroundsTable row hoverSkeleton loading
200
CEBE
#CEBEFE
Secondary backgroundsInput backgroundsDividers
300
A88B
#A88BFD
BordersInactive statesPlaceholder text
400
7A4F
#7A4FFC
Disabled statesSecondary iconsMuted text
500
551D
#551DFC
Primary brand colorCTAsActive elementsLinks
600
3A03
#3A03DD
Hover statesFocus ringsPrimary buttons hover
700
2E03
#2E03B0
Active/pressed statesDark mode accentsSecondary text
800
2102
#21027E
Text on light backgroundsHeadingsStrong borders
900
1501
#150150
Primary textHigh emphasis contentDark headings
950
0D01
#0D0132
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --royal-blue-50: #F4F0FF;
  --royal-blue-100: #E4DCFE;
  --royal-blue-200: #CEBEFE;
  --royal-blue-300: #A88BFD;
  --royal-blue-400: #7A4FFC;
  --royal-blue-500: #551DFC;
  --royal-blue-600: #3A03DD;
  --royal-blue-700: #2E03B0;
  --royal-blue-800: #21027E;
  --royal-blue-900: #150150;
  --royal-blue-950: #0D0132;
}
Generate More ShadesCreate PaletteConvert Color