Royal Blue

#3B35E3

Blue

Color Codes

All color formats for development

HEX
#3B35E3
RGB
rgb(59, 53, 227)
HSL
hsl(242, 76%, 55%)
OKLCH
oklch(0.473 0.248 273)
CMYK
cmyk(74%, 77%, 0%, 11%)

Accessibility

WCAG contrast compliance

On White Background

7.49:1

AA AAA

On Black Background

2.80:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2F2
100
#E0E0
200
#C6C5
300
#9B98
400
#6662
500
#3B35
600
#211B
700
#1A15
800
#130F
900
#0C0A
950
#0706

Shades

Darker variations

1#251EDE
2#211BC5
3#1D18AD
4#181494
5#14117B
6#100D63
7#0C0A4A
8#080731
9#040319

Tints

Lighter variations

1#4E49E6
2#625DE9
3#7672EC
4#8986EE
5#9D9AF1
6#B1AEF4
7#C4C2F7
8#D8D7F9
9#EBEBFC

Tones

Muted variations

1#433EDB
2#4B46D2
3#534FC9
4#5B58C1
5#6461B8
6#6C69AF
7#7472A6
8#7C7B9E
9#848495

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2F2
#F2F2FD
BackgroundsSubtle highlightsCard backgrounds
100
E0E0
#E0E0FB
Light backgroundsTable row hoverSkeleton loading
200
C6C5
#C6C5F7
Secondary backgroundsInput backgroundsDividers
300
9B98
#9B98F1
BordersInactive statesPlaceholder text
400
6662
#6662EA
Disabled statesSecondary iconsMuted text
500
3B35
#3B35E3
Primary brand colorCTAsActive elementsLinks
600
211B
#211BC5
Hover statesFocus ringsPrimary buttons hover
700
1A15
#1A159D
Active/pressed statesDark mode accentsSecondary text
800
130F
#130F70
Text on light backgroundsHeadingsStrong borders
900
0C0A
#0C0A48
Primary textHigh emphasis contentDark headings
950
0706
#07062D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --royal-blue-50: #F2F2FD;
  --royal-blue-100: #E0E0FB;
  --royal-blue-200: #C6C5F7;
  --royal-blue-300: #9B98F1;
  --royal-blue-400: #6662EA;
  --royal-blue-500: #3B35E3;
  --royal-blue-600: #211BC5;
  --royal-blue-700: #1A159D;
  --royal-blue-800: #130F70;
  --royal-blue-900: #0C0A48;
  --royal-blue-950: #07062D;
}
Generate More ShadesCreate PaletteConvert Color