Royal Blue

#3D5DDB

Blue

Color Codes

All color formats for development

HEX
#3D5DDB
RGB
rgb(61, 93, 219)
HSL
hsl(228, 69%, 55%)
OKLCH
oklch(0.53 0.196 268.1)
CMYK
cmyk(72%, 58%, 0%, 14%)

Accessibility

WCAG contrast compliance

On White Background

5.55: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
#F2F4
100
#E1E6
200
#C7D0
300
#9CAC
400
#6881
500
#3D5D
600
#2342
700
#1C34
800
#1425
900
#0D18
950
#080F

Shades

Darker variations

1#274AD5
2#2342BE
3#1E3AA6
4#1A318E
5#162977
6#11215F
7#0D1947
8#09102F
9#040818

Tints

Lighter variations

1#506DDF
2#647DE3
3#778DE6
4#8B9EEA
5#9EAEED
6#B1BEF1
7#C5CEF4
8#D8DFF8
9#ECEFFB

Tones

Muted variations

1#4561D4
2#4D66CC
3#556BC4
4#5D70BC
5#6574B4
6#6D79AC
7#747EA4
8#7C839C
9#848794

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
C7D0
#C7D0F5
Secondary backgroundsInput backgroundsDividers
300
9CAC
#9CACED
BordersInactive statesPlaceholder text
400
6881
#6881E3
Disabled statesSecondary iconsMuted text
500
3D5D
#3D5DDB
Primary brand colorCTAsActive elementsLinks
600
2342
#2342BE
Hover statesFocus ringsPrimary buttons hover
700
1C34
#1C3497
Active/pressed statesDark mode accentsSecondary text
800
1425
#14256C
Text on light backgroundsHeadingsStrong borders
900
0D18
#0D1845
Primary textHigh emphasis contentDark headings
950
080F
#080F2B
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: #C7D0F5;
  --royal-blue-300: #9CACED;
  --royal-blue-400: #6881E3;
  --royal-blue-500: #3D5DDB;
  --royal-blue-600: #2342BE;
  --royal-blue-700: #1C3497;
  --royal-blue-800: #14256C;
  --royal-blue-900: #0D1845;
  --royal-blue-950: #080F2B;
}
Generate More ShadesCreate PaletteConvert Color