Royal Blue

#6C53F9

Blue

Color Codes

All color formats for development

HEX
#6C53F9
RGB
rgb(108, 83, 249)
HSL
hsl(249, 93%, 65%)
OKLCH
oklch(0.568 0.235 282.8)
CMYK
cmyk(57%, 67%, 0%, 2%)

Accessibility

WCAG contrast compliance

On White Background

4.95:1

AA AAA

On Black Background

4.24:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2F0
100
#E2DD
200
#C8BF
300
#9E8E
400
#6C53
500
#4222
600
#2708
700
#1F06
800
#1604
900
#0E03
950
#0902

Shades

Darker variations

1#5033F8
2#3513F6
3#2808E0
4#2307C0
5#1D06A0
6#170580
7#110360
8#0C0240
9#060120

Tints

Lighter variations

1#7A64F9
2#8975FA
3#9886FB
4#A798FB
5#B5A9FC
6#C4BAFD
7#D3CBFD
8#E2DDFE
9#F0EEFE

Tones

Muted variations

1#715BF0
2#7763E8
3#7D6CE0
4#8374D8
5#897CCF
6#8F85C7
7#948DBF
8#9A95B6
9#A09DAE

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2F0
#F2F0FE
BackgroundsSubtle highlightsCard backgrounds
100
E2DD
#E2DDFE
Light backgroundsTable row hoverSkeleton loading
200
C8BF
#C8BFFD
Secondary backgroundsInput backgroundsDividers
300
9E8E
#9E8EFB
BordersInactive statesPlaceholder text
400
6C53
#6C53F9
Disabled statesSecondary iconsMuted text
500
4222
#4222F7
Primary brand colorCTAsActive elementsLinks
600
2708
#2708D9
Hover statesFocus ringsPrimary buttons hover
700
1F06
#1F06AC
Active/pressed statesDark mode accentsSecondary text
800
1604
#16047B
Text on light backgroundsHeadingsStrong borders
900
0E03
#0E034F
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: #F2F0FE;
  --royal-blue-100: #E2DDFE;
  --royal-blue-200: #C8BFFD;
  --royal-blue-300: #9E8EFB;
  --royal-blue-400: #6C53F9;
  --royal-blue-500: #4222F7;
  --royal-blue-600: #2708D9;
  --royal-blue-700: #1F06AC;
  --royal-blue-800: #16047B;
  --royal-blue-900: #0E034F;
  --royal-blue-950: #090231;
}
Generate More ShadesCreate PaletteConvert Color