Royal Blue

#892DEB

Purple

Color Codes

All color formats for development

HEX
#892DEB
RGB
rgb(137, 45, 235)
HSL
hsl(269, 83%, 55%)
OKLCH
oklch(0.542 0.257 299.1)
CMYK
cmyk(42%, 81%, 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
#EDDE
200
#DDC2
300
#C394
400
#A35C
500
#892D
600
#6D13
700
#570F
800
#3E0B
900
#2807
950
#1904

Shades

Darker variations

1#7B15E7
2#6D13CD
3#5F11B4
4#520E9A
5#440C80
6#370A67
7#29074D
8#1B0533
9#0E021A

Tints

Lighter variations

1#9542ED
2#A157EF
3#AC6CF1
4#B881F3
5#C496F5
6#D0ABF7
7#DCC0F9
8#E7D5FB
9#F3EAFD

Tones

Muted variations

1#8937E2
2#8A40D8
3#8A4ACF
4#8A53C5
5#8B5DBC
6#8B66B2
7#8B70A9
8#8C799F
9#8C8396

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F7F1
#F7F1FE
BackgroundsSubtle highlightsCard backgrounds
100
EDDE
#EDDEFC
Light backgroundsTable row hoverSkeleton loading
200
DDC2
#DDC2F9
Secondary backgroundsInput backgroundsDividers
300
C394
#C394F5
BordersInactive statesPlaceholder text
400
A35C
#A35CF0
Disabled statesSecondary iconsMuted text
500
892D
#892DEB
Primary brand colorCTAsActive elementsLinks
600
6D13
#6D13CD
Hover statesFocus ringsPrimary buttons hover
700
570F
#570FA3
Active/pressed statesDark mode accentsSecondary text
800
3E0B
#3E0B75
Text on light backgroundsHeadingsStrong borders
900
2807
#28074B
Primary textHigh emphasis contentDark headings
950
1904
#19042F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --royal-blue-50: #F7F1FE;
  --royal-blue-100: #EDDEFC;
  --royal-blue-200: #DDC2F9;
  --royal-blue-300: #C394F5;
  --royal-blue-400: #A35CF0;
  --royal-blue-500: #892DEB;
  --royal-blue-600: #6D13CD;
  --royal-blue-700: #570FA3;
  --royal-blue-800: #3E0B75;
  --royal-blue-900: #28074B;
  --royal-blue-950: #19042F;
}
Generate More ShadesCreate PaletteConvert Color