Royal Blue

#6A1AFF

Purple

Color Codes

All color formats for development

HEX
#6A1AFF
RGB
rgb(106, 26, 255)
HSL
hsl(261, 100%, 55%)
OKLCH
oklch(0.516 0.286 286.1)
CMYK
cmyk(58%, 90%, 0%, 0%)

Accessibility

WCAG contrast compliance

On White Background

6.55:1

AA AAA

On Black Background

3.20:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F0
100
#E8DB
200
#D4BD
300
#B38A
400
#8B4D
500
#6A1A
600
#4F00
700
#3E00
800
#2D00
900
#1D00
950
#1200

Shades

Darker variations

1#5800FC
2#4F00E0
3#4500C4
4#3B00A8
5#31008C
6#270070
7#1D0054
8#140038
9#0A001C

Tints

Lighter variations

1#7930FF
2#8847FF
3#975EFF
4#A575FF
5#B48CFF
6#C3A3FF
7#D2BAFF
8#E1D1FF
9#F0E8FF

Tones

Muted variations

1#6D25F4
2#7130E8
3#743CDD
4#7847D1
5#7B53C6
6#7E5EBA
7#826AAF
8#8575A3
9#898198

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
D4BD
#D4BDFF
Secondary backgroundsInput backgroundsDividers
300
B38A
#B38AFF
BordersInactive statesPlaceholder text
400
8B4D
#8B4DFF
Disabled statesSecondary iconsMuted text
500
6A1A
#6A1AFF
Primary brand colorCTAsActive elementsLinks
600
4F00
#4F00E0
Hover statesFocus ringsPrimary buttons hover
700
3E00
#3E00B3
Active/pressed statesDark mode accentsSecondary text
800
2D00
#2D0080
Text on light backgroundsHeadingsStrong borders
900
1D00
#1D0052
Primary textHigh emphasis contentDark headings
950
1200
#120033
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: #D4BDFF;
  --royal-blue-300: #B38AFF;
  --royal-blue-400: #8B4DFF;
  --royal-blue-500: #6A1AFF;
  --royal-blue-600: #4F00E0;
  --royal-blue-700: #3E00B3;
  --royal-blue-800: #2D0080;
  --royal-blue-900: #1D0052;
  --royal-blue-950: #120033;
}
Generate More ShadesCreate PaletteConvert Color