Royal Blue

#4E69CA

Blue

Color Codes

All color formats for development

HEX
#4E69CA
RGB
rgb(78, 105, 202)
HSL
hsl(227, 54%, 55%)
OKLCH
oklch(0.55 0.153 269.2)
CMYK
cmyk(61%, 48%, 0%, 21%)

Accessibility

WCAG contrast compliance

On White Background

5.00:1

AA AAA

On Black Background

4.20:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3F5
100
#E4E8
200
#CCD4
300
#A5B2
400
#768A
500
#4E69
600
#344E
700
#293E
800
#1D2C
900
#131C
950
#0C12

Shades

Darker variations

1#3A58C2
2#344EAD
3#2D4497
4#273A82
5#20316C
6#1A2756
7#131D41
8#0D132B
9#060A16

Tints

Lighter variations

1#6078CF
2#7287D5
3#8396DA
4#95A5DF
5#A7B4E5
6#B8C3EA
7#CAD2EF
8#DCE1F4
9#EDF0FA

Tones

Muted variations

1#546DC4
2#5B70BE
3#6174B8
4#6777B1
5#6D7BAB
6#737EA5
7#7A829F
8#808599
9#868992

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3F5
#F3F5FB
BackgroundsSubtle highlightsCard backgrounds
100
E4E8
#E4E8F7
Light backgroundsTable row hoverSkeleton loading
200
CCD4
#CCD4F0
Secondary backgroundsInput backgroundsDividers
300
A5B2
#A5B2E4
BordersInactive statesPlaceholder text
400
768A
#768AD6
Disabled statesSecondary iconsMuted text
500
4E69
#4E69CA
Primary brand colorCTAsActive elementsLinks
600
344E
#344EAD
Hover statesFocus ringsPrimary buttons hover
700
293E
#293E89
Active/pressed statesDark mode accentsSecondary text
800
1D2C
#1D2C62
Text on light backgroundsHeadingsStrong borders
900
131C
#131C3F
Primary textHigh emphasis contentDark headings
950
0C12
#0C1227
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --royal-blue-50: #F3F5FB;
  --royal-blue-100: #E4E8F7;
  --royal-blue-200: #CCD4F0;
  --royal-blue-300: #A5B2E4;
  --royal-blue-400: #768AD6;
  --royal-blue-500: #4E69CA;
  --royal-blue-600: #344EAD;
  --royal-blue-700: #293E89;
  --royal-blue-800: #1D2C62;
  --royal-blue-900: #131C3F;
  --royal-blue-950: #0C1227;
}
Generate More ShadesCreate PaletteConvert Color