Royal Blue

#811EFA

Purple

Color Codes

All color formats for development

HEX
#811EFA
RGB
rgb(129, 30, 250)
HSL
hsl(267, 96%, 55%)
OKLCH
oklch(0.537 0.28 294.4)
CMYK
cmyk(48%, 88%, 0%, 2%)

Accessibility

WCAG contrast compliance

On White Background

6.00:1

AA AAA

On Black Background

3.50:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F7F0
100
#EBDC
200
#DBBE
300
#BF8C
400
#9D50
500
#811E
600
#6504
700
#5104
800
#3A03
900
#2502
950
#1701

Shades

Darker variations

1#7205F7
2#6504DC
3#5904C0
4#4C03A5
5#3F0389
6#33026E
7#260252
8#190137
9#0D011B

Tints

Lighter variations

1#8E35FB
2#9A4BFB
3#A762FC
4#B478FC
5#C08FFD
6#CDA5FD
7#D9BCFE
8#E6D2FE
9#F2E9FF

Tones

Muted variations

1#8229EF
2#8334E4
3#853FD9
4#864ACE
5#8755C3
6#8860B8
7#896BAD
8#8A76A2
9#8B8197

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F7F0
#F7F0FF
BackgroundsSubtle highlightsCard backgrounds
100
EBDC
#EBDCFE
Light backgroundsTable row hoverSkeleton loading
200
DBBE
#DBBEFE
Secondary backgroundsInput backgroundsDividers
300
BF8C
#BF8CFD
BordersInactive statesPlaceholder text
400
9D50
#9D50FB
Disabled statesSecondary iconsMuted text
500
811E
#811EFA
Primary brand colorCTAsActive elementsLinks
600
6504
#6504DC
Hover statesFocus ringsPrimary buttons hover
700
5104
#5104AF
Active/pressed statesDark mode accentsSecondary text
800
3A03
#3A037D
Text on light backgroundsHeadingsStrong borders
900
2502
#250250
Primary textHigh emphasis contentDark headings
950
1701
#170132
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --royal-blue-50: #F7F0FF;
  --royal-blue-100: #EBDCFE;
  --royal-blue-200: #DBBEFE;
  --royal-blue-300: #BF8CFD;
  --royal-blue-400: #9D50FB;
  --royal-blue-500: #811EFA;
  --royal-blue-600: #6504DC;
  --royal-blue-700: #5104AF;
  --royal-blue-800: #3A037D;
  --royal-blue-900: #250250;
  --royal-blue-950: #170132;
}
Generate More ShadesCreate PaletteConvert Color