Royal Blue

#7662EA

Blue

Color Codes

All color formats for development

HEX
#7662EA
RGB
rgb(118, 98, 234)
HSL
hsl(249, 76%, 65%)
OKLCH
oklch(0.588 0.197 285.3)
CMYK
cmyk(50%, 58%, 0%, 8%)

Accessibility

WCAG contrast compliance

On White Background

4.46:1

AA AAA

On Black Background

4.71:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3F2
100
#E4E0
200
#CCC5
300
#A598
400
#7662
500
#4F35
600
#351B
700
#2A15
800
#1E0F
900
#130A
950
#0C06

Shades

Darker variations

1#5D45E6
2#4328E2
3#361CCC
4#2F18AF
5#271492
6#1F1075
7#170C58
8#10083A
9#08041D

Tints

Lighter variations

1#8472EC
2#9281EE
3#9F91F0
4#ADA1F2
5#BBB0F4
6#C8C0F6
7#D6D0F9
8#E4E0FB
9#F1EFFD

Tones

Muted variations

1#7B69E3
2#806FDC
3#8576D5
4#897DCE
5#8E84C8
6#938BC1
7#9891BA
8#9C98B3
9#A19FAD

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3F2
#F3F2FD
BackgroundsSubtle highlightsCard backgrounds
100
E4E0
#E4E0FB
Light backgroundsTable row hoverSkeleton loading
200
CCC5
#CCC5F7
Secondary backgroundsInput backgroundsDividers
300
A598
#A598F1
BordersInactive statesPlaceholder text
400
7662
#7662EA
Disabled statesSecondary iconsMuted text
500
4F35
#4F35E3
Primary brand colorCTAsActive elementsLinks
600
351B
#351BC5
Hover statesFocus ringsPrimary buttons hover
700
2A15
#2A159D
Active/pressed statesDark mode accentsSecondary text
800
1E0F
#1E0F70
Text on light backgroundsHeadingsStrong borders
900
130A
#130A48
Primary textHigh emphasis contentDark headings
950
0C06
#0C062D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --royal-blue-50: #F3F2FD;
  --royal-blue-100: #E4E0FB;
  --royal-blue-200: #CCC5F7;
  --royal-blue-300: #A598F1;
  --royal-blue-400: #7662EA;
  --royal-blue-500: #4F35E3;
  --royal-blue-600: #351BC5;
  --royal-blue-700: #2A159D;
  --royal-blue-800: #1E0F70;
  --royal-blue-900: #130A48;
  --royal-blue-950: #0C062D;
}
Generate More ShadesCreate PaletteConvert Color