Royal Blue

#3D87DB

Blue

Color Codes

All color formats for development

HEX
#3D87DB
RGB
rgb(61, 135, 219)
HSL
hsl(212, 69%, 55%)
OKLCH
oklch(0.617 0.147 253.7)
CMYK
cmyk(72%, 38%, 0%, 14%)

Accessibility

WCAG contrast compliance

On White Background

3.69:1

AA AAA

On Black Background

5.69:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2F7
100
#E1EC
200
#C7DC
300
#9CC2
400
#68A2
500
#3D87
600
#236B
700
#1C55
800
#143D
900
#0D27
950
#0818

Shades

Darker variations

1#2778D5
2#236BBE
3#1E5EA6
4#1A508E
5#164377
6#11365F
7#0D2847
8#091B2F
9#040D18

Tints

Lighter variations

1#5093DF
2#649FE3
3#77ABE6
4#8BB7EA
5#9EC3ED
6#B1CFF1
7#C5DBF4
8#D8E7F8
9#ECF3FB

Tones

Muted variations

1#4587D4
2#4D88CC
3#5589C4
4#5D89BC
5#658AB4
6#6D8AAC
7#748BA4
8#7C8B9C
9#848C94

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2F7
#F2F7FD
BackgroundsSubtle highlightsCard backgrounds
100
E1EC
#E1ECF9
Light backgroundsTable row hoverSkeleton loading
200
C7DC
#C7DCF5
Secondary backgroundsInput backgroundsDividers
300
9CC2
#9CC2ED
BordersInactive statesPlaceholder text
400
68A2
#68A2E3
Disabled statesSecondary iconsMuted text
500
3D87
#3D87DB
Primary brand colorCTAsActive elementsLinks
600
236B
#236BBE
Hover statesFocus ringsPrimary buttons hover
700
1C55
#1C5597
Active/pressed statesDark mode accentsSecondary text
800
143D
#143D6C
Text on light backgroundsHeadingsStrong borders
900
0D27
#0D2745
Primary textHigh emphasis contentDark headings
950
0818
#08182B
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --royal-blue-50: #F2F7FD;
  --royal-blue-100: #E1ECF9;
  --royal-blue-200: #C7DCF5;
  --royal-blue-300: #9CC2ED;
  --royal-blue-400: #68A2E3;
  --royal-blue-500: #3D87DB;
  --royal-blue-600: #236BBE;
  --royal-blue-700: #1C5597;
  --royal-blue-800: #143D6C;
  --royal-blue-900: #0D2745;
  --royal-blue-950: #08182B;
}
Generate More ShadesCreate PaletteConvert Color