Royal Blue

#892EEA

Purple

Color Codes

All color formats for development

HEX
#892EEA
RGB
rgb(137, 46, 234)
HSL
hsl(269, 82%, 55%)
OKLCH
oklch(0.542 0.255 299.2)
CMYK
cmyk(41%, 80%, 0%, 8%)

Accessibility

WCAG contrast compliance

On White Background

5.77:1

AA AAA

On Black Background

3.64:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F7F1
100
#EDDF
200
#DDC3
300
#C394
400
#A35D
500
#892E
600
#6D14
700
#5710
800
#3E0B
900
#2807
950
#1905

Shades

Darker variations

1#7B17E6
2#6D14CC
3#5F12B3
4#520F99
5#440D80
6#370A66
7#29084D
8#1B0533
9#0E031A

Tints

Lighter variations

1#9543EC
2#A158EE
3#AC6DF1
4#B882F3
5#C497F5
6#D0ABF7
7#DCC0F9
8#E7D5FB
9#F3EAFD

Tones

Muted variations

1#8938E1
2#8A41D8
3#8A4ACE
4#8A54C5
5#8B5DBB
6#8B67B2
7#8B70A8
8#8C799F
9#8C8396

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F7F1
#F7F1FE
BackgroundsSubtle highlightsCard backgrounds
100
EDDF
#EDDFFC
Light backgroundsTable row hoverSkeleton loading
200
DDC3
#DDC3F9
Secondary backgroundsInput backgroundsDividers
300
C394
#C394F4
BordersInactive statesPlaceholder text
400
A35D
#A35DEF
Disabled statesSecondary iconsMuted text
500
892E
#892EEA
Primary brand colorCTAsActive elementsLinks
600
6D14
#6D14CC
Hover statesFocus ringsPrimary buttons hover
700
5710
#5710A2
Active/pressed statesDark mode accentsSecondary text
800
3E0B
#3E0B74
Text on light backgroundsHeadingsStrong borders
900
2807
#28074A
Primary textHigh emphasis contentDark headings
950
1905
#19052E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --royal-blue-50: #F7F1FE;
  --royal-blue-100: #EDDFFC;
  --royal-blue-200: #DDC3F9;
  --royal-blue-300: #C394F4;
  --royal-blue-400: #A35DEF;
  --royal-blue-500: #892EEA;
  --royal-blue-600: #6D14CC;
  --royal-blue-700: #5710A2;
  --royal-blue-800: #3E0B74;
  --royal-blue-900: #28074A;
  --royal-blue-950: #19052E;
}
Generate More ShadesCreate PaletteConvert Color