Royal Blue

#475ED1

Blue

Color Codes

All color formats for development

HEX
#475ED1
RGB
rgb(71, 94, 209)
HSL
hsl(230, 60%, 55%)
OKLCH
oklch(0.529 0.179 270.6)
CMYK
cmyk(66%, 55%, 0%, 18%)

Accessibility

WCAG contrast compliance

On White Background

5.54:1

AA AAA

On Black Background

3.79:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3F4
100
#E2E6
200
#CAD1
300
#A1AD
400
#7082
500
#475E
600
#2D43
700
#2436
800
#1A26
900
#1018
950
#0A0F

Shades

Darker variations

1#324CCA
2#2D43B4
3#273B9D
4#223287
5#1C2A70
6#16225A
7#111943
8#0B112D
9#060816

Tints

Lighter variations

1#5A6ED6
2#6C7EDA
3#7E8FDF
4#919FE3
5#A3AFE8
6#B6BFED
7#C8CFF1
8#DADFF6
9#EDEFFA

Tones

Muted variations

1#4E63CA
2#5568C3
3#5C6CBC
4#6371B6
5#6A75AF
6#717AA8
7#787EA1
8#7E839A
9#858893

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3F4
#F3F4FC
BackgroundsSubtle highlightsCard backgrounds
100
E2E6
#E2E6F8
Light backgroundsTable row hoverSkeleton loading
200
CAD1
#CAD1F2
Secondary backgroundsInput backgroundsDividers
300
A1AD
#A1ADE8
BordersInactive statesPlaceholder text
400
7082
#7082DB
Disabled statesSecondary iconsMuted text
500
475E
#475ED1
Primary brand colorCTAsActive elementsLinks
600
2D43
#2D43B4
Hover statesFocus ringsPrimary buttons hover
700
2436
#24368F
Active/pressed statesDark mode accentsSecondary text
800
1A26
#1A2666
Text on light backgroundsHeadingsStrong borders
900
1018
#101841
Primary textHigh emphasis contentDark headings
950
0A0F
#0A0F29
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --royal-blue-50: #F3F4FC;
  --royal-blue-100: #E2E6F8;
  --royal-blue-200: #CAD1F2;
  --royal-blue-300: #A1ADE8;
  --royal-blue-400: #7082DB;
  --royal-blue-500: #475ED1;
  --royal-blue-600: #2D43B4;
  --royal-blue-700: #24368F;
  --royal-blue-800: #1A2666;
  --royal-blue-900: #101841;
  --royal-blue-950: #0A0F29;
}
Generate More ShadesCreate PaletteConvert Color