Royal Blue

#417BD8

Blue

Color Codes

All color formats for development

HEX
#417BD8
RGB
rgb(65, 123, 216)
HSL
hsl(217, 66%, 55%)
OKLCH
oklch(0.591 0.155 259.5)
CMYK
cmyk(70%, 43%, 0%, 15%)

Accessibility

WCAG contrast compliance

On White Background

4.16:1

AA AAA

On Black Background

5.05:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2F6
100
#E1EA
200
#C8D9
300
#9EBB
400
#6B98
500
#417B
600
#265F
700
#1E4C
800
#1636
900
#0E23
950
#0916

Shades

Darker variations

1#2B6BD2
2#265FBA
3#2153A3
4#1D478C
5#183B74
6#132F5D
7#0E2446
8#0A182F
9#050C17

Tints

Lighter variations

1#5488DC
2#6795E0
3#7AA2E4
4#8DB0E8
5#A0BDEB
6#B3CAEF
7#C6D7F3
8#D9E5F7
9#ECF2FB

Tones

Muted variations

1#487CD0
2#507EC9
3#5780C1
4#5F82BA
5#6683B2
6#6E85AB
7#7687A3
8#7D899B
9#858A94

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2F6
#F2F6FC
BackgroundsSubtle highlightsCard backgrounds
100
E1EA
#E1EAF9
Light backgroundsTable row hoverSkeleton loading
200
C8D9
#C8D9F4
Secondary backgroundsInput backgroundsDividers
300
9EBB
#9EBBEB
BordersInactive statesPlaceholder text
400
6B98
#6B98E1
Disabled statesSecondary iconsMuted text
500
417B
#417BD8
Primary brand colorCTAsActive elementsLinks
600
265F
#265FBA
Hover statesFocus ringsPrimary buttons hover
700
1E4C
#1E4C94
Active/pressed statesDark mode accentsSecondary text
800
1636
#16366A
Text on light backgroundsHeadingsStrong borders
900
0E23
#0E2344
Primary textHigh emphasis contentDark headings
950
0916
#09162A
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --royal-blue-50: #F2F6FC;
  --royal-blue-100: #E1EAF9;
  --royal-blue-200: #C8D9F4;
  --royal-blue-300: #9EBBEB;
  --royal-blue-400: #6B98E1;
  --royal-blue-500: #417BD8;
  --royal-blue-600: #265FBA;
  --royal-blue-700: #1E4C94;
  --royal-blue-800: #16366A;
  --royal-blue-900: #0E2344;
  --royal-blue-950: #09162A;
}
Generate More ShadesCreate PaletteConvert Color