Royal Blue

#7A5DEF

Blue

Color Codes

All color formats for development

HEX
#7A5DEF
RGB
rgb(122, 93, 239)
HSL
hsl(252, 82%, 65%)
OKLCH
oklch(0.587 0.209 287.2)
CMYK
cmyk(49%, 61%, 0%, 6%)

Accessibility

WCAG contrast compliance

On White Background

4.53:1

AA AAA

On Black Background

4.64:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F1
100
#E4DF
200
#CEC3
300
#A794
400
#7A5D
500
#542E
600
#3914
700
#2D10
800
#200B
900
#1507
950
#0D05

Shades

Darker variations

1#613EEC
2#4820E9
3#3B15D3
4#3312B5
5#2A0F97
6#220C79
7#19095A
8#11063C
9#08031E

Tints

Lighter variations

1#876DF1
2#947DF2
3#A28DF4
4#AF9EF5
5#BCAEF7
6#CABEF9
7#D7CEFA
8#E4DFFC
9#F2EFFD

Tones

Muted variations

1#7E64E8
2#836BE0
3#8773D9
4#8B7AD2
5#9081CA
6#9488C3
7#9990BC
8#9D97B4
9#A19EAD

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4F1
#F4F1FE
BackgroundsSubtle highlightsCard backgrounds
100
E4DF
#E4DFFC
Light backgroundsTable row hoverSkeleton loading
200
CEC3
#CEC3F9
Secondary backgroundsInput backgroundsDividers
300
A794
#A794F4
BordersInactive statesPlaceholder text
400
7A5D
#7A5DEF
Disabled statesSecondary iconsMuted text
500
542E
#542EEA
Primary brand colorCTAsActive elementsLinks
600
3914
#3914CC
Hover statesFocus ringsPrimary buttons hover
700
2D10
#2D10A2
Active/pressed statesDark mode accentsSecondary text
800
200B
#200B74
Text on light backgroundsHeadingsStrong borders
900
1507
#15074A
Primary textHigh emphasis contentDark headings
950
0D05
#0D052E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --royal-blue-50: #F4F1FE;
  --royal-blue-100: #E4DFFC;
  --royal-blue-200: #CEC3F9;
  --royal-blue-300: #A794F4;
  --royal-blue-400: #7A5DEF;
  --royal-blue-500: #542EEA;
  --royal-blue-600: #3914CC;
  --royal-blue-700: #2D10A2;
  --royal-blue-800: #200B74;
  --royal-blue-900: #15074A;
  --royal-blue-950: #0D052E;
}
Generate More ShadesCreate PaletteConvert Color