Royal Blue

#7F65E7

Blue

Color Codes

All color formats for development

HEX
#7F65E7
RGB
rgb(127, 101, 231)
HSL
hsl(252, 73%, 65%)
OKLCH
oklch(0.598 0.189 288.6)
CMYK
cmyk(45%, 56%, 0%, 9%)

Accessibility

WCAG contrast compliance

On White Background

4.27:1

AA AAA

On Black Background

4.92:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F2
100
#E5E0
200
#CFC6
300
#AB9A
400
#7F65
500
#5A38
600
#3F1E
700
#3218
800
#2411
900
#170B
950
#0E07

Shades

Darker variations

1#6748E2
2#4F2BDE
3#411FC9
4#381BAC
5#2F168F
6#251273
7#1C0D56
8#130939
9#09041D

Tints

Lighter variations

1#8B74E9
2#9883EC
3#A593EE
4#B2A2F1
5#BFB2F3
6#CCC1F5
7#D8D1F8
8#E5E0FA
9#F2F0FD

Tones

Muted variations

1#836BE0
2#8672DA
3#8A78D3
4#8E7FCD
5#9285C6
6#968CC0
7#9A92B9
8#9E99B3
9#A29FAC

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4F2
#F4F2FD
BackgroundsSubtle highlightsCard backgrounds
100
E5E0
#E5E0FA
Light backgroundsTable row hoverSkeleton loading
200
CFC6
#CFC6F6
Secondary backgroundsInput backgroundsDividers
300
AB9A
#AB9AEF
BordersInactive statesPlaceholder text
400
7F65
#7F65E7
Disabled statesSecondary iconsMuted text
500
5A38
#5A38E0
Primary brand colorCTAsActive elementsLinks
600
3F1E
#3F1EC2
Hover statesFocus ringsPrimary buttons hover
700
3218
#32189A
Active/pressed statesDark mode accentsSecondary text
800
2411
#24116E
Text on light backgroundsHeadingsStrong borders
900
170B
#170B47
Primary textHigh emphasis contentDark headings
950
0E07
#0E072C
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --royal-blue-50: #F4F2FD;
  --royal-blue-100: #E5E0FA;
  --royal-blue-200: #CFC6F6;
  --royal-blue-300: #AB9AEF;
  --royal-blue-400: #7F65E7;
  --royal-blue-500: #5A38E0;
  --royal-blue-600: #3F1EC2;
  --royal-blue-700: #32189A;
  --royal-blue-800: #24116E;
  --royal-blue-900: #170B47;
  --royal-blue-950: #0E072C;
}
Generate More ShadesCreate PaletteConvert Color