Royal Blue

#548AF8

Blue

Color Codes

All color formats for development

HEX
#548AF8
RGB
rgb(84, 138, 248)
HSL
hsl(220, 92%, 65%)
OKLCH
oklch(0.651 0.174 262.8)
CMYK
cmyk(66%, 44%, 0%, 3%)

Accessibility

WCAG contrast compliance

On White Background

3.30:1

AA AAA

On Black Background

6.37:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0F5
100
#DDE8
200
#BFD4
300
#8EB2
400
#548A
500
#2369
600
#094E
700
#073E
800
#052C
900
#031C
950
#0212

Shades

Darker variations

1#3475F7
2#145FF5
3#0950DF
4#0845BF
5#07399F
6#052E7F
7#04225F
8#031740
9#010B20

Tints

Lighter variations

1#6596F9
2#76A2F9
3#87ADFA
4#98B9FB
5#A9C5FB
6#BAD0FC
7#CCDCFD
8#DDE8FE
9#EEF3FE

Tones

Muted variations

1#5C8DF0
2#6490E7
3#6C93DF
4#7495D7
5#7D98CF
6#859BC7
7#8D9EBE
8#95A0B6
9#9EA3AE

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0F5
#F0F5FE
BackgroundsSubtle highlightsCard backgrounds
100
DDE8
#DDE8FE
Light backgroundsTable row hoverSkeleton loading
200
BFD4
#BFD4FC
Secondary backgroundsInput backgroundsDividers
300
8EB2
#8EB2FA
BordersInactive statesPlaceholder text
400
548A
#548AF8
Disabled statesSecondary iconsMuted text
500
2369
#2369F6
Primary brand colorCTAsActive elementsLinks
600
094E
#094ED7
Hover statesFocus ringsPrimary buttons hover
700
073E
#073EAB
Active/pressed statesDark mode accentsSecondary text
800
052C
#052C7A
Text on light backgroundsHeadingsStrong borders
900
031C
#031C4E
Primary textHigh emphasis contentDark headings
950
0212
#021231
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --royal-blue-50: #F0F5FE;
  --royal-blue-100: #DDE8FE;
  --royal-blue-200: #BFD4FC;
  --royal-blue-300: #8EB2FA;
  --royal-blue-400: #548AF8;
  --royal-blue-500: #2369F6;
  --royal-blue-600: #094ED7;
  --royal-blue-700: #073EAB;
  --royal-blue-800: #052C7A;
  --royal-blue-900: #031C4E;
  --royal-blue-950: #021231;
}
Generate More ShadesCreate PaletteConvert Color