Royal Blue

#6B52FA

Blue

Color Codes

All color formats for development

HEX
#6B52FA
RGB
rgb(107, 82, 250)
HSL
hsl(249, 94%, 65%)
OKLCH
oklch(0.567 0.237 282.5)
CMYK
cmyk(57%, 67%, 0%, 2%)

Accessibility

WCAG contrast compliance

On White Background

4.99:1

AA AAA

On Black Background

4.21:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2F0
100
#E1DC
200
#C8BF
300
#9E8D
400
#6B52
500
#4120
600
#2607
700
#1F05
800
#1604
900
#0E02
950
#0902

Shades

Darker variations

1#5032F9
2#3412F8
3#2807E1
4#2206C1
5#1C05A1
6#170481
7#110360
8#0B0240
9#060120

Tints

Lighter variations

1#7A63FA
2#8974FB
3#9786FB
4#A697FC
5#B5A8FC
6#C4BAFD
7#D3CBFD
8#E1DCFE
9#F0EEFE

Tones

Muted variations

1#715AF1
2#7763E9
3#7D6BE0
4#8373D8
5#887CD0
6#8E84C7
7#948DBF
8#9A95B7
9#A09DAE

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2F0
#F2F0FF
BackgroundsSubtle highlightsCard backgrounds
100
E1DC
#E1DCFE
Light backgroundsTable row hoverSkeleton loading
200
C8BF
#C8BFFD
Secondary backgroundsInput backgroundsDividers
300
9E8D
#9E8DFB
BordersInactive statesPlaceholder text
400
6B52
#6B52FA
Disabled statesSecondary iconsMuted text
500
4120
#4120F8
Primary brand colorCTAsActive elementsLinks
600
2607
#2607DA
Hover statesFocus ringsPrimary buttons hover
700
1F05
#1F05AD
Active/pressed statesDark mode accentsSecondary text
800
1604
#16047C
Text on light backgroundsHeadingsStrong borders
900
0E02
#0E024F
Primary textHigh emphasis contentDark headings
950
0902
#090231
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --royal-blue-50: #F2F0FF;
  --royal-blue-100: #E1DCFE;
  --royal-blue-200: #C8BFFD;
  --royal-blue-300: #9E8DFB;
  --royal-blue-400: #6B52FA;
  --royal-blue-500: #4120F8;
  --royal-blue-600: #2607DA;
  --royal-blue-700: #1F05AD;
  --royal-blue-800: #16047C;
  --royal-blue-900: #0E024F;
  --royal-blue-950: #090231;
}
Generate More ShadesCreate PaletteConvert Color