Royal Blue

#4E60FD

Blue

Color Codes

All color formats for development

HEX
#4E60FD
RGB
rgb(78, 96, 253)
HSL
hsl(234, 98%, 65%)
OKLCH
oklch(0.572 0.231 271.8)
CMYK
cmyk(69%, 62%, 0%, 1%)

Accessibility

WCAG contrast compliance

On White Background

4.76:1

AA AAA

On Black Background

4.42:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0F1
100
#DCDF
200
#BDC4
300
#8B96
400
#4E60
500
#1C32
600
#0218
700
#0213
800
#010E
900
#0109
950
#0106

Shades

Darker variations

1#2D42FD
2#0D25FD
3#0219E6
4#0215C5
5#0212A4
6#010E83
7#010B62
8#010742
9#000421

Tints

Lighter variations

1#6070FD
2#7280FE
3#8390FE
4#959FFE
5#A7AFFE
6#B8BFFE
7#CACFFE
8#DCDFFF
9#EDEFFF

Tones

Muted variations

1#5767F4
2#606EEC
3#6975E3
4#717CDA
5#7A83D1
6#838AC9
7#8C91C0
8#9498B7
9#9D9FAE

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0F1
#F0F1FF
BackgroundsSubtle highlightsCard backgrounds
100
DCDF
#DCDFFF
Light backgroundsTable row hoverSkeleton loading
200
BDC4
#BDC4FE
Secondary backgroundsInput backgroundsDividers
300
8B96
#8B96FE
BordersInactive statesPlaceholder text
400
4E60
#4E60FD
Disabled statesSecondary iconsMuted text
500
1C32
#1C32FD
Primary brand colorCTAsActive elementsLinks
600
0218
#0218DE
Hover statesFocus ringsPrimary buttons hover
700
0213
#0213B1
Active/pressed statesDark mode accentsSecondary text
800
010E
#010E7E
Text on light backgroundsHeadingsStrong borders
900
0109
#010951
Primary textHigh emphasis contentDark headings
950
0106
#010632
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --royal-blue-50: #F0F1FF;
  --royal-blue-100: #DCDFFF;
  --royal-blue-200: #BDC4FE;
  --royal-blue-300: #8B96FE;
  --royal-blue-400: #4E60FD;
  --royal-blue-500: #1C32FD;
  --royal-blue-600: #0218DE;
  --royal-blue-700: #0213B1;
  --royal-blue-800: #010E7E;
  --royal-blue-900: #010951;
  --royal-blue-950: #010632;
}
Generate More ShadesCreate PaletteConvert Color