Royal Blue

#5D7AEE

Blue

Color Codes

All color formats for development

HEX
#5D7AEE
RGB
rgb(93, 122, 238)
HSL
hsl(228, 81%, 65%)
OKLCH
oklch(0.617 0.177 270)
CMYK
cmyk(61%, 49%, 0%, 7%)

Accessibility

WCAG contrast compliance

On White Background

3.83:1

AA AAA

On Black Background

5.48:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1F4
100
#DFE4
200
#C3CE
300
#95A8
400
#5D7A
500
#2F54
600
#153A
700
#112E
800
#0C21
900
#0815
950
#050D

Shades

Darker variations

1#3F62EB
2#2149E8
3#163CD2
4#1333B4
5#102B96
6#0D2278
7#091A5A
8#06113C
9#03091E

Tints

Lighter variations

1#6E88F0
2#7E95F1
3#8EA2F3
4#9EAFF5
5#AEBDF7
6#BECAF8
7#CFD7FA
8#DFE4FC
9#EFF2FD

Tones

Muted variations

1#657FE7
2#6C83E0
3#7387D8
4#7A8CD1
5#8290CA
6#8994C3
7#9099BB
8#979DB4
9#9FA1AD

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1F4
#F1F4FE
BackgroundsSubtle highlightsCard backgrounds
100
DFE4
#DFE4FC
Light backgroundsTable row hoverSkeleton loading
200
C3CE
#C3CEF9
Secondary backgroundsInput backgroundsDividers
300
95A8
#95A8F4
BordersInactive statesPlaceholder text
400
5D7A
#5D7AEE
Disabled statesSecondary iconsMuted text
500
2F54
#2F54E9
Primary brand colorCTAsActive elementsLinks
600
153A
#153ACB
Hover statesFocus ringsPrimary buttons hover
700
112E
#112EA2
Active/pressed statesDark mode accentsSecondary text
800
0C21
#0C2173
Text on light backgroundsHeadingsStrong borders
900
0815
#08154A
Primary textHigh emphasis contentDark headings
950
050D
#050D2E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --royal-blue-50: #F1F4FE;
  --royal-blue-100: #DFE4FC;
  --royal-blue-200: #C3CEF9;
  --royal-blue-300: #95A8F4;
  --royal-blue-400: #5D7AEE;
  --royal-blue-500: #2F54E9;
  --royal-blue-600: #153ACB;
  --royal-blue-700: #112EA2;
  --royal-blue-800: #0C2173;
  --royal-blue-900: #08154A;
  --royal-blue-950: #050D2E;
}
Generate More ShadesCreate PaletteConvert Color