Royal Blue

#5E7DED

Blue

Color Codes

All color formats for development

HEX
#5E7DED
RGB
rgb(94, 125, 237)
HSL
hsl(227, 80%, 65%)
OKLCH
oklch(0.622 0.171 269.3)
CMYK
cmyk(60%, 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
#95AA
400
#5E7D
500
#3058
600
#163D
700
#1231
800
#0D23
900
#0816
950
#050E

Shades

Darker variations

1#4165EA
2#234DE7
3#173FD1
4#1436B3
5#112D95
6#0D2477
7#0A1B5A
8#07123C
9#03091E

Tints

Lighter variations

1#6E8AEF
2#7E97F1
3#8FA4F3
4#9FB1F4
5#AFBEF6
6#BFCBF8
7#CFD8FA
8#DFE5FB
9#EFF2FD

Tones

Muted variations

1#6581E6
2#6D85DF
3#7489D8
4#7B8DD1
5#8292C9
6#8996C2
7#909ABB
8#979EB4
9#9FA2AD

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1F4
#F1F4FD
BackgroundsSubtle highlightsCard backgrounds
100
DFE5
#DFE5FB
Light backgroundsTable row hoverSkeleton loading
200
C3CF
#C3CFF8
Secondary backgroundsInput backgroundsDividers
300
95AA
#95AAF3
BordersInactive statesPlaceholder text
400
5E7D
#5E7DED
Disabled statesSecondary iconsMuted text
500
3058
#3058E8
Primary brand colorCTAsActive elementsLinks
600
163D
#163DCA
Hover statesFocus ringsPrimary buttons hover
700
1231
#1231A1
Active/pressed statesDark mode accentsSecondary text
800
0D23
#0D2373
Text on light backgroundsHeadingsStrong borders
900
0816
#081649
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: #F1F4FD;
  --royal-blue-100: #DFE5FB;
  --royal-blue-200: #C3CFF8;
  --royal-blue-300: #95AAF3;
  --royal-blue-400: #5E7DED;
  --royal-blue-500: #3058E8;
  --royal-blue-600: #163DCA;
  --royal-blue-700: #1231A1;
  --royal-blue-800: #0D2373;
  --royal-blue-900: #081649;
  --royal-blue-950: #050E2E;
}
Generate More ShadesCreate PaletteConvert Color