Royal Blue

#6150FB

Blue

Color Codes

All color formats for development

HEX
#6150FB
RGB
rgb(97, 80, 251)
HSL
hsl(246, 96%, 65%)
OKLCH
oklch(0.557 0.242 279.5)
CMYK
cmyk(61%, 68%, 0%, 2%)

Accessibility

WCAG contrast compliance

On White Background

5.19:1

AA AAA

On Black Background

4.05:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1F0
100
#DFDC
200
#C4BE
300
#978C
400
#6150
500
#341E
600
#1A04
700
#1504
800
#0F03
900
#0902
950
#0601

Shades

Darker variations

1#4430FB
2#270FFA
3#1B05E3
4#1704C3
5#1303A2
6#0F0382
7#0C0261
8#080141
9#040120

Tints

Lighter variations

1#7162FC
2#8173FC
3#9185FD
4#A096FD
5#B0A8FD
6#C0B9FE
7#D0CBFE
8#DFDCFE
9#EFEEFF

Tones

Muted variations

1#6859F3
2#6F61EA
3#766AE2
4#7D72D9
5#837BD1
6#8A83C8
7#918CBF
8#9895B7
9#9F9DAE

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1F0
#F1F0FF
BackgroundsSubtle highlightsCard backgrounds
100
DFDC
#DFDCFE
Light backgroundsTable row hoverSkeleton loading
200
C4BE
#C4BEFE
Secondary backgroundsInput backgroundsDividers
300
978C
#978CFD
BordersInactive statesPlaceholder text
400
6150
#6150FB
Disabled statesSecondary iconsMuted text
500
341E
#341EFA
Primary brand colorCTAsActive elementsLinks
600
1A04
#1A04DC
Hover statesFocus ringsPrimary buttons hover
700
1504
#1504AF
Active/pressed statesDark mode accentsSecondary text
800
0F03
#0F037D
Text on light backgroundsHeadingsStrong borders
900
0902
#090250
Primary textHigh emphasis contentDark headings
950
0601
#060132
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --royal-blue-50: #F1F0FF;
  --royal-blue-100: #DFDCFE;
  --royal-blue-200: #C4BEFE;
  --royal-blue-300: #978CFD;
  --royal-blue-400: #6150FB;
  --royal-blue-500: #341EFA;
  --royal-blue-600: #1A04DC;
  --royal-blue-700: #1504AF;
  --royal-blue-800: #0F037D;
  --royal-blue-900: #090250;
  --royal-blue-950: #060132;
}
Generate More ShadesCreate PaletteConvert Color