Royal Blue

#506AFB

Blue

Color Codes

All color formats for development

HEX
#506AFB
RGB
rgb(80, 106, 251)
HSL
hsl(231, 96%, 65%)
OKLCH
oklch(0.589 0.217 270.5)
CMYK
cmyk(68%, 58%, 0%, 2%)

Accessibility

WCAG contrast compliance

On White Background

4.38:1

AA AAA

On Black Background

4.80:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0F2
100
#DCE1
200
#BEC8
300
#8C9D
400
#506A
500
#1E3F
600
#0425
700
#041D
800
#0315
900
#020D
950
#0108

Shades

Darker variations

1#304EFB
2#0F32FA
3#0526E3
4#0421C3
5#031BA2
6#031682
7#021061
8#010B41
9#010520

Tints

Lighter variations

1#6279FC
2#7388FC
3#8597FD
4#96A5FD
5#A8B4FD
6#B9C3FE
7#CBD2FE
8#DCE1FE
9#EEF0FF

Tones

Muted variations

1#5970F3
2#6176EA
3#6A7CE2
4#7282D9
5#7B88D1
6#838EC8
7#8C94BF
8#959AB7
9#9DA0AE

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0F2
#F0F2FF
BackgroundsSubtle highlightsCard backgrounds
100
DCE1
#DCE1FE
Light backgroundsTable row hoverSkeleton loading
200
BEC8
#BEC8FE
Secondary backgroundsInput backgroundsDividers
300
8C9D
#8C9DFD
BordersInactive statesPlaceholder text
400
506A
#506AFB
Disabled statesSecondary iconsMuted text
500
1E3F
#1E3FFA
Primary brand colorCTAsActive elementsLinks
600
0425
#0425DC
Hover statesFocus ringsPrimary buttons hover
700
041D
#041DAF
Active/pressed statesDark mode accentsSecondary text
800
0315
#03157D
Text on light backgroundsHeadingsStrong borders
900
020D
#020D50
Primary textHigh emphasis contentDark headings
950
0108
#010832
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --royal-blue-50: #F0F2FF;
  --royal-blue-100: #DCE1FE;
  --royal-blue-200: #BEC8FE;
  --royal-blue-300: #8C9DFD;
  --royal-blue-400: #506AFB;
  --royal-blue-500: #1E3FFA;
  --royal-blue-600: #0425DC;
  --royal-blue-700: #041DAF;
  --royal-blue-800: #03157D;
  --royal-blue-900: #020D50;
  --royal-blue-950: #010832;
}
Generate More ShadesCreate PaletteConvert Color