Royal Blue

#4E34E5

Blue

Color Codes

All color formats for development

HEX
#4E34E5
RGB
rgb(78, 52, 229)
HSL
hsl(249, 77%, 55%)
OKLCH
oklch(0.487 0.247 278.6)
CMYK
cmyk(66%, 77%, 0%, 10%)

Accessibility

WCAG contrast compliance

On White Background

7.13:1

AA AAA

On Black Background

2.95:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3F1
100
#E4DF
200
#CCC4
300
#A597
400
#7661
500
#4E34
600
#341A
700
#2915
800
#1D0F
900
#1309
950
#0C06

Shades

Darker variations

1#3A1DDF
2#341AC7
3#2D17AE
4#271395
5#20107C
6#1A0D63
7#130A4A
8#0D0632
9#060319

Tints

Lighter variations

1#6048E7
2#725DEA
3#8371ED
4#9585EF
5#A799F2
6#B8AEF4
7#CAC2F7
8#DCD6FA
9#EDEBFC

Tones

Muted variations

1#553DDC
2#5B46D3
3#614ECA
4#6757C1
5#6D60B8
6#7469B0
7#7A72A7
8#807B9E
9#868395

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3F1
#F3F1FD
BackgroundsSubtle highlightsCard backgrounds
100
E4DF
#E4DFFB
Light backgroundsTable row hoverSkeleton loading
200
CCC4
#CCC4F7
Secondary backgroundsInput backgroundsDividers
300
A597
#A597F2
BordersInactive statesPlaceholder text
400
7661
#7661EA
Disabled statesSecondary iconsMuted text
500
4E34
#4E34E5
Primary brand colorCTAsActive elementsLinks
600
341A
#341AC7
Hover statesFocus ringsPrimary buttons hover
700
2915
#29159E
Active/pressed statesDark mode accentsSecondary text
800
1D0F
#1D0F71
Text on light backgroundsHeadingsStrong borders
900
1309
#130948
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: #F3F1FD;
  --royal-blue-100: #E4DFFB;
  --royal-blue-200: #CCC4F7;
  --royal-blue-300: #A597F2;
  --royal-blue-400: #7661EA;
  --royal-blue-500: #4E34E5;
  --royal-blue-600: #341AC7;
  --royal-blue-700: #29159E;
  --royal-blue-800: #1D0F71;
  --royal-blue-900: #130948;
  --royal-blue-950: #0C062D;
}
Generate More ShadesCreate PaletteConvert Color