Royal Blue

#4374D6

Blue

Color Codes

All color formats for development

HEX
#4374D6
RGB
rgb(67, 116, 214)
HSL
hsl(220, 64%, 55%)
OKLCH
oklch(0.575 0.16 262.5)
CMYK
cmyk(69%, 46%, 0%, 16%)

Accessibility

WCAG contrast compliance

On White Background

4.46:1

AA AAA

On Black Background

4.71:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2F6
100
#E2E9
200
#C9D7
300
#9FB8
400
#6D93
500
#4374
600
#2858
700
#2046
800
#1732
900
#0F20
950
#0914

Shades

Darker variations

1#2D63CF
2#2858B8
3#234DA1
4#1E428A
5#193773
6#142C5C
7#0F2145
8#0A162E
9#050B17

Tints

Lighter variations

1#5682DA
2#6890DE
3#7B9EE2
4#8EABE6
5#A1B9EA
6#B4C7EE
7#C7D5F3
8#D9E3F7
9#ECF1FB

Tones

Muted variations

1#4A76CE
2#5179C7
3#597BC0
4#607EB8
5#6880B1
6#6F82AA
7#7685A2
8#7E879B
9#858A94

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2F6
#F2F6FC
BackgroundsSubtle highlightsCard backgrounds
100
E2E9
#E2E9F9
Light backgroundsTable row hoverSkeleton loading
200
C9D7
#C9D7F3
Secondary backgroundsInput backgroundsDividers
300
9FB8
#9FB8EA
BordersInactive statesPlaceholder text
400
6D93
#6D93DF
Disabled statesSecondary iconsMuted text
500
4374
#4374D6
Primary brand colorCTAsActive elementsLinks
600
2858
#2858B8
Hover statesFocus ringsPrimary buttons hover
700
2046
#204692
Active/pressed statesDark mode accentsSecondary text
800
1732
#173269
Text on light backgroundsHeadingsStrong borders
900
0F20
#0F2043
Primary textHigh emphasis contentDark headings
950
0914
#09142A
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --royal-blue-50: #F2F6FC;
  --royal-blue-100: #E2E9F9;
  --royal-blue-200: #C9D7F3;
  --royal-blue-300: #9FB8EA;
  --royal-blue-400: #6D93DF;
  --royal-blue-500: #4374D6;
  --royal-blue-600: #2858B8;
  --royal-blue-700: #204692;
  --royal-blue-800: #173269;
  --royal-blue-900: #0F2043;
  --royal-blue-950: #09142A;
}
Generate More ShadesCreate PaletteConvert Color