Royal Blue

#5E6FED

Blue

Color Codes

All color formats for development

HEX
#5E6FED
RGB
rgb(94, 111, 237)
HSL
hsl(233, 80%, 65%)
OKLCH
oklch(0.595 0.189 273.5)
CMYK
cmyk(60%, 53%, 0%, 7%)

Accessibility

WCAG contrast compliance

On White Background

4.22:1

AA AAA

On Black Background

4.97:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1F3
100
#DFE2
200
#C3CA
300
#95A0
400
#5E6F
500
#3046
600
#162B
700
#1223
800
#0D19
900
#0810
950
#050A

Shades

Darker variations

1#4154EA
2#233AE7
3#172DD1
4#1426B3
5#112095
6#0D1A77
7#0A135A
8#070D3C
9#03061E

Tints

Lighter variations

1#6E7DEF
2#7E8CF1
3#8F9AF3
4#9FA9F4
5#AFB7F6
6#BFC5F8
7#CFD4FA
8#DFE2FB
9#EFF1FD

Tones

Muted variations

1#6574E6
2#6D7ADF
3#747FD8
4#7B85D1
5#828AC9
6#8990C2
7#9095BB
8#979BB4
9#9FA0AD

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1F3
#F1F3FD
BackgroundsSubtle highlightsCard backgrounds
100
DFE2
#DFE2FB
Light backgroundsTable row hoverSkeleton loading
200
C3CA
#C3CAF8
Secondary backgroundsInput backgroundsDividers
300
95A0
#95A0F3
BordersInactive statesPlaceholder text
400
5E6F
#5E6FED
Disabled statesSecondary iconsMuted text
500
3046
#3046E8
Primary brand colorCTAsActive elementsLinks
600
162B
#162BCA
Hover statesFocus ringsPrimary buttons hover
700
1223
#1223A1
Active/pressed statesDark mode accentsSecondary text
800
0D19
#0D1973
Text on light backgroundsHeadingsStrong borders
900
0810
#081049
Primary textHigh emphasis contentDark headings
950
050A
#050A2E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --royal-blue-50: #F1F3FD;
  --royal-blue-100: #DFE2FB;
  --royal-blue-200: #C3CAF8;
  --royal-blue-300: #95A0F3;
  --royal-blue-400: #5E6FED;
  --royal-blue-500: #3046E8;
  --royal-blue-600: #162BCA;
  --royal-blue-700: #1223A1;
  --royal-blue-800: #0D1973;
  --royal-blue-900: #081049;
  --royal-blue-950: #050A2E;
}
Generate More ShadesCreate PaletteConvert Color