Royal Blue

#3D5FDB

Blue

Color Codes

All color formats for development

HEX
#3D5FDB
RGB
rgb(61, 95, 219)
HSL
hsl(227, 69%, 55%)
OKLCH
oklch(0.534 0.193 267.6)
CMYK
cmyk(72%, 57%, 0%, 14%)

Accessibility

WCAG contrast compliance

On White Background

5.44:1

AA AAA

On Black Background

3.86:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2F4
100
#E1E6
200
#C7D1
300
#9CAD
400
#6883
500
#3D5F
600
#2344
700
#1C36
800
#1427
900
#0D19
950
#0810

Shades

Darker variations

1#274DD5
2#2344BE
3#1E3CA6
4#1A338E
5#162B77
6#11225F
7#0D1A47
8#09112F
9#040918

Tints

Lighter variations

1#506FDF
2#647FE3
3#778FE6
4#8B9FEA
5#9EAFED
6#B1BFF1
7#C5CFF4
8#D8DFF8
9#ECEFFB

Tones

Muted variations

1#4564D4
2#4D68CC
3#556DC4
4#5D71BC
5#6576B4
6#6D7AAC
7#747FA4
8#7C839C
9#848894

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2F4
#F2F4FD
BackgroundsSubtle highlightsCard backgrounds
100
E1E6
#E1E6F9
Light backgroundsTable row hoverSkeleton loading
200
C7D1
#C7D1F5
Secondary backgroundsInput backgroundsDividers
300
9CAD
#9CADED
BordersInactive statesPlaceholder text
400
6883
#6883E3
Disabled statesSecondary iconsMuted text
500
3D5F
#3D5FDB
Primary brand colorCTAsActive elementsLinks
600
2344
#2344BE
Hover statesFocus ringsPrimary buttons hover
700
1C36
#1C3697
Active/pressed statesDark mode accentsSecondary text
800
1427
#14276C
Text on light backgroundsHeadingsStrong borders
900
0D19
#0D1945
Primary textHigh emphasis contentDark headings
950
0810
#08102B
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --royal-blue-50: #F2F4FD;
  --royal-blue-100: #E1E6F9;
  --royal-blue-200: #C7D1F5;
  --royal-blue-300: #9CADED;
  --royal-blue-400: #6883E3;
  --royal-blue-500: #3D5FDB;
  --royal-blue-600: #2344BE;
  --royal-blue-700: #1C3697;
  --royal-blue-800: #14276C;
  --royal-blue-900: #0D1945;
  --royal-blue-950: #08102B;
}
Generate More ShadesCreate PaletteConvert Color