Royal Blue

#547DF8

Blue

Color Codes

All color formats for development

HEX
#547DF8
RGB
rgb(84, 125, 248)
HSL
hsl(225, 92%, 65%)
OKLCH
oklch(0.624 0.189 267)
CMYK
cmyk(66%, 50%, 0%, 3%)

Accessibility

WCAG contrast compliance

On White Background

3.71:1

AA AAA

On Black Background

5.67:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0F4
100
#DDE5
200
#BFCF
300
#8EA9
400
#547D
500
#2357
600
#093D
700
#0730
800
#0522
900
#0316
950
#020E

Shades

Darker variations

1#3464F7
2#144CF5
3#093FDF
4#0836BF
5#072D9F
6#05247F
7#041B5F
8#031240
9#010920

Tints

Lighter variations

1#658AF9
2#7697F9
3#87A4FA
4#98B1FB
5#A9BEFB
6#BACBFC
7#CCD8FD
8#DDE5FE
9#EEF2FE

Tones

Muted variations

1#5C81F0
2#6485E7
3#6C89DF
4#748DD7
5#7D91CF
6#8595C7
7#8D99BE
8#959EB6
9#9EA2AE

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0F4
#F0F4FE
BackgroundsSubtle highlightsCard backgrounds
100
DDE5
#DDE5FE
Light backgroundsTable row hoverSkeleton loading
200
BFCF
#BFCFFC
Secondary backgroundsInput backgroundsDividers
300
8EA9
#8EA9FA
BordersInactive statesPlaceholder text
400
547D
#547DF8
Disabled statesSecondary iconsMuted text
500
2357
#2357F6
Primary brand colorCTAsActive elementsLinks
600
093D
#093DD7
Hover statesFocus ringsPrimary buttons hover
700
0730
#0730AB
Active/pressed statesDark mode accentsSecondary text
800
0522
#05227A
Text on light backgroundsHeadingsStrong borders
900
0316
#03164E
Primary textHigh emphasis contentDark headings
950
020E
#020E31
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --royal-blue-50: #F0F4FE;
  --royal-blue-100: #DDE5FE;
  --royal-blue-200: #BFCFFC;
  --royal-blue-300: #8EA9FA;
  --royal-blue-400: #547DF8;
  --royal-blue-500: #2357F6;
  --royal-blue-600: #093DD7;
  --royal-blue-700: #0730AB;
  --royal-blue-800: #05227A;
  --royal-blue-900: #03164E;
  --royal-blue-950: #020E31;
}
Generate More ShadesCreate PaletteConvert Color