Royal Blue

#3D55DB

Blue

Color Codes

All color formats for development

HEX
#3D55DB
RGB
rgb(61, 85, 219)
HSL
hsl(231, 69%, 55%)
OKLCH
oklch(0.516 0.205 269.8)
CMYK
cmyk(72%, 61%, 0%, 14%)

Accessibility

WCAG contrast compliance

On White Background

5.96:1

AA AAA

On Black Background

3.52:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2F4
100
#E1E5
200
#C7CE
300
#9CA8
400
#687B
500
#3D55
600
#233A
700
#1C2E
800
#1421
900
#0D15
950
#080D

Shades

Darker variations

1#2741D5
2#233ABE
3#1E33A6
4#1A2C8E
5#162477
6#111D5F
7#0D1647
8#090F2F
9#040718

Tints

Lighter variations

1#5066DF
2#6477E3
3#7788E6
4#8B99EA
5#9EAAED
6#B1BBF1
7#C5CCF4
8#D8DDF8
9#ECEEFB

Tones

Muted variations

1#455AD4
2#4D60CC
3#5565C4
4#5D6BBC
5#6571B4
6#6D76AC
7#747CA4
8#7C819C
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
C7CE
#C7CEF5
Secondary backgroundsInput backgroundsDividers
300
9CA8
#9CA8ED
BordersInactive statesPlaceholder text
400
687B
#687BE3
Disabled statesSecondary iconsMuted text
500
3D55
#3D55DB
Primary brand colorCTAsActive elementsLinks
600
233A
#233ABE
Hover statesFocus ringsPrimary buttons hover
700
1C2E
#1C2E97
Active/pressed statesDark mode accentsSecondary text
800
1421
#14216C
Text on light backgroundsHeadingsStrong borders
900
0D15
#0D1545
Primary textHigh emphasis contentDark headings
950
080D
#080D2B
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: #C7CEF5;
  --royal-blue-300: #9CA8ED;
  --royal-blue-400: #687BE3;
  --royal-blue-500: #3D55DB;
  --royal-blue-600: #233ABE;
  --royal-blue-700: #1C2E97;
  --royal-blue-800: #14216C;
  --royal-blue-900: #0D1545;
  --royal-blue-950: #080D2B;
}
Generate More ShadesCreate PaletteConvert Color