Royal Blue

#3544E3

Blue

Color Codes

All color formats for development

HEX
#3544E3
RGB
rgb(53, 68, 227)
HSL
hsl(235, 76%, 55%)
OKLCH
oklch(0.491 0.236 270.1)
CMYK
cmyk(77%, 70%, 0%, 11%)

Accessibility

WCAG contrast compliance

On White Background

6.80:1

AA AAA

On Black Background

3.09:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2F3
100
#E0E2
200
#C5C9
300
#989F
400
#626D
500
#3544
600
#1B29
700
#1521
800
#0F17
900
#0A0F
950
#0609

Shades

Darker variations

1#1E2EDE
2#1B29C5
3#1824AD
4#141F94
5#111A7B
6#0D1563
7#0A0F4A
8#070A31
9#030519

Tints

Lighter variations

1#4956E6
2#5D69E9
3#727CEC
4#868FEE
5#9AA1F1
6#AEB4F4
7#C2C7F7
8#D7DAF9
9#EBECFC

Tones

Muted variations

1#3E4BDB
2#4652D2
3#4F59C9
4#5861C1
5#6168B8
6#696FAF
7#7276A6
8#7B7E9E
9#848595

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2F3
#F2F3FD
BackgroundsSubtle highlightsCard backgrounds
100
E0E2
#E0E2FB
Light backgroundsTable row hoverSkeleton loading
200
C5C9
#C5C9F7
Secondary backgroundsInput backgroundsDividers
300
989F
#989FF1
BordersInactive statesPlaceholder text
400
626D
#626DEA
Disabled statesSecondary iconsMuted text
500
3544
#3544E3
Primary brand colorCTAsActive elementsLinks
600
1B29
#1B29C5
Hover statesFocus ringsPrimary buttons hover
700
1521
#15219D
Active/pressed statesDark mode accentsSecondary text
800
0F17
#0F1770
Text on light backgroundsHeadingsStrong borders
900
0A0F
#0A0F48
Primary textHigh emphasis contentDark headings
950
0609
#06092D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --royal-blue-50: #F2F3FD;
  --royal-blue-100: #E0E2FB;
  --royal-blue-200: #C5C9F7;
  --royal-blue-300: #989FF1;
  --royal-blue-400: #626DEA;
  --royal-blue-500: #3544E3;
  --royal-blue-600: #1B29C5;
  --royal-blue-700: #15219D;
  --royal-blue-800: #0F1770;
  --royal-blue-900: #0A0F48;
  --royal-blue-950: #06092D;
}
Generate More ShadesCreate PaletteConvert Color