Royal Blue

#5B35E3

Blue

Color Codes

All color formats for development

HEX
#5B35E3
RGB
rgb(91, 53, 227)
HSL
hsl(253, 76%, 55%)
OKLCH
oklch(0.496 0.242 283.1)
CMYK
cmyk(60%, 77%, 0%, 11%)

Accessibility

WCAG contrast compliance

On White Background

6.86:1

AA AAA

On Black Background

3.06:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F2
100
#E5E0
200
#D0C5
300
#AB98
400
#7F62
500
#5B35
600
#401B
700
#3315
800
#240F
900
#170A
950
#0F06

Shades

Darker variations

1#481EDE
2#401BC5
3#3818AD
4#301494
5#28117B
6#200D63
7#180A4A
8#100731
9#080319

Tints

Lighter variations

1#6B49E6
2#7C5DE9
3#8C72EC
4#9C86EE
5#AD9AF1
6#BDAEF4
7#CEC2F7
8#DED7F9
9#EFEBFC

Tones

Muted variations

1#603EDB
2#6546D2
3#6A4FC9
4#6F58C1
5#7461B8
6#7869AF
7#7D72A6
8#827B9E
9#878495

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4F2
#F4F2FD
BackgroundsSubtle highlightsCard backgrounds
100
E5E0
#E5E0FB
Light backgroundsTable row hoverSkeleton loading
200
D0C5
#D0C5F7
Secondary backgroundsInput backgroundsDividers
300
AB98
#AB98F1
BordersInactive statesPlaceholder text
400
7F62
#7F62EA
Disabled statesSecondary iconsMuted text
500
5B35
#5B35E3
Primary brand colorCTAsActive elementsLinks
600
401B
#401BC5
Hover statesFocus ringsPrimary buttons hover
700
3315
#33159D
Active/pressed statesDark mode accentsSecondary text
800
240F
#240F70
Text on light backgroundsHeadingsStrong borders
900
170A
#170A48
Primary textHigh emphasis contentDark headings
950
0F06
#0F062D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --royal-blue-50: #F4F2FD;
  --royal-blue-100: #E5E0FB;
  --royal-blue-200: #D0C5F7;
  --royal-blue-300: #AB98F1;
  --royal-blue-400: #7F62EA;
  --royal-blue-500: #5B35E3;
  --royal-blue-600: #401BC5;
  --royal-blue-700: #33159D;
  --royal-blue-800: #240F70;
  --royal-blue-900: #170A48;
  --royal-blue-950: #0F062D;
}
Generate More ShadesCreate PaletteConvert Color