Royal Blue

#5D7DEE

Blue

Color Codes

All color formats for development

HEX
#5D7DEE
RGB
rgb(93, 125, 238)
HSL
hsl(227, 81%, 65%)
OKLCH
oklch(0.622 0.173 269)
CMYK
cmyk(61%, 47%, 0%, 7%)

Accessibility

WCAG contrast compliance

On White Background

3.73:1

AA AAA

On Black Background

5.63:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1F4
100
#DFE5
200
#C3CF
300
#95A9
400
#5D7D
500
#2F58
600
#153D
700
#1130
800
#0C22
900
#0816
950
#050E

Shades

Darker variations

1#3F65EB
2#214CE8
3#163FD2
4#1336B4
5#102D96
6#0D2478
7#091B5A
8#06123C
9#03091E

Tints

Lighter variations

1#6E8AF0
2#7E97F1
3#8EA4F3
4#9EB1F5
5#AEBEF7
6#BECBF8
7#CFD8FA
8#DFE5FC
9#EFF2FD

Tones

Muted variations

1#6581E7
2#6C85E0
3#7389D8
4#7A8DD1
5#8291CA
6#8995C3
7#9099BB
8#979EB4
9#9FA2AD

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
C3CF
#C3CFF9
Secondary backgroundsInput backgroundsDividers
300
95A9
#95A9F4
BordersInactive statesPlaceholder text
400
5D7D
#5D7DEE
Disabled statesSecondary iconsMuted text
500
2F58
#2F58E9
Primary brand colorCTAsActive elementsLinks
600
153D
#153DCB
Hover statesFocus ringsPrimary buttons hover
700
1130
#1130A2
Active/pressed statesDark mode accentsSecondary text
800
0C22
#0C2273
Text on light backgroundsHeadingsStrong borders
900
0816
#08164A
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: #C3CFF9;
  --royal-blue-300: #95A9F4;
  --royal-blue-400: #5D7DEE;
  --royal-blue-500: #2F58E9;
  --royal-blue-600: #153DCB;
  --royal-blue-700: #1130A2;
  --royal-blue-800: #0C2273;
  --royal-blue-900: #08164A;
  --royal-blue-950: #050E2E;
}
Generate More ShadesCreate PaletteConvert Color