Royal Blue

#3D72DB

Blue

Color Codes

All color formats for development

HEX
#3D72DB
RGB
rgb(61, 114, 219)
HSL
hsl(220, 69%, 55%)
OKLCH
oklch(0.572 0.171 262.3)
CMYK
cmyk(72%, 48%, 0%, 14%)

Accessibility

WCAG contrast compliance

On White Background

4.54:1

AA AAA

On Black Background

4.63:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2F6
100
#E1E9
200
#C7D6
300
#9CB7
400
#6891
500
#3D72
600
#2356
700
#1C45
800
#1431
900
#0D1F
950
#0814

Shades

Darker variations

1#2761D5
2#2356BE
3#1E4CA6
4#1A418E
5#163677
6#112B5F
7#0D2047
8#09162F
9#040B18

Tints

Lighter variations

1#5080DF
2#648EE3
3#779CE6
4#8BAAEA
5#9EB8ED
6#B1C7F1
7#C5D5F4
8#D8E3F8
9#ECF1FB

Tones

Muted variations

1#4574D4
2#4D77CC
3#557AC4
4#5D7CBC
5#657FB4
6#6D82AC
7#7484A4
8#7C879C
9#848A94

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2F6
#F2F6FD
BackgroundsSubtle highlightsCard backgrounds
100
E1E9
#E1E9F9
Light backgroundsTable row hoverSkeleton loading
200
C7D6
#C7D6F5
Secondary backgroundsInput backgroundsDividers
300
9CB7
#9CB7ED
BordersInactive statesPlaceholder text
400
6891
#6891E3
Disabled statesSecondary iconsMuted text
500
3D72
#3D72DB
Primary brand colorCTAsActive elementsLinks
600
2356
#2356BE
Hover statesFocus ringsPrimary buttons hover
700
1C45
#1C4597
Active/pressed statesDark mode accentsSecondary text
800
1431
#14316C
Text on light backgroundsHeadingsStrong borders
900
0D1F
#0D1F45
Primary textHigh emphasis contentDark headings
950
0814
#08142B
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --royal-blue-50: #F2F6FD;
  --royal-blue-100: #E1E9F9;
  --royal-blue-200: #C7D6F5;
  --royal-blue-300: #9CB7ED;
  --royal-blue-400: #6891E3;
  --royal-blue-500: #3D72DB;
  --royal-blue-600: #2356BE;
  --royal-blue-700: #1C4597;
  --royal-blue-800: #14316C;
  --royal-blue-900: #0D1F45;
  --royal-blue-950: #08142B;
}
Generate More ShadesCreate PaletteConvert Color