Royal Blue

#747FD8

Blue

Color Codes

All color formats for development

HEX
#747FD8
RGB
rgb(116, 127, 216)
HSL
hsl(233, 56%, 65%)
OKLCH
oklch(0.627 0.134 276.5)
CMYK
cmyk(46%, 41%, 0%, 15%)

Accessibility

WCAG contrast compliance

On White Background

3.64:1

AA AAA

On Black Background

5.77:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3F4
100
#E3E5
200
#CBD0
300
#A4AB
400
#747F
500
#4C5B
600
#3140
700
#2733
800
#1C24
900
#1217
950
#0B0F

Shades

Darker variations

1#5A68D0
2#4050C9
3#3342B5
4#2C399B
5#242F81
6#1D2667
7#161C4E
8#0F1334
9#07091A

Tints

Lighter variations

1#828CDC
2#9099E0
3#9EA6E4
4#ABB2E7
5#B9BFEB
6#C7CCEF
7#D5D9F3
8#E3E5F7
9#F1F2FB

Tones

Muted variations

1#7983D3
2#7E87CE
3#838BC9
4#888FC4
5#8D93BF
6#9296BA
7#979AB5
8#9C9EB0
9#A1A2AB

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3F4
#F3F4FC
BackgroundsSubtle highlightsCard backgrounds
100
E3E5
#E3E5F7
Light backgroundsTable row hoverSkeleton loading
200
CBD0
#CBD0F0
Secondary backgroundsInput backgroundsDividers
300
A4AB
#A4ABE5
BordersInactive statesPlaceholder text
400
747F
#747FD8
Disabled statesSecondary iconsMuted text
500
4C5B
#4C5BCD
Primary brand colorCTAsActive elementsLinks
600
3140
#3140AF
Hover statesFocus ringsPrimary buttons hover
700
2733
#27338B
Active/pressed statesDark mode accentsSecondary text
800
1C24
#1C2463
Text on light backgroundsHeadingsStrong borders
900
1217
#121740
Primary textHigh emphasis contentDark headings
950
0B0F
#0B0F28
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --royal-blue-50: #F3F4FC;
  --royal-blue-100: #E3E5F7;
  --royal-blue-200: #CBD0F0;
  --royal-blue-300: #A4ABE5;
  --royal-blue-400: #747FD8;
  --royal-blue-500: #4C5BCD;
  --royal-blue-600: #3140AF;
  --royal-blue-700: #27338B;
  --royal-blue-800: #1C2463;
  --royal-blue-900: #121740;
  --royal-blue-950: #0B0F28;
}
Generate More ShadesCreate PaletteConvert Color