Royal Blue

#4E71FD

Blue

Color Codes

All color formats for development

HEX
#4E71FD
RGB
rgb(78, 113, 253)
HSL
hsl(228, 98%, 65%)
OKLCH
oklch(0.602 0.212 268.6)
CMYK
cmyk(69%, 55%, 0%, 1%)

Accessibility

WCAG contrast compliance

On White Background

4.11:1

AA AAA

On Black Background

5.10:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0F3
100
#DCE3
200
#BDCA
300
#8BA2
400
#4E71
500
#1C49
600
#022E
700
#0225
800
#011A
900
#0111
950
#010B

Shades

Darker variations

1#2D57FD
2#0D3DFD
3#0230E6
4#0229C5
5#0222A4
6#011B83
7#011462
8#010E42
9#000721

Tints

Lighter variations

1#607FFD
2#728EFE
3#839CFE
4#95AAFE
5#A7B8FE
6#B8C6FE
7#CAD4FE
8#DCE3FF
9#EDF1FF

Tones

Muted variations

1#5777F4
2#607CEC
3#6981E3
4#7186DA
5#7A8CD1
6#8391C9
7#8C96C0
8#949BB7
9#9DA1AE

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0F3
#F0F3FF
BackgroundsSubtle highlightsCard backgrounds
100
DCE3
#DCE3FF
Light backgroundsTable row hoverSkeleton loading
200
BDCA
#BDCAFE
Secondary backgroundsInput backgroundsDividers
300
8BA2
#8BA2FE
BordersInactive statesPlaceholder text
400
4E71
#4E71FD
Disabled statesSecondary iconsMuted text
500
1C49
#1C49FD
Primary brand colorCTAsActive elementsLinks
600
022E
#022EDE
Hover statesFocus ringsPrimary buttons hover
700
0225
#0225B1
Active/pressed statesDark mode accentsSecondary text
800
011A
#011A7E
Text on light backgroundsHeadingsStrong borders
900
0111
#011151
Primary textHigh emphasis contentDark headings
950
010B
#010B32
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --royal-blue-50: #F0F3FF;
  --royal-blue-100: #DCE3FF;
  --royal-blue-200: #BDCAFE;
  --royal-blue-300: #8BA2FE;
  --royal-blue-400: #4E71FD;
  --royal-blue-500: #1C49FD;
  --royal-blue-600: #022EDE;
  --royal-blue-700: #0225B1;
  --royal-blue-800: #011A7E;
  --royal-blue-900: #011151;
  --royal-blue-950: #010B32;
}
Generate More ShadesCreate PaletteConvert Color