Royal Blue

#515BC8

Blue

Color Codes

All color formats for development

HEX
#515BC8
RGB
rgb(81, 91, 200)
HSL
hsl(235, 52%, 55%)
OKLCH
oklch(0.523 0.167 275.1)
CMYK
cmyk(60%, 54%, 0%, 22%)

Accessibility

WCAG contrast compliance

On White Background

5.71:1

AA AAA

On Black Background

3.68:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3F4
100
#E4E5
200
#CDCF
300
#A6AB
400
#777F
500
#515B
600
#3640
700
#2B33
800
#1F24
900
#1417
950
#0C0E

Shades

Darker variations

1#3D48C0
2#3640AB
3#2F3895
4#283080
5#22286B
6#1B2055
7#141840
8#0D102B
9#070815

Tints

Lighter variations

1#626BCD
2#737BD3
3#858CD8
4#969CDE
5#A8ADE3
6#B9BDE9
7#CBCEEE
8#DCDEF4
9#EEEFF9

Tones

Muted variations

1#575FC2
2#5D64BC
3#6269B6
4#686EB0
5#6E73AA
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
A6AB
#A6ABE3
BordersInactive statesPlaceholder text
400
777F
#777FD4
Disabled statesSecondary iconsMuted text
500
515B
#515BC8
Primary brand colorCTAsActive elementsLinks
600
3640
#3640AB
Hover statesFocus ringsPrimary buttons hover
700
2B33
#2B3388
Active/pressed statesDark mode accentsSecondary text
800
1F24
#1F2461
Text on light backgroundsHeadingsStrong borders
900
1417
#14173E
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: #A6ABE3;
  --royal-blue-400: #777FD4;
  --royal-blue-500: #515BC8;
  --royal-blue-600: #3640AB;
  --royal-blue-700: #2B3388;
  --royal-blue-800: #1F2461;
  --royal-blue-900: #14173E;
  --royal-blue-950: #0C0E27;
}
Generate More ShadesCreate PaletteConvert Color