Royal Blue

#7055F6

Blue

Color Codes

All color formats for development

HEX
#7055F6
RGB
rgb(112, 85, 246)
HSL
hsl(250, 90%, 65%)
OKLCH
oklch(0.572 0.229 284.2)
CMYK
cmyk(54%, 65%, 0%, 4%)

Accessibility

WCAG contrast compliance

On White Background

4.86:1

AA AAA

On Black Background

4.32:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3F0
100
#E2DD
200
#CAC0
300
#A190
400
#7055
500
#4725
600
#2D0B
700
#2409
800
#1A06
900
#1004
950
#0A03

Shades

Darker variations

1#5636F4
2#3B16F3
3#2E0CDC
4#280ABD
5#21089D
6#1B077E
7#14055E
8#0D033F
9#07021F

Tints

Lighter variations

1#7E66F7
2#8D77F8
3#9B88F9
4#A999FA
5#B8AAFB
6#C6BBFB
7#D4CCFC
8#E2DDFD
9#F1EEFE

Tones

Muted variations

1#765DEE
2#7B65E6
3#806EDE
4#8676D6
5#8B7ECE
6#9086C6
7#968EBE
8#9B96B6
9#A09EAE

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3F0
#F3F0FE
BackgroundsSubtle highlightsCard backgrounds
100
E2DD
#E2DDFD
Light backgroundsTable row hoverSkeleton loading
200
CAC0
#CAC0FC
Secondary backgroundsInput backgroundsDividers
300
A190
#A190F9
BordersInactive statesPlaceholder text
400
7055
#7055F6
Disabled statesSecondary iconsMuted text
500
4725
#4725F4
Primary brand colorCTAsActive elementsLinks
600
2D0B
#2D0BD5
Hover statesFocus ringsPrimary buttons hover
700
2409
#2409AA
Active/pressed statesDark mode accentsSecondary text
800
1A06
#1A0679
Text on light backgroundsHeadingsStrong borders
900
1004
#10044E
Primary textHigh emphasis contentDark headings
950
0A03
#0A0330
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --royal-blue-50: #F3F0FE;
  --royal-blue-100: #E2DDFD;
  --royal-blue-200: #CAC0FC;
  --royal-blue-300: #A190F9;
  --royal-blue-400: #7055F6;
  --royal-blue-500: #4725F4;
  --royal-blue-600: #2D0BD5;
  --royal-blue-700: #2409AA;
  --royal-blue-800: #1A0679;
  --royal-blue-900: #10044E;
  --royal-blue-950: #0A0330;
}
Generate More ShadesCreate PaletteConvert Color