Royal Blue

#5D7CEF

Blue

Color Codes

All color formats for development

HEX
#5D7CEF
RGB
rgb(93, 124, 239)
HSL
hsl(227, 82%, 65%)
OKLCH
oklch(0.621 0.176 269.4)
CMYK
cmyk(61%, 48%, 0%, 6%)

Accessibility

WCAG contrast compliance

On White Background

3.75:1

AA AAA

On Black Background

5.59:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1F4
100
#DFE5
200
#C3CE
300
#94A9
400
#5D7C
500
#2E57
600
#143C
700
#1030
800
#0B22
900
#0716
950
#050E

Shades

Darker variations

1#3E64EC
2#204CE9
3#153ED3
4#1235B5
5#0F2C97
6#0C2379
7#091B5A
8#06123C
9#03091E

Tints

Lighter variations

1#6D89F1
2#7D96F2
3#8DA3F4
4#9EB1F5
5#AEBEF7
6#BECBF9
7#CED8FA
8#DFE5FC
9#EFF2FD

Tones

Muted variations

1#6480E8
2#6B85E0
3#7389D9
4#7A8DD2
5#8191CA
6#8895C3
7#9099BC
8#979DB4
9#9EA2AD

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1F4
#F1F4FE
BackgroundsSubtle highlightsCard backgrounds
100
DFE5
#DFE5FC
Light backgroundsTable row hoverSkeleton loading
200
C3CE
#C3CEF9
Secondary backgroundsInput backgroundsDividers
300
94A9
#94A9F4
BordersInactive statesPlaceholder text
400
5D7C
#5D7CEF
Disabled statesSecondary iconsMuted text
500
2E57
#2E57EA
Primary brand colorCTAsActive elementsLinks
600
143C
#143CCC
Hover statesFocus ringsPrimary buttons hover
700
1030
#1030A2
Active/pressed statesDark mode accentsSecondary text
800
0B22
#0B2274
Text on light backgroundsHeadingsStrong borders
900
0716
#07164A
Primary textHigh emphasis contentDark headings
950
050E
#050E2E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --royal-blue-50: #F1F4FE;
  --royal-blue-100: #DFE5FC;
  --royal-blue-200: #C3CEF9;
  --royal-blue-300: #94A9F4;
  --royal-blue-400: #5D7CEF;
  --royal-blue-500: #2E57EA;
  --royal-blue-600: #143CCC;
  --royal-blue-700: #1030A2;
  --royal-blue-800: #0B2274;
  --royal-blue-900: #07164A;
  --royal-blue-950: #050E2E;
}
Generate More ShadesCreate PaletteConvert Color