Royal Blue

#8855F6

Purple

Color Codes

All color formats for development

HEX
#8855F6
RGB
rgb(136, 85, 246)
HSL
hsl(259, 90%, 65%)
OKLCH
oklch(0.593 0.227 292.7)
CMYK
cmyk(45%, 65%, 0%, 4%)

Accessibility

WCAG contrast compliance

On White Background

4.49:1

AA AAA

On Black Background

4.68:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F0
100
#E7DD
200
#D3C0
300
#B190
400
#8855
500
#6625
600
#4B0B
700
#3C09
800
#2B06
900
#1B04
950
#1103

Shades

Darker variations

1#7236F4
2#5C16F3
3#4E0CDC
4#430ABD
5#38089D
6#2C077E
7#21055E
8#16033F
9#0B021F

Tints

Lighter variations

1#9466F7
2#A077F8
3#AC88F9
4#B899FA
5#C4AAFB
6#D0BBFB
7#DBCCFC
8#E7DDFD
9#F3EEFE

Tones

Muted variations

1#8B5DEE
2#8E65E6
3#916EDE
4#9476D6
5#977ECE
6#9A86C6
7#9D8EBE
8#A096B6
9#A39EAE

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F0
#F5F0FE
BackgroundsSubtle highlightsCard backgrounds
100
E7DD
#E7DDFD
Light backgroundsTable row hoverSkeleton loading
200
D3C0
#D3C0FC
Secondary backgroundsInput backgroundsDividers
300
B190
#B190F9
BordersInactive statesPlaceholder text
400
8855
#8855F6
Disabled statesSecondary iconsMuted text
500
6625
#6625F4
Primary brand colorCTAsActive elementsLinks
600
4B0B
#4B0BD5
Hover statesFocus ringsPrimary buttons hover
700
3C09
#3C09AA
Active/pressed statesDark mode accentsSecondary text
800
2B06
#2B0679
Text on light backgroundsHeadingsStrong borders
900
1B04
#1B044E
Primary textHigh emphasis contentDark headings
950
1103
#110330
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --royal-blue-50: #F5F0FE;
  --royal-blue-100: #E7DDFD;
  --royal-blue-200: #D3C0FC;
  --royal-blue-300: #B190F9;
  --royal-blue-400: #8855F6;
  --royal-blue-500: #6625F4;
  --royal-blue-600: #4B0BD5;
  --royal-blue-700: #3C09AA;
  --royal-blue-800: #2B0679;
  --royal-blue-900: #1B044E;
  --royal-blue-950: #110330;
}
Generate More ShadesCreate PaletteConvert Color