Royal Blue

#6153F9

Blue

Color Codes

All color formats for development

HEX
#6153F9
RGB
rgb(97, 83, 249)
HSL
hsl(245, 93%, 65%)
OKLCH
oklch(0.56 0.237 279.3)
CMYK
cmyk(61%, 67%, 0%, 2%)

Accessibility

WCAG contrast compliance

On White Background

5.11:1

AA AAA

On Black Background

4.11:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1F0
100
#DFDD
200
#C4BF
300
#978E
400
#6153
500
#3322
600
#1908
700
#1406
800
#0E04
900
#0903
950
#0602

Shades

Darker variations

1#4333F8
2#2613F6
3#1A08E0
4#1607C0
5#1306A0
6#0F0580
7#0B0360
8#070240
9#040120

Tints

Lighter variations

1#7064F9
2#8075FA
3#9086FB
4#A098FB
5#B0A9FC
6#C0BAFD
7#CFCBFD
8#DFDDFE
9#EFEEFE

Tones

Muted variations

1#675BF0
2#6E63E8
3#756CE0
4#7C74D8
5#837CCF
6#8A85C7
7#918DBF
8#9895B6
9#9F9DAE

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1F0
#F1F0FE
BackgroundsSubtle highlightsCard backgrounds
100
DFDD
#DFDDFE
Light backgroundsTable row hoverSkeleton loading
200
C4BF
#C4BFFD
Secondary backgroundsInput backgroundsDividers
300
978E
#978EFB
BordersInactive statesPlaceholder text
400
6153
#6153F9
Disabled statesSecondary iconsMuted text
500
3322
#3322F7
Primary brand colorCTAsActive elementsLinks
600
1908
#1908D9
Hover statesFocus ringsPrimary buttons hover
700
1406
#1406AC
Active/pressed statesDark mode accentsSecondary text
800
0E04
#0E047B
Text on light backgroundsHeadingsStrong borders
900
0903
#09034F
Primary textHigh emphasis contentDark headings
950
0602
#060231
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --royal-blue-50: #F1F0FE;
  --royal-blue-100: #DFDDFE;
  --royal-blue-200: #C4BFFD;
  --royal-blue-300: #978EFB;
  --royal-blue-400: #6153F9;
  --royal-blue-500: #3322F7;
  --royal-blue-600: #1908D9;
  --royal-blue-700: #1406AC;
  --royal-blue-800: #0E047B;
  --royal-blue-900: #09034F;
  --royal-blue-950: #060231;
}
Generate More ShadesCreate PaletteConvert Color