Royal Blue

#5159C8

Blue

Color Codes

All color formats for development

HEX
#5159C8
RGB
rgb(81, 89, 200)
HSL
hsl(236, 52%, 55%)
OKLCH
oklch(0.519 0.17 275.6)
CMYK
cmyk(60%, 56%, 0%, 22%)

Accessibility

WCAG contrast compliance

On White Background

5.81:1

AA AAA

On Black Background

3.61:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3F4
100
#E4E5
200
#CDCF
300
#A6AA
400
#777E
500
#5159
600
#363E
700
#2B31
800
#1F23
900
#1416
950
#0C0E

Shades

Darker variations

1#3D45C0
2#363EAB
3#2F3695
4#282E80
5#22276B
6#1B1F55
7#141740
8#0D0F2B
9#070815

Tints

Lighter variations

1#6269CD
2#737AD3
3#858AD8
4#969BDE
5#A8ACE3
6#B9BCE9
7#CBCDEE
8#DCDEF4
9#EEEEF9

Tones

Muted variations

1#575EC2
2#5D63BC
3#6268B6
4#686DB0
5#6E72AA
6#7478A4
7#7A7D9E
8#808298
9#868792

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3F4
#F3F4FB
BackgroundsSubtle highlightsCard backgrounds
100
E4E5
#E4E5F6
Light backgroundsTable row hoverSkeleton loading
200
CDCF
#CDCFEF
Secondary backgroundsInput backgroundsDividers
300
A6AA
#A6AAE3
BordersInactive statesPlaceholder text
400
777E
#777ED4
Disabled statesSecondary iconsMuted text
500
5159
#5159C8
Primary brand colorCTAsActive elementsLinks
600
363E
#363EAB
Hover statesFocus ringsPrimary buttons hover
700
2B31
#2B3188
Active/pressed statesDark mode accentsSecondary text
800
1F23
#1F2361
Text on light backgroundsHeadingsStrong borders
900
1416
#14163E
Primary textHigh emphasis contentDark headings
950
0C0E
#0C0E27
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --royal-blue-50: #F3F4FB;
  --royal-blue-100: #E4E5F6;
  --royal-blue-200: #CDCFEF;
  --royal-blue-300: #A6AAE3;
  --royal-blue-400: #777ED4;
  --royal-blue-500: #5159C8;
  --royal-blue-600: #363EAB;
  --royal-blue-700: #2B3188;
  --royal-blue-800: #1F2361;
  --royal-blue-900: #14163E;
  --royal-blue-950: #0C0E27;
}
Generate More ShadesCreate PaletteConvert Color