Royal Blue

#8E4DFF

Purple

Color Codes

All color formats for development

HEX
#8E4DFF
RGB
rgb(142, 77, 255)
HSL
hsl(262, 100%, 65%)
OKLCH
oklch(0.596 0.247 294.4)
CMYK
cmyk(44%, 70%, 0%, 0%)

Accessibility

WCAG contrast compliance

On White Background

4.51:1

AA AAA

On Black Background

4.66:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F0
100
#E8DB
200
#D5BD
300
#B58A
400
#8E4D
500
#6E1A
600
#5200
700
#4100
800
#2F00
900
#1E00
950
#1300

Shades

Darker variations

1#792BFF
2#640AFF
3#5500E8
4#4900C7
5#3D00A6
6#310085
7#240063
8#180042
9#0C0021

Tints

Lighter variations

1#995EFF
2#A570FF
3#B082FF
4#BB94FF
5#C6A6FF
6#D2B8FF
7#DDC9FF
8#E8DBFF
9#F4EDFF

Tones

Muted variations

1#9055F6
2#935EED
3#9567E4
4#9770DB
5#9A79D2
6#9C82C9
7#9F8BC1
8#A194B8
9#A39DAF

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F0
#F5F0FF
BackgroundsSubtle highlightsCard backgrounds
100
E8DB
#E8DBFF
Light backgroundsTable row hoverSkeleton loading
200
D5BD
#D5BDFF
Secondary backgroundsInput backgroundsDividers
300
B58A
#B58AFF
BordersInactive statesPlaceholder text
400
8E4D
#8E4DFF
Disabled statesSecondary iconsMuted text
500
6E1A
#6E1AFF
Primary brand colorCTAsActive elementsLinks
600
5200
#5200E0
Hover statesFocus ringsPrimary buttons hover
700
4100
#4100B3
Active/pressed statesDark mode accentsSecondary text
800
2F00
#2F0080
Text on light backgroundsHeadingsStrong borders
900
1E00
#1E0052
Primary textHigh emphasis contentDark headings
950
1300
#130033
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --royal-blue-50: #F5F0FF;
  --royal-blue-100: #E8DBFF;
  --royal-blue-200: #D5BDFF;
  --royal-blue-300: #B58AFF;
  --royal-blue-400: #8E4DFF;
  --royal-blue-500: #6E1AFF;
  --royal-blue-600: #5200E0;
  --royal-blue-700: #4100B3;
  --royal-blue-800: #2F0080;
  --royal-blue-900: #1E0052;
  --royal-blue-950: #130033;
}
Generate More ShadesCreate PaletteConvert Color