Royal Blue

#5D73EF

Blue

Color Codes

All color formats for development

HEX
#5D73EF
RGB
rgb(93, 115, 239)
HSL
hsl(231, 82%, 65%)
OKLCH
oklch(0.604 0.187 272.1)
CMYK
cmyk(61%, 52%, 0%, 6%)

Accessibility

WCAG contrast compliance

On White Background

4.07:1

AA AAA

On Black Background

5.16:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1F3
100
#DFE3
200
#C3CB
300
#94A3
400
#5D73
500
#2E4A
600
#1430
700
#1026
800
#0B1B
900
#0711
950
#050B

Shades

Darker variations

1#3E58EC
2#203EE9
3#1531D3
4#122AB5
5#0F2397
6#0C1C79
7#09155A
8#060E3C
9#03071E

Tints

Lighter variations

1#6D81F1
2#7D8FF2
3#8D9DF4
4#9EABF5
5#AEB9F7
6#BEC7F9
7#CED5FA
8#DFE3FC
9#EFF1FD

Tones

Muted variations

1#6478E8
2#6B7DE0
3#7382D9
4#7A87D2
5#818CCA
6#8891C3
7#9096BC
8#979CB4
9#9EA1AD

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1F3
#F1F3FE
BackgroundsSubtle highlightsCard backgrounds
100
DFE3
#DFE3FC
Light backgroundsTable row hoverSkeleton loading
200
C3CB
#C3CBF9
Secondary backgroundsInput backgroundsDividers
300
94A3
#94A3F4
BordersInactive statesPlaceholder text
400
5D73
#5D73EF
Disabled statesSecondary iconsMuted text
500
2E4A
#2E4AEA
Primary brand colorCTAsActive elementsLinks
600
1430
#1430CC
Hover statesFocus ringsPrimary buttons hover
700
1026
#1026A2
Active/pressed statesDark mode accentsSecondary text
800
0B1B
#0B1B74
Text on light backgroundsHeadingsStrong borders
900
0711
#07114A
Primary textHigh emphasis contentDark headings
950
050B
#050B2E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --royal-blue-50: #F1F3FE;
  --royal-blue-100: #DFE3FC;
  --royal-blue-200: #C3CBF9;
  --royal-blue-300: #94A3F4;
  --royal-blue-400: #5D73EF;
  --royal-blue-500: #2E4AEA;
  --royal-blue-600: #1430CC;
  --royal-blue-700: #1026A2;
  --royal-blue-800: #0B1B74;
  --royal-blue-900: #07114A;
  --royal-blue-950: #050B2E;
}
Generate More ShadesCreate PaletteConvert Color