Royal Blue

#4345D6

Blue

Color Codes

All color formats for development

HEX
#4345D6
RGB
rgb(67, 69, 214)
HSL
hsl(239, 64%, 55%)
OKLCH
oklch(0.487 0.216 274.3)
CMYK
cmyk(69%, 68%, 0%, 16%)

Accessibility

WCAG contrast compliance

On White Background

6.86:1

AA AAA

On Black Background

3.06:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2F3
100
#E2E2
200
#C9C9
300
#9FA0
400
#6D6F
500
#4345
600
#282B
700
#2022
800
#1718
900
#0F10
950
#090A

Shades

Darker variations

1#2D30CF
2#282BB8
3#2325A1
4#1E208A
5#191B73
6#14155C
7#0F1045
8#0A0B2E
9#050517

Tints

Lighter variations

1#5658DA
2#686ADE
3#7B7DE2
4#8E90E6
5#A1A2EA
6#B4B5EE
7#C7C7F3
8#D9DAF7
9#ECECFB

Tones

Muted variations

1#4A4CCE
2#5153C7
3#595BC0
4#6062B8
5#6869B1
6#6F70AA
7#7677A2
8#7E7E9B
9#858594

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2F3
#F2F3FC
BackgroundsSubtle highlightsCard backgrounds
100
E2E2
#E2E2F9
Light backgroundsTable row hoverSkeleton loading
200
C9C9
#C9C9F3
Secondary backgroundsInput backgroundsDividers
300
9FA0
#9FA0EA
BordersInactive statesPlaceholder text
400
6D6F
#6D6FDF
Disabled statesSecondary iconsMuted text
500
4345
#4345D6
Primary brand colorCTAsActive elementsLinks
600
282B
#282BB8
Hover statesFocus ringsPrimary buttons hover
700
2022
#202292
Active/pressed statesDark mode accentsSecondary text
800
1718
#171869
Text on light backgroundsHeadingsStrong borders
900
0F10
#0F1043
Primary textHigh emphasis contentDark headings
950
090A
#090A2A
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --royal-blue-50: #F2F3FC;
  --royal-blue-100: #E2E2F9;
  --royal-blue-200: #C9C9F3;
  --royal-blue-300: #9FA0EA;
  --royal-blue-400: #6D6FDF;
  --royal-blue-500: #4345D6;
  --royal-blue-600: #282BB8;
  --royal-blue-700: #202292;
  --royal-blue-800: #171869;
  --royal-blue-900: #0F1043;
  --royal-blue-950: #090A2A;
}
Generate More ShadesCreate PaletteConvert Color