Royal Blue

#8B55F7

Purple

Color Codes

All color formats for development

HEX
#8B55F7
RGB
rgb(139, 85, 247)
HSL
hsl(260, 91%, 65%)
OKLCH
oklch(0.597 0.229 293.6)
CMYK
cmyk(44%, 66%, 0%, 3%)

Accessibility

WCAG contrast compliance

On White Background

4.43:1

AA AAA

On Black Background

4.74:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F0
100
#E8DD
200
#D4C0
300
#B38F
400
#8B55
500
#6924
600
#4E0A
700
#3E08
800
#2C06
900
#1C04
950
#1202

Shades

Darker variations

1#7535F5
2#5F15F4
3#510ADE
4#4509BE
5#3A079E
6#2E067F
7#23045F
8#17033F
9#0C0120

Tints

Lighter variations

1#9666F8
2#A277F9
3#AE88F9
4#B999FA
5#C5AAFB
6#D0BBFC
7#DCCCFD
8#E8DDFD
9#F3EEFE

Tones

Muted variations

1#8D5DEF
2#9065E7
3#936DDF
4#9675D6
5#987DCE
6#9B85C6
7#9E8DBE
8#A096B6
9#A39EAE

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F0
#F5F0FE
BackgroundsSubtle highlightsCard backgrounds
100
E8DD
#E8DDFD
Light backgroundsTable row hoverSkeleton loading
200
D4C0
#D4C0FC
Secondary backgroundsInput backgroundsDividers
300
B38F
#B38FFA
BordersInactive statesPlaceholder text
400
8B55
#8B55F7
Disabled statesSecondary iconsMuted text
500
6924
#6924F5
Primary brand colorCTAsActive elementsLinks
600
4E0A
#4E0AD6
Hover statesFocus ringsPrimary buttons hover
700
3E08
#3E08AA
Active/pressed statesDark mode accentsSecondary text
800
2C06
#2C067A
Text on light backgroundsHeadingsStrong borders
900
1C04
#1C044E
Primary textHigh emphasis contentDark headings
950
1202
#120231
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --royal-blue-50: #F5F0FE;
  --royal-blue-100: #E8DDFD;
  --royal-blue-200: #D4C0FC;
  --royal-blue-300: #B38FFA;
  --royal-blue-400: #8B55F7;
  --royal-blue-500: #6924F5;
  --royal-blue-600: #4E0AD6;
  --royal-blue-700: #3E08AA;
  --royal-blue-800: #2C067A;
  --royal-blue-900: #1C044E;
  --royal-blue-950: #120231;
}
Generate More ShadesCreate PaletteConvert Color