Royal Blue

#6551FB

Blue

Color Codes

All color formats for development

HEX
#6551FB
RGB
rgb(101, 81, 251)
HSL
hsl(247, 96%, 65%)
OKLCH
oklch(0.562 0.24 280.6)
CMYK
cmyk(60%, 68%, 0%, 2%)

Accessibility

WCAG contrast compliance

On White Background

5.09:1

AA AAA

On Black Background

4.12:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2F0
100
#E0DC
200
#C5BE
300
#998C
400
#6450
500
#381E
600
#1E04
700
#1804
800
#1103
900
#0B02
950
#0701

Shades

Darker variations

1#4730FB
2#2B0FFA
3#1F05E3
4#1A04C3
5#1603A2
6#120382
7#0D0261
8#090141
9#040120

Tints

Lighter variations

1#7462FC
2#8373FC
3#9385FD
4#A296FD
5#B2A8FD
6#C1B9FE
7#D1CBFE
8#E0DCFE
9#F0EEFF

Tones

Muted variations

1#6B59F3
2#7161EA
3#786AE2
4#7E72D9
5#857BD1
6#8B83C8
7#928CBF
8#9995B7
9#9F9DAE

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2F0
#F2F0FF
BackgroundsSubtle highlightsCard backgrounds
100
E0DC
#E0DCFE
Light backgroundsTable row hoverSkeleton loading
200
C5BE
#C5BEFE
Secondary backgroundsInput backgroundsDividers
300
998C
#998CFD
BordersInactive statesPlaceholder text
400
6450
#6450FB
Disabled statesSecondary iconsMuted text
500
381E
#381EFA
Primary brand colorCTAsActive elementsLinks
600
1E04
#1E04DC
Hover statesFocus ringsPrimary buttons hover
700
1804
#1804AF
Active/pressed statesDark mode accentsSecondary text
800
1103
#11037D
Text on light backgroundsHeadingsStrong borders
900
0B02
#0B0250
Primary textHigh emphasis contentDark headings
950
0701
#070132
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --royal-blue-50: #F2F0FF;
  --royal-blue-100: #E0DCFE;
  --royal-blue-200: #C5BEFE;
  --royal-blue-300: #998CFD;
  --royal-blue-400: #6450FB;
  --royal-blue-500: #381EFA;
  --royal-blue-600: #1E04DC;
  --royal-blue-700: #1804AF;
  --royal-blue-800: #11037D;
  --royal-blue-900: #0B0250;
  --royal-blue-950: #070132;
}
Generate More ShadesCreate PaletteConvert Color