Royal Blue

#8E5EED

Purple

Color Codes

All color formats for development

HEX
#8E5EED
RGB
rgb(142, 94, 237)
HSL
hsl(260, 80%, 65%)
OKLCH
oklch(0.605 0.206 295)
CMYK
cmyk(40%, 60%, 0%, 7%)

Accessibility

WCAG contrast compliance

On White Background

4.22:1

AA AAA

On Black Background

4.97:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F1
100
#E8DF
200
#D5C3
300
#B595
400
#8E5E
500
#6E30
600
#5216
700
#4112
800
#2F0D
900
#1E08
950
#1305

Shades

Darker variations

1#7941EA
2#6423E7
3#5517D1
4#4914B3
5#3D1195
6#310D77
7#240A5A
8#18073C
9#0C031E

Tints

Lighter variations

1#996EEF
2#A57EF1
3#B08FF3
4#BB9FF4
5#C6AFF6
6#D2BFF8
7#DDCFFA
8#E8DFFB
9#F4EFFD

Tones

Muted variations

1#9065E6
2#936DDF
3#9574D8
4#977BD1
5#9A82C9
6#9C89C2
7#9F90BB
8#A197B4
9#A39FAD

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F1
#F5F1FD
BackgroundsSubtle highlightsCard backgrounds
100
E8DF
#E8DFFB
Light backgroundsTable row hoverSkeleton loading
200
D5C3
#D5C3F8
Secondary backgroundsInput backgroundsDividers
300
B595
#B595F3
BordersInactive statesPlaceholder text
400
8E5E
#8E5EED
Disabled statesSecondary iconsMuted text
500
6E30
#6E30E8
Primary brand colorCTAsActive elementsLinks
600
5216
#5216CA
Hover statesFocus ringsPrimary buttons hover
700
4112
#4112A1
Active/pressed statesDark mode accentsSecondary text
800
2F0D
#2F0D73
Text on light backgroundsHeadingsStrong borders
900
1E08
#1E0849
Primary textHigh emphasis contentDark headings
950
1305
#13052E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --royal-blue-50: #F5F1FD;
  --royal-blue-100: #E8DFFB;
  --royal-blue-200: #D5C3F8;
  --royal-blue-300: #B595F3;
  --royal-blue-400: #8E5EED;
  --royal-blue-500: #6E30E8;
  --royal-blue-600: #5216CA;
  --royal-blue-700: #4112A1;
  --royal-blue-800: #2F0D73;
  --royal-blue-900: #1E0849;
  --royal-blue-950: #13052E;
}
Generate More ShadesCreate PaletteConvert Color