Royal Blue

#7754F8

Blue

Color Codes

All color formats for development

HEX
#7754F8
RGB
rgb(119, 84, 248)
HSL
hsl(253, 92%, 65%)
OKLCH
oklch(0.578 0.231 286.5)
CMYK
cmyk(52%, 66%, 0%, 3%)

Accessibility

WCAG contrast compliance

On White Background

4.76:1

AA AAA

On Black Background

4.41:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3F0
100
#E4DD
200
#CDBF
300
#A68E
400
#7754
500
#5023
600
#3609
700
#2B07
800
#1F05
900
#1403
950
#0C02

Shades

Darker variations

1#5E34F7
2#4514F5
3#3809DF
4#3008BF
5#28079F
6#20057F
7#18045F
8#100340
9#080120

Tints

Lighter variations

1#8565F9
2#9276F9
3#A087FA
4#AE98FB
5#BBA9FB
6#C9BAFC
7#D6CCFD
8#E4DDFE
9#F1EEFE

Tones

Muted variations

1#7C5CF0
2#8164E7
3#856CDF
4#8A74D7
5#8E7DCF
6#9385C7
7#988DBE
8#9C95B6
9#A19EAE

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3F0
#F3F0FE
BackgroundsSubtle highlightsCard backgrounds
100
E4DD
#E4DDFE
Light backgroundsTable row hoverSkeleton loading
200
CDBF
#CDBFFC
Secondary backgroundsInput backgroundsDividers
300
A68E
#A68EFA
BordersInactive statesPlaceholder text
400
7754
#7754F8
Disabled statesSecondary iconsMuted text
500
5023
#5023F6
Primary brand colorCTAsActive elementsLinks
600
3609
#3609D7
Hover statesFocus ringsPrimary buttons hover
700
2B07
#2B07AB
Active/pressed statesDark mode accentsSecondary text
800
1F05
#1F057A
Text on light backgroundsHeadingsStrong borders
900
1403
#14034E
Primary textHigh emphasis contentDark headings
950
0C02
#0C0231
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --royal-blue-50: #F3F0FE;
  --royal-blue-100: #E4DDFE;
  --royal-blue-200: #CDBFFC;
  --royal-blue-300: #A68EFA;
  --royal-blue-400: #7754F8;
  --royal-blue-500: #5023F6;
  --royal-blue-600: #3609D7;
  --royal-blue-700: #2B07AB;
  --royal-blue-800: #1F057A;
  --royal-blue-900: #14034E;
  --royal-blue-950: #0C0231;
}
Generate More ShadesCreate PaletteConvert Color