Royal Blue

#792EEA

Purple

Color Codes

All color formats for development

HEX
#792EEA
RGB
rgb(121, 46, 234)
HSL
hsl(264, 82%, 55%)
OKLCH
oklch(0.524 0.254 293.5)
CMYK
cmyk(48%, 80%, 0%, 8%)

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
#F6F1
100
#EADF
200
#D8C3
300
#BB94
400
#975D
500
#792E
600
#5E14
700
#4B10
800
#350B
900
#2207
950
#1505

Shades

Darker variations

1#6A17E6
2#5E14CC
3#5212B3
4#460F99
5#3B0D80
6#2F0A66
7#23084D
8#170533
9#0C031A

Tints

Lighter variations

1#8743EC
2#9458EE
3#A26DF1
4#AF82F3
5#BC97F5
6#CAABF7
7#D7C0F9
8#E4D5FB
9#F2EAFD

Tones

Muted variations

1#7B38E1
2#7D41D8
3#7F4ACE
4#8154C5
5#835DBB
6#8567B2
7#8770A8
8#88799F
9#8A8396

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F1
#F6F1FE
BackgroundsSubtle highlightsCard backgrounds
100
EADF
#EADFFC
Light backgroundsTable row hoverSkeleton loading
200
D8C3
#D8C3F9
Secondary backgroundsInput backgroundsDividers
300
BB94
#BB94F4
BordersInactive statesPlaceholder text
400
975D
#975DEF
Disabled statesSecondary iconsMuted text
500
792E
#792EEA
Primary brand colorCTAsActive elementsLinks
600
5E14
#5E14CC
Hover statesFocus ringsPrimary buttons hover
700
4B10
#4B10A2
Active/pressed statesDark mode accentsSecondary text
800
350B
#350B74
Text on light backgroundsHeadingsStrong borders
900
2207
#22074A
Primary textHigh emphasis contentDark headings
950
1505
#15052E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --royal-blue-50: #F6F1FE;
  --royal-blue-100: #EADFFC;
  --royal-blue-200: #D8C3F9;
  --royal-blue-300: #BB94F4;
  --royal-blue-400: #975DEF;
  --royal-blue-500: #792EEA;
  --royal-blue-600: #5E14CC;
  --royal-blue-700: #4B10A2;
  --royal-blue-800: #350B74;
  --royal-blue-900: #22074A;
  --royal-blue-950: #15052E;
}
Generate More ShadesCreate PaletteConvert Color