Royal Blue

#884DFF

Purple

Color Codes

All color formats for development

HEX
#884DFF
RGB
rgb(136, 77, 255)
HSL
hsl(260, 100%, 65%)
OKLCH
oklch(0.59 0.247 292.3)
CMYK
cmyk(47%, 70%, 0%, 0%)

Accessibility

WCAG contrast compliance

On White Background

4.61:1

AA AAA

On Black Background

4.55:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F0
100
#E7DB
200
#D3BD
300
#B18A
400
#884D
500
#661A
600
#4B00
700
#3B00
800
#2A00
900
#1B00
950
#1100

Shades

Darker variations

1#722BFF
2#5C0AFF
3#4D00E8
4#4200C7
5#3700A6
6#2C0085
7#210063
8#160042
9#0B0021

Tints

Lighter variations

1#945EFF
2#A070FF
3#AC82FF
4#B894FF
5#C3A6FF
6#CFB8FF
7#DBC9FF
8#E7DBFF
9#F3EDFF

Tones

Muted variations

1#8B55F6
2#8E5EED
3#9167E4
4#9470DB
5#9779D2
6#9A82C9
7#9D8BC1
8#A094B8
9#A39DAF

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F0
#F5F0FF
BackgroundsSubtle highlightsCard backgrounds
100
E7DB
#E7DBFF
Light backgroundsTable row hoverSkeleton loading
200
D3BD
#D3BDFF
Secondary backgroundsInput backgroundsDividers
300
B18A
#B18AFF
BordersInactive statesPlaceholder text
400
884D
#884DFF
Disabled statesSecondary iconsMuted text
500
661A
#661AFF
Primary brand colorCTAsActive elementsLinks
600
4B00
#4B00E0
Hover statesFocus ringsPrimary buttons hover
700
3B00
#3B00B3
Active/pressed statesDark mode accentsSecondary text
800
2A00
#2A0080
Text on light backgroundsHeadingsStrong borders
900
1B00
#1B0052
Primary textHigh emphasis contentDark headings
950
1100
#110033
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --royal-blue-50: #F5F0FF;
  --royal-blue-100: #E7DBFF;
  --royal-blue-200: #D3BDFF;
  --royal-blue-300: #B18AFF;
  --royal-blue-400: #884DFF;
  --royal-blue-500: #661AFF;
  --royal-blue-600: #4B00E0;
  --royal-blue-700: #3B00B3;
  --royal-blue-800: #2A0080;
  --royal-blue-900: #1B0052;
  --royal-blue-950: #110033;
}
Generate More ShadesCreate PaletteConvert Color