Royal Blue

#591EFA

Purple

Color Codes

All color formats for development

HEX
#591EFA
RGB
rgb(89, 30, 250)
HSL
hsl(256, 96%, 55%)
OKLCH
oklch(0.498 0.282 281.1)
CMYK
cmyk(64%, 88%, 0%, 2%)

Accessibility

WCAG contrast compliance

On White Background

7.02:1

AA AAA

On Black Background

2.99:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F0
100
#E5DC
200
#CFBE
300
#AA8C
400
#7E50
500
#591E
600
#3E04
700
#3104
800
#2303
900
#1702
950
#0E01

Shades

Darker variations

1#4605F7
2#3E04DC
3#3604C0
4#2E03A5
5#270389
6#1F026E
7#170252
8#0F0137
9#08011B

Tints

Lighter variations

1#6935FB
2#7A4BFB
3#8B62FC
4#9B78FC
5#AC8FFD
6#BDA5FD
7#CDBCFE
8#DED2FE
9#EEE9FF

Tones

Muted variations

1#5E29EF
2#6334E4
3#683FD9
4#6D4ACE
5#7355C3
6#7860B8
7#7D6BAD
8#8276A2
9#878197

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4F0
#F4F0FF
BackgroundsSubtle highlightsCard backgrounds
100
E5DC
#E5DCFE
Light backgroundsTable row hoverSkeleton loading
200
CFBE
#CFBEFE
Secondary backgroundsInput backgroundsDividers
300
AA8C
#AA8CFD
BordersInactive statesPlaceholder text
400
7E50
#7E50FB
Disabled statesSecondary iconsMuted text
500
591E
#591EFA
Primary brand colorCTAsActive elementsLinks
600
3E04
#3E04DC
Hover statesFocus ringsPrimary buttons hover
700
3104
#3104AF
Active/pressed statesDark mode accentsSecondary text
800
2303
#23037D
Text on light backgroundsHeadingsStrong borders
900
1702
#170250
Primary textHigh emphasis contentDark headings
950
0E01
#0E0132
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --royal-blue-50: #F4F0FF;
  --royal-blue-100: #E5DCFE;
  --royal-blue-200: #CFBEFE;
  --royal-blue-300: #AA8CFD;
  --royal-blue-400: #7E50FB;
  --royal-blue-500: #591EFA;
  --royal-blue-600: #3E04DC;
  --royal-blue-700: #3104AF;
  --royal-blue-800: #23037D;
  --royal-blue-900: #170250;
  --royal-blue-950: #0E0132;
}
Generate More ShadesCreate PaletteConvert Color