Royal Blue

#4E67CA

Blue

Color Codes

All color formats for development

HEX
#4E67CA
RGB
rgb(78, 103, 202)
HSL
hsl(228, 54%, 55%)
OKLCH
oklch(0.546 0.156 269.9)
CMYK
cmyk(61%, 49%, 0%, 21%)

Accessibility

WCAG contrast compliance

On White Background

5.10:1

AA AAA

On Black Background

4.12:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3F5
100
#E4E7
200
#CCD3
300
#A5B1
400
#7689
500
#4E67
600
#344C
700
#293C
800
#1D2B
900
#131C
950
#0C11

Shades

Darker variations

1#3A55C2
2#344CAD
3#2D4297
4#273982
5#202F6C
6#1A2656
7#131C41
8#0D132B
9#060916

Tints

Lighter variations

1#6076CF
2#7285D5
3#8395DA
4#95A4DF
5#A7B3E5
6#B8C2EA
7#CAD1EF
8#DCE1F4
9#EDF0FA

Tones

Muted variations

1#546BC4
2#5B6FBE
3#6172B8
4#6776B1
5#6D7AAB
6#737DA5
7#7A819F
8#808599
9#868992

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3F5
#F3F5FB
BackgroundsSubtle highlightsCard backgrounds
100
E4E7
#E4E7F7
Light backgroundsTable row hoverSkeleton loading
200
CCD3
#CCD3F0
Secondary backgroundsInput backgroundsDividers
300
A5B1
#A5B1E4
BordersInactive statesPlaceholder text
400
7689
#7689D6
Disabled statesSecondary iconsMuted text
500
4E67
#4E67CA
Primary brand colorCTAsActive elementsLinks
600
344C
#344CAD
Hover statesFocus ringsPrimary buttons hover
700
293C
#293C89
Active/pressed statesDark mode accentsSecondary text
800
1D2B
#1D2B62
Text on light backgroundsHeadingsStrong borders
900
131C
#131C3F
Primary textHigh emphasis contentDark headings
950
0C11
#0C1127
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --royal-blue-50: #F3F5FB;
  --royal-blue-100: #E4E7F7;
  --royal-blue-200: #CCD3F0;
  --royal-blue-300: #A5B1E4;
  --royal-blue-400: #7689D6;
  --royal-blue-500: #4E67CA;
  --royal-blue-600: #344CAD;
  --royal-blue-700: #293C89;
  --royal-blue-800: #1D2B62;
  --royal-blue-900: #131C3F;
  --royal-blue-950: #0C1127;
}
Generate More ShadesCreate PaletteConvert Color