Royal Blue

#7F62EA

Blue

Color Codes

All color formats for development

HEX
#7F62EA
RGB
rgb(127, 98, 234)
HSL
hsl(253, 76%, 65%)
OKLCH
oklch(0.595 0.197 288.8)
CMYK
cmyk(46%, 58%, 0%, 8%)

Accessibility

WCAG contrast compliance

On White Background

4.34:1

AA AAA

On Black Background

4.84: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#6845E6
2#5028E2
3#421CCC
4#3918AF
5#2F1492
6#261075
7#1C0C58
8#13083A
9#09041D

Tints

Lighter variations

1#8C72EC
2#9981EE
3#A691F0
4#B2A1F2
5#BFB0F4
6#CCC0F6
7#D9D0F9
8#E5E0FB
9#F2EFFD

Tones

Muted variations

1#8369E3
2#876FDC
3#8B76D5
4#8F7DCE
5#9384C8
6#968BC1
7#9A91BA
8#9E98B3
9#A29FAD

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