Royal Blue

#3D5ADB

Blue

Color Codes

All color formats for development

HEX
#3D5ADB
RGB
rgb(61, 90, 219)
HSL
hsl(229, 69%, 55%)
OKLCH
oklch(0.525 0.199 268.8)
CMYK
cmyk(72%, 59%, 0%, 14%)

Accessibility

WCAG contrast compliance

On White Background

5.70:1

AA AAA

On Black Background

3.68:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2F4
100
#E1E5
200
#C7CF
300
#9CAB
400
#687F
500
#3D5A
600
#233F
700
#1C32
800
#1424
900
#0D17
950
#080E

Shades

Darker variations

1#2747D5
2#233FBE
3#1E37A6
4#1A2F8E
5#162777
6#11205F
7#0D1847
8#09102F
9#040818

Tints

Lighter variations

1#506BDF
2#647BE3
3#778CE6
4#8B9CEA
5#9EADED
6#B1BDF1
7#C5CEF4
8#D8DEF8
9#ECEFFB

Tones

Muted variations

1#455FD4
2#4D64CC
3#5569C4
4#5D6EBC
5#6573B4
6#6D78AC
7#747DA4
8#7C829C
9#848794

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2F4
#F2F4FD
BackgroundsSubtle highlightsCard backgrounds
100
E1E5
#E1E5F9
Light backgroundsTable row hoverSkeleton loading
200
C7CF
#C7CFF5
Secondary backgroundsInput backgroundsDividers
300
9CAB
#9CABED
BordersInactive statesPlaceholder text
400
687F
#687FE3
Disabled statesSecondary iconsMuted text
500
3D5A
#3D5ADB
Primary brand colorCTAsActive elementsLinks
600
233F
#233FBE
Hover statesFocus ringsPrimary buttons hover
700
1C32
#1C3297
Active/pressed statesDark mode accentsSecondary text
800
1424
#14246C
Text on light backgroundsHeadingsStrong borders
900
0D17
#0D1745
Primary textHigh emphasis contentDark headings
950
080E
#080E2B
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --royal-blue-50: #F2F4FD;
  --royal-blue-100: #E1E5F9;
  --royal-blue-200: #C7CFF5;
  --royal-blue-300: #9CABED;
  --royal-blue-400: #687FE3;
  --royal-blue-500: #3D5ADB;
  --royal-blue-600: #233FBE;
  --royal-blue-700: #1C3297;
  --royal-blue-800: #14246C;
  --royal-blue-900: #0D1745;
  --royal-blue-950: #080E2B;
}
Generate More ShadesCreate PaletteConvert Color