Royal Blue

#894FFC

Purple

Color Codes

All color formats for development

HEX
#894FFC
RGB
rgb(137, 79, 252)
HSL
hsl(260, 97%, 65%)
OKLCH
oklch(0.591 0.241 292.9)
CMYK
cmyk(46%, 69%, 0%, 1%)

Accessibility

WCAG contrast compliance

On White Background

4.58:1

AA AAA

On Black Background

4.59:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F0
100
#E7DC
200
#D3BE
300
#B18B
400
#894F
500
#671D
600
#4C03
700
#3C03
800
#2B02
900
#1C01
950
#1101

Shades

Darker variations

1#732FFC
2#5D0EFB
3#4F03E5
4#4303C4
5#3802A3
6#2D0283
7#220162
8#160141
9#0B0021

Tints

Lighter variations

1#9561FD
2#A172FD
3#AC84FD
4#B896FD
5#C4A7FE
6#D0B9FE
7#DCCAFE
8#E7DCFE
9#F3EDFF

Tones

Muted variations

1#8C58F4
2#8F60EB
3#9269E2
4#9472DA
5#977AD1
6#9A83C8
7#9D8CC0
8#A094B7
9#A39DAE

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F0
#F5F0FF
BackgroundsSubtle highlightsCard backgrounds
100
E7DC
#E7DCFE
Light backgroundsTable row hoverSkeleton loading
200
D3BE
#D3BEFE
Secondary backgroundsInput backgroundsDividers
300
B18B
#B18BFD
BordersInactive statesPlaceholder text
400
894F
#894FFC
Disabled statesSecondary iconsMuted text
500
671D
#671DFC
Primary brand colorCTAsActive elementsLinks
600
4C03
#4C03DD
Hover statesFocus ringsPrimary buttons hover
700
3C03
#3C03B0
Active/pressed statesDark mode accentsSecondary text
800
2B02
#2B027E
Text on light backgroundsHeadingsStrong borders
900
1C01
#1C0150
Primary textHigh emphasis contentDark headings
950
1101
#110132
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --royal-blue-50: #F5F0FF;
  --royal-blue-100: #E7DCFE;
  --royal-blue-200: #D3BEFE;
  --royal-blue-300: #B18BFD;
  --royal-blue-400: #894FFC;
  --royal-blue-500: #671DFC;
  --royal-blue-600: #4C03DD;
  --royal-blue-700: #3C03B0;
  --royal-blue-800: #2B027E;
  --royal-blue-900: #1C0150;
  --royal-blue-950: #110132;
}
Generate More ShadesCreate PaletteConvert Color