Royal Blue

#8D5BF1

Purple

Color Codes

All color formats for development

HEX
#8D5BF1
RGB
rgb(141, 91, 241)
HSL
hsl(260, 84%, 65%)
OKLCH
oklch(0.603 0.214 294.4)
CMYK
cmyk(41%, 62%, 0%, 5%)

Accessibility

WCAG contrast compliance

On White Background

4.29:1

AA AAA

On Black Background

4.90:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F1
100
#E8DE
200
#D5C2
300
#B493
400
#8D5B
500
#6C2C
600
#5112
700
#400E
800
#2E0A
900
#1D07
950
#1204

Shades

Darker variations

1#783CEE
2#621EEB
3#5413D5
4#4810B7
5#3C0D98
6#300B7A
7#24085B
8#18053D
9#0C031E

Tints

Lighter variations

1#986BF2
2#A47CF4
3#AF8CF5
4#BA9CF6
5#C6ADF8
6#D1BDF9
7#DDCEFB
8#E8DEFC
9#F4EFFE

Tones

Muted variations

1#8F62E9
2#926AE2
3#9471DA
4#9779D3
5#9980CB
6#9C88C4
7#9E8FBC
8#A197B5
9#A39EAD

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F1
#F5F1FE
BackgroundsSubtle highlightsCard backgrounds
100
E8DE
#E8DEFC
Light backgroundsTable row hoverSkeleton loading
200
D5C2
#D5C2FA
Secondary backgroundsInput backgroundsDividers
300
B493
#B493F6
BordersInactive statesPlaceholder text
400
8D5B
#8D5BF1
Disabled statesSecondary iconsMuted text
500
6C2C
#6C2CED
Primary brand colorCTAsActive elementsLinks
600
5112
#5112CE
Hover statesFocus ringsPrimary buttons hover
700
400E
#400EA4
Active/pressed statesDark mode accentsSecondary text
800
2E0A
#2E0A75
Text on light backgroundsHeadingsStrong borders
900
1D07
#1D074B
Primary textHigh emphasis contentDark headings
950
1204
#12042F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --royal-blue-50: #F5F1FE;
  --royal-blue-100: #E8DEFC;
  --royal-blue-200: #D5C2FA;
  --royal-blue-300: #B493F6;
  --royal-blue-400: #8D5BF1;
  --royal-blue-500: #6C2CED;
  --royal-blue-600: #5112CE;
  --royal-blue-700: #400EA4;
  --royal-blue-800: #2E0A75;
  --royal-blue-900: #1D074B;
  --royal-blue-950: #12042F;
}
Generate More ShadesCreate PaletteConvert Color