Royal Blue

#5565F6

Blue

Color Codes

All color formats for development

HEX
#5565F6
RGB
rgb(85, 101, 246)
HSL
hsl(234, 90%, 65%)
OKLCH
oklch(0.579 0.215 272.9)
CMYK
cmyk(65%, 59%, 0%, 4%)

Accessibility

WCAG contrast compliance

On White Background

4.59:1

AA AAA

On Black Background

4.58:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0F2
100
#DDE0
200
#C0C6
300
#909A
400
#5565
500
#253A
600
#0B1F
700
#0919
800
#0612
900
#040B
950
#0307

Shades

Darker variations

1#3649F4
2#162CF3
3#0C20DC
4#0A1CBD
5#08179D
6#07137E
7#050E5E
8#03093F
9#02051F

Tints

Lighter variations

1#6675F7
2#7784F8
3#8894F9
4#99A3FA
5#AAB2FB
6#BBC2FB
7#CCD1FC
8#DDE0FD
9#EEF0FE

Tones

Muted variations

1#5D6CEE
2#6572E6
3#6E79DE
4#767FD6
5#7E86CE
6#868CC6
7#8E92BE
8#9699B6
9#9E9FAE

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0F2
#F0F2FE
BackgroundsSubtle highlightsCard backgrounds
100
DDE0
#DDE0FD
Light backgroundsTable row hoverSkeleton loading
200
C0C6
#C0C6FC
Secondary backgroundsInput backgroundsDividers
300
909A
#909AF9
BordersInactive statesPlaceholder text
400
5565
#5565F6
Disabled statesSecondary iconsMuted text
500
253A
#253AF4
Primary brand colorCTAsActive elementsLinks
600
0B1F
#0B1FD5
Hover statesFocus ringsPrimary buttons hover
700
0919
#0919AA
Active/pressed statesDark mode accentsSecondary text
800
0612
#061279
Text on light backgroundsHeadingsStrong borders
900
040B
#040B4E
Primary textHigh emphasis contentDark headings
950
0307
#030730
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --royal-blue-50: #F0F2FE;
  --royal-blue-100: #DDE0FD;
  --royal-blue-200: #C0C6FC;
  --royal-blue-300: #909AF9;
  --royal-blue-400: #5565F6;
  --royal-blue-500: #253AF4;
  --royal-blue-600: #0B1FD5;
  --royal-blue-700: #0919AA;
  --royal-blue-800: #061279;
  --royal-blue-900: #040B4E;
  --royal-blue-950: #030730;
}
Generate More ShadesCreate PaletteConvert Color