Royal Blue

#3684E2

Blue

Color Codes

All color formats for development

HEX
#3684E2
RGB
rgb(54, 132, 226)
HSL
hsl(213, 75%, 55%)
OKLCH
oklch(0.613 0.161 255.1)
CMYK
cmyk(76%, 42%, 0%, 11%)

Accessibility

WCAG contrast compliance

On White Background

3.78:1

AA AAA

On Black Background

5.56:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2F7
100
#E0EC
200
#C5DB
300
#98C0
400
#639F
500
#3684
600
#1C68
700
#1653
800
#103B
900
#0A26
950
#0618

Shades

Darker variations

1#2075DD
2#1C68C4
3#195BAC
4#154E93
5#12417B
6#0E3462
7#0B274A
8#071A31
9#040D19

Tints

Lighter variations

1#4A90E5
2#5E9CE8
3#72A9EB
4#87B5EE
5#9BC1F1
6#AFCEF4
7#C3DAF6
8#D7E6F9
9#EBF3FC

Tones

Muted variations

1#3F85DA
2#4785D1
3#5086C8
4#5987C0
5#6188B7
6#6A89AF
7#728AA6
8#7B8B9D
9#848B95

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2F7
#F2F7FD
BackgroundsSubtle highlightsCard backgrounds
100
E0EC
#E0ECFB
Light backgroundsTable row hoverSkeleton loading
200
C5DB
#C5DBF7
Secondary backgroundsInput backgroundsDividers
300
98C0
#98C0F0
BordersInactive statesPlaceholder text
400
639F
#639FE9
Disabled statesSecondary iconsMuted text
500
3684
#3684E2
Primary brand colorCTAsActive elementsLinks
600
1C68
#1C68C4
Hover statesFocus ringsPrimary buttons hover
700
1653
#16539C
Active/pressed statesDark mode accentsSecondary text
800
103B
#103B70
Text on light backgroundsHeadingsStrong borders
900
0A26
#0A2647
Primary textHigh emphasis contentDark headings
950
0618
#06182D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --royal-blue-50: #F2F7FD;
  --royal-blue-100: #E0ECFB;
  --royal-blue-200: #C5DBF7;
  --royal-blue-300: #98C0F0;
  --royal-blue-400: #639FE9;
  --royal-blue-500: #3684E2;
  --royal-blue-600: #1C68C4;
  --royal-blue-700: #16539C;
  --royal-blue-800: #103B70;
  --royal-blue-900: #0A2647;
  --royal-blue-950: #06182D;
}
Generate More ShadesCreate PaletteConvert Color