Royal Blue

#551DFC

Purple

Color Codes

All color formats for development

HEX
#551DFC
RGB
rgb(85, 29, 252)
HSL
hsl(255, 97%, 55%)
OKLCH
oklch(0.496 0.285 279.7)
CMYK
cmyk(66%, 88%, 0%, 1%)

Accessibility

WCAG contrast compliance

On White Background

7.08:1

AA AAA

On Black Background

2.97:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F0
100
#E4DC
200
#CEBE
300
#A88B
400
#7A4F
500
#551D
600
#3A03
700
#2E03
800
#2102
900
#1501
950
#0D01

Shades

Darker variations

1#4104F9
2#3A03DD
3#3303C1
4#2B03A6
5#24028A
6#1D026F
7#160153
8#0E0137
9#07001C

Tints

Lighter variations

1#6634FC
2#774AFC
3#8861FD
4#9977FD
5#AA8EFD
6#BBA5FE
7#CCBBFE
8#DDD2FE
9#EEE8FF

Tones

Muted variations

1#5A28F0
2#6033E5
3#653EDA
4#6B49CF
5#7055C4
6#7660B9
7#7C6BAE
8#8176A3
9#878197

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4F0
#F4F0FF
BackgroundsSubtle highlightsCard backgrounds
100
E4DC
#E4DCFE
Light backgroundsTable row hoverSkeleton loading
200
CEBE
#CEBEFE
Secondary backgroundsInput backgroundsDividers
300
A88B
#A88BFD
BordersInactive statesPlaceholder text
400
7A4F
#7A4FFC
Disabled statesSecondary iconsMuted text
500
551D
#551DFC
Primary brand colorCTAsActive elementsLinks
600
3A03
#3A03DD
Hover statesFocus ringsPrimary buttons hover
700
2E03
#2E03B0
Active/pressed statesDark mode accentsSecondary text
800
2102
#21027E
Text on light backgroundsHeadingsStrong borders
900
1501
#150150
Primary textHigh emphasis contentDark headings
950
0D01
#0D0132
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --royal-blue-50: #F4F0FF;
  --royal-blue-100: #E4DCFE;
  --royal-blue-200: #CEBEFE;
  --royal-blue-300: #A88BFD;
  --royal-blue-400: #7A4FFC;
  --royal-blue-500: #551DFC;
  --royal-blue-600: #3A03DD;
  --royal-blue-700: #2E03B0;
  --royal-blue-800: #21027E;
  --royal-blue-900: #150150;
  --royal-blue-950: #0D0132;
}
Generate More ShadesCreate PaletteConvert Color