Royal Blue

#604FFC

Blue

Color Codes

All color formats for development

HEX
#604FFC
RGB
rgb(96, 79, 252)
HSL
hsl(246, 97%, 65%)
OKLCH
oklch(0.556 0.245 279.3)
CMYK
cmyk(62%, 69%, 0%, 1%)

Accessibility

WCAG contrast compliance

On White Background

5.22:1

AA AAA

On Black Background

4.02:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1F0
100
#DFDC
200
#C4BE
300
#978B
400
#604F
500
#331D
600
#1903
700
#1403
800
#0E02
900
#0901
950
#0601

Shades

Darker variations

1#432FFC
2#260EFB
3#1A03E5
4#1603C4
5#1302A3
6#0F0283
7#0B0162
8#070141
9#040021

Tints

Lighter variations

1#7061FD
2#8072FD
3#9084FD
4#A096FD
5#B0A7FE
6#C0B9FE
7#CFCAFE
8#DFDCFE
9#EFEDFF

Tones

Muted variations

1#6758F4
2#6E60EB
3#7569E2
4#7C72DA
5#837AD1
6#8A83C8
7#918CC0
8#9894B7
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
978B
#978BFD
BordersInactive statesPlaceholder text
400
604F
#604FFC
Disabled statesSecondary iconsMuted text
500
331D
#331DFC
Primary brand colorCTAsActive elementsLinks
600
1903
#1903DD
Hover statesFocus ringsPrimary buttons hover
700
1403
#1403B0
Active/pressed statesDark mode accentsSecondary text
800
0E02
#0E027E
Text on light backgroundsHeadingsStrong borders
900
0901
#090150
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: #978BFD;
  --royal-blue-400: #604FFC;
  --royal-blue-500: #331DFC;
  --royal-blue-600: #1903DD;
  --royal-blue-700: #1403B0;
  --royal-blue-800: #0E027E;
  --royal-blue-900: #090150;
  --royal-blue-950: #060132;
}
Generate More ShadesCreate PaletteConvert Color