Royal Blue

#7023F6

Purple

Color Codes

All color formats for development

HEX
#7023F6
RGB
rgb(112, 35, 246)
HSL
hsl(262, 92%, 55%)
OKLCH
oklch(0.518 0.273 289)
CMYK
cmyk(54%, 86%, 0%, 4%)

Accessibility

WCAG contrast compliance

On White Background

6.44:1

AA AAA

On Black Background

3.26:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F0
100
#E9DD
200
#D6BF
300
#B68E
400
#9054
500
#7023
600
#5509
700
#4307
800
#3005
900
#1F03
950
#1302

Shades

Darker variations

1#5F0AF2
2#5509D7
3#4A08BC
4#4007A2
5#350687
6#2A046C
7#200351
8#150236
9#0B011B

Tints

Lighter variations

1#7E39F7
2#8D4FF8
3#9B65F9
4#A97BF9
5#B891FA
6#C6A7FB
7#D4BDFC
8#E2D3FD
9#F1E9FE

Tones

Muted variations

1#732DEB
2#7638E1
3#7942D6
4#7B4DCC
5#7E57C1
6#8162B6
7#846DAC
8#8777A1
9#898297

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F0
#F5F0FE
BackgroundsSubtle highlightsCard backgrounds
100
E9DD
#E9DDFE
Light backgroundsTable row hoverSkeleton loading
200
D6BF
#D6BFFC
Secondary backgroundsInput backgroundsDividers
300
B68E
#B68EFA
BordersInactive statesPlaceholder text
400
9054
#9054F8
Disabled statesSecondary iconsMuted text
500
7023
#7023F6
Primary brand colorCTAsActive elementsLinks
600
5509
#5509D7
Hover statesFocus ringsPrimary buttons hover
700
4307
#4307AB
Active/pressed statesDark mode accentsSecondary text
800
3005
#30057A
Text on light backgroundsHeadingsStrong borders
900
1F03
#1F034E
Primary textHigh emphasis contentDark headings
950
1302
#130231
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --royal-blue-50: #F5F0FE;
  --royal-blue-100: #E9DDFE;
  --royal-blue-200: #D6BFFC;
  --royal-blue-300: #B68EFA;
  --royal-blue-400: #9054F8;
  --royal-blue-500: #7023F6;
  --royal-blue-600: #5509D7;
  --royal-blue-700: #4307AB;
  --royal-blue-800: #30057A;
  --royal-blue-900: #1F034E;
  --royal-blue-950: #130231;
}
Generate More ShadesCreate PaletteConvert Color