Royal Blue

#3C71DD

Blue

Color Codes

All color formats for development

HEX
#3C71DD
RGB
rgb(60, 113, 221)
HSL
hsl(220, 70%, 55%)
OKLCH
oklch(0.571 0.175 262.6)
CMYK
cmyk(73%, 49%, 0%, 13%)

Accessibility

WCAG contrast compliance

On White Background

4.57:1

AA AAA

On Black Background

4.60:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2F6
100
#E1E9
200
#C7D6
300
#9BB7
400
#6791
500
#3C71
600
#2256
700
#1B44
800
#1331
900
#0C1F
950
#0814

Shades

Darker variations

1#2661D7
2#2256BF
3#1D4BA7
4#19418F
5#153677
6#112B5F
7#0D2048
8#081630
9#040B18

Tints

Lighter variations

1#4F80E0
2#638EE3
3#769CE7
4#8AAAEA
5#9DB8EE
6#B1C6F1
7#C4D5F5
8#D8E3F8
9#EBF1FC

Tones

Muted variations

1#4474D5
2#4C77CD
3#547AC4
4#5C7CBC
5#647FB4
6#6C82AC
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
#E1E9FA
Light backgroundsTable row hoverSkeleton loading
200
C7D6
#C7D6F5
Secondary backgroundsInput backgroundsDividers
300
9BB7
#9BB7ED
BordersInactive statesPlaceholder text
400
6791
#6791E4
Disabled statesSecondary iconsMuted text
500
3C71
#3C71DD
Primary brand colorCTAsActive elementsLinks
600
2256
#2256BF
Hover statesFocus ringsPrimary buttons hover
700
1B44
#1B4498
Active/pressed statesDark mode accentsSecondary text
800
1331
#13316C
Text on light backgroundsHeadingsStrong borders
900
0C1F
#0C1F45
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: #E1E9FA;
  --royal-blue-200: #C7D6F5;
  --royal-blue-300: #9BB7ED;
  --royal-blue-400: #6791E4;
  --royal-blue-500: #3C71DD;
  --royal-blue-600: #2256BF;
  --royal-blue-700: #1B4498;
  --royal-blue-800: #13316C;
  --royal-blue-900: #0C1F45;
  --royal-blue-950: #08142B;
}
Generate More ShadesCreate PaletteConvert Color