Royal Blue

#7B24F5

Purple

Color Codes

All color formats for development

HEX
#7B24F5
RGB
rgb(123, 36, 245)
HSL
hsl(265, 91%, 55%)
OKLCH
oklch(0.529 0.271 292.9)
CMYK
cmyk(50%, 85%, 0%, 4%)

Accessibility

WCAG contrast compliance

On White Background

6.15:1

AA AAA

On Black Background

3.41:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F0
100
#EADD
200
#D9C0
300
#BB8F
400
#9855
500
#7B24
600
#5F0A
700
#4C08
800
#3606
900
#2304
950
#1602

Shades

Darker variations

1#6B0BF1
2#5F0AD6
3#5309BC
4#4708A1
5#3B0686
6#30056B
7#240450
8#180336
9#0C011B

Tints

Lighter variations

1#883AF6
2#9550F7
3#A266F8
4#B07BF9
5#BD91FA
6#CAA7FB
7#D7BDFC
8#E5D3FD
9#F2E9FE

Tones

Muted variations

1#7D2EEA
2#7E39E0
3#8043D5
4#824ECB
5#8458C0
6#8562B6
7#876DAC
8#8977A1
9#8B8297

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F0
#F6F0FE
BackgroundsSubtle highlightsCard backgrounds
100
EADD
#EADDFD
Light backgroundsTable row hoverSkeleton loading
200
D9C0
#D9C0FC
Secondary backgroundsInput backgroundsDividers
300
BB8F
#BB8FFA
BordersInactive statesPlaceholder text
400
9855
#9855F7
Disabled statesSecondary iconsMuted text
500
7B24
#7B24F5
Primary brand colorCTAsActive elementsLinks
600
5F0A
#5F0AD6
Hover statesFocus ringsPrimary buttons hover
700
4C08
#4C08AA
Active/pressed statesDark mode accentsSecondary text
800
3606
#36067A
Text on light backgroundsHeadingsStrong borders
900
2304
#23044E
Primary textHigh emphasis contentDark headings
950
1602
#160231
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --royal-blue-50: #F6F0FE;
  --royal-blue-100: #EADDFD;
  --royal-blue-200: #D9C0FC;
  --royal-blue-300: #BB8FFA;
  --royal-blue-400: #9855F7;
  --royal-blue-500: #7B24F5;
  --royal-blue-600: #5F0AD6;
  --royal-blue-700: #4C08AA;
  --royal-blue-800: #36067A;
  --royal-blue-900: #23044E;
  --royal-blue-950: #160231;
}
Generate More ShadesCreate PaletteConvert Color