Royal Blue

#7A1FF9

Purple

Color Codes

All color formats for development

HEX
#7A1FF9
RGB
rgb(122, 31, 249)
HSL
hsl(265, 95%, 55%)
OKLCH
oklch(0.529 0.278 292.2)
CMYK
cmyk(51%, 88%, 0%, 2%)

Accessibility

WCAG contrast compliance

On White Background

6.19:1

AA AAA

On Black Background

3.39:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F0
100
#EADC
200
#D9BE
300
#BB8D
400
#9851
500
#7A1F
600
#5E06
700
#4B04
800
#3603
900
#2202
950
#1501

Shades

Darker variations

1#6A06F6
2#5E06DB
3#5305BF
4#4704A4
5#3B0489
6#2F036D
7#230252
8#180137
9#0C011B

Tints

Lighter variations

1#8736FA
2#954CFA
3#A262FB
4#AF79FC
5#BD8FFC
6#CAA5FD
7#D7BCFD
8#E4D2FE
9#F2E9FE

Tones

Muted variations

1#7C2AEE
2#7E35E3
3#8040D9
4#814BCE
5#8356C3
6#8561B8
7#876CAD
8#8976A2
9#8A8197

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F0
#F6F0FF
BackgroundsSubtle highlightsCard backgrounds
100
EADC
#EADCFE
Light backgroundsTable row hoverSkeleton loading
200
D9BE
#D9BEFD
Secondary backgroundsInput backgroundsDividers
300
BB8D
#BB8DFC
BordersInactive statesPlaceholder text
400
9851
#9851FB
Disabled statesSecondary iconsMuted text
500
7A1F
#7A1FF9
Primary brand colorCTAsActive elementsLinks
600
5E06
#5E06DB
Hover statesFocus ringsPrimary buttons hover
700
4B04
#4B04AE
Active/pressed statesDark mode accentsSecondary text
800
3603
#36037C
Text on light backgroundsHeadingsStrong borders
900
2202
#220250
Primary textHigh emphasis contentDark headings
950
1501
#150132
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --royal-blue-50: #F6F0FF;
  --royal-blue-100: #EADCFE;
  --royal-blue-200: #D9BEFD;
  --royal-blue-300: #BB8DFC;
  --royal-blue-400: #9851FB;
  --royal-blue-500: #7A1FF9;
  --royal-blue-600: #5E06DB;
  --royal-blue-700: #4B04AE;
  --royal-blue-800: #36037C;
  --royal-blue-900: #220250;
  --royal-blue-950: #150132;
}
Generate More ShadesCreate PaletteConvert Color