Royal Blue

#6552FA

Blue

Color Codes

All color formats for development

HEX
#6552FA
RGB
rgb(101, 82, 250)
HSL
hsl(247, 94%, 65%)
OKLCH
oklch(0.562 0.238 280.6)
CMYK
cmyk(60%, 67%, 0%, 2%)

Accessibility

WCAG contrast compliance

On White Background

5.07:1

AA AAA

On Black Background

4.14:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2F0
100
#E0DC
200
#C6BF
300
#9A8D
400
#6552
500
#3A20
600
#1F07
700
#1905
800
#1204
900
#0B02
950
#0702

Shades

Darker variations

1#4932F9
2#2C12F8
3#2007E1
4#1C06C1
5#1705A1
6#130481
7#0E0360
8#090240
9#050120

Tints

Lighter variations

1#7563FA
2#8474FB
3#9486FB
4#A397FC
5#B2A8FC
6#C2BAFD
7#D1CBFD
8#E0DCFE
9#F0EEFE

Tones

Muted variations

1#6C5AF1
2#7263E9
3#796BE0
4#7F73D8
5#867CD0
6#8C84C7
7#928DBF
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
C6BF
#C6BFFD
Secondary backgroundsInput backgroundsDividers
300
9A8D
#9A8DFB
BordersInactive statesPlaceholder text
400
6552
#6552FA
Disabled statesSecondary iconsMuted text
500
3A20
#3A20F8
Primary brand colorCTAsActive elementsLinks
600
1F07
#1F07DA
Hover statesFocus ringsPrimary buttons hover
700
1905
#1905AD
Active/pressed statesDark mode accentsSecondary text
800
1204
#12047C
Text on light backgroundsHeadingsStrong borders
900
0B02
#0B024F
Primary textHigh emphasis contentDark headings
950
0702
#070231
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: #C6BFFD;
  --royal-blue-300: #9A8DFB;
  --royal-blue-400: #6552FA;
  --royal-blue-500: #3A20F8;
  --royal-blue-600: #1F07DA;
  --royal-blue-700: #1905AD;
  --royal-blue-800: #12047C;
  --royal-blue-900: #0B024F;
  --royal-blue-950: #070231;
}
Generate More ShadesCreate PaletteConvert Color