Royal Blue

#7B55F6

Blue

Color Codes

All color formats for development

HEX
#7B55F6
RGB
rgb(123, 85, 246)
HSL
hsl(254, 90%, 65%)
OKLCH
oklch(0.581 0.228 288)
CMYK
cmyk(50%, 65%, 0%, 4%)

Accessibility

WCAG contrast compliance

On White Background

4.70:1

AA AAA

On Black Background

4.47:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F0
100
#E5DD
200
#CEC0
300
#A890
400
#7B55
500
#5525
600
#3A0B
700
#2E09
800
#2106
900
#1504
950
#0D03

Shades

Darker variations

1#6236F4
2#4A16F3
3#3C0CDC
4#340ABD
5#2B089D
6#22077E
7#1A055E
8#11033F
9#09021F

Tints

Lighter variations

1#8866F7
2#9577F8
3#A388F9
4#B099FA
5#BDAAFB
6#CABBFB
7#D7CCFC
8#E5DDFD
9#F2EEFE

Tones

Muted variations

1#7F5DEE
2#8365E6
3#886EDE
4#8C76D6
5#907ECE
6#9586C6
7#998EBE
8#9D96B6
9#A19EAE

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4F0
#F4F0FE
BackgroundsSubtle highlightsCard backgrounds
100
E5DD
#E5DDFD
Light backgroundsTable row hoverSkeleton loading
200
CEC0
#CEC0FC
Secondary backgroundsInput backgroundsDividers
300
A890
#A890F9
BordersInactive statesPlaceholder text
400
7B55
#7B55F6
Disabled statesSecondary iconsMuted text
500
5525
#5525F4
Primary brand colorCTAsActive elementsLinks
600
3A0B
#3A0BD5
Hover statesFocus ringsPrimary buttons hover
700
2E09
#2E09AA
Active/pressed statesDark mode accentsSecondary text
800
2106
#210679
Text on light backgroundsHeadingsStrong borders
900
1504
#15044E
Primary textHigh emphasis contentDark headings
950
0D03
#0D0330
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --royal-blue-50: #F4F0FE;
  --royal-blue-100: #E5DDFD;
  --royal-blue-200: #CEC0FC;
  --royal-blue-300: #A890F9;
  --royal-blue-400: #7B55F6;
  --royal-blue-500: #5525F4;
  --royal-blue-600: #3A0BD5;
  --royal-blue-700: #2E09AA;
  --royal-blue-800: #210679;
  --royal-blue-900: #15044E;
  --royal-blue-950: #0D0330;
}
Generate More ShadesCreate PaletteConvert Color