Royal Blue

#494BD0

Blue

Color Codes

All color formats for development

HEX
#494BD0
RGB
rgb(73, 75, 208)
HSL
hsl(239, 59%, 55%)
OKLCH
oklch(0.496 0.2 275.6)
CMYK
cmyk(65%, 64%, 0%, 18%)

Accessibility

WCAG contrast compliance

On White Background

6.56:1

AA AAA

On Black Background

3.20:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3F3
100
#E3E3
200
#CACB
300
#A2A3
400
#7173
500
#494B
600
#2E30
700
#2526
800
#1A1B
900
#1112
950
#0A0B

Shades

Darker variations

1#3436C9
2#2E30B2
3#282A9C
4#232486
5#1D1E6F
6#171859
7#111243
8#0C0C2D
9#060616

Tints

Lighter variations

1#5B5DD5
2#6D6FD9
3#7F81DE
4#9293E3
5#A4A5E7
6#B6B7EC
7#C8C9F1
8#DBDBF6
9#EDEDFA

Tones

Muted variations

1#4F51C9
2#5658C2
3#5D5EBC
4#6465B5
5#6A6CAE
6#7172A7
7#7879A1
8#7F7F9A
9#858693

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3F3
#F3F3FC
BackgroundsSubtle highlightsCard backgrounds
100
E3E3
#E3E3F8
Light backgroundsTable row hoverSkeleton loading
200
CACB
#CACBF1
Secondary backgroundsInput backgroundsDividers
300
A2A3
#A2A3E7
BordersInactive statesPlaceholder text
400
7173
#7173DA
Disabled statesSecondary iconsMuted text
500
494B
#494BD0
Primary brand colorCTAsActive elementsLinks
600
2E30
#2E30B2
Hover statesFocus ringsPrimary buttons hover
700
2526
#25268E
Active/pressed statesDark mode accentsSecondary text
800
1A1B
#1A1B65
Text on light backgroundsHeadingsStrong borders
900
1112
#111241
Primary textHigh emphasis contentDark headings
950
0A0B
#0A0B29
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --royal-blue-50: #F3F3FC;
  --royal-blue-100: #E3E3F8;
  --royal-blue-200: #CACBF1;
  --royal-blue-300: #A2A3E7;
  --royal-blue-400: #7173DA;
  --royal-blue-500: #494BD0;
  --royal-blue-600: #2E30B2;
  --royal-blue-700: #25268E;
  --royal-blue-800: #1A1B65;
  --royal-blue-900: #111241;
  --royal-blue-950: #0A0B29;
}
Generate More ShadesCreate PaletteConvert Color