Royal Blue

#2764F1

Blue

Color Codes

All color formats for development

HEX
#2764F1
RGB
rgb(39, 100, 241)
HSL
hsl(222, 88%, 55%)
OKLCH
oklch(0.554 0.221 263.3)
CMYK
cmyk(84%, 59%, 0%, 5%)

Accessibility

WCAG contrast compliance

On White Background

5.02:1

AA AAA

On Black Background

4.18:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1F5
100
#DDE7
200
#C1D2
300
#91B0
400
#5786
500
#2764
600
#0D49
700
#0B3A
800
#0829
900
#051A
950
#0311

Shades

Darker variations

1#0F52ED
2#0D49D3
3#0C40B9
4#0A379E
5#082D84
6#072469
7#051B4F
8#031235
9#02091A

Tints

Lighter variations

1#3D73F3
2#5283F4
3#6892F5
4#7EA2F7
5#93B1F8
6#A9C1F9
7#BED0FB
8#D4E0FC
9#E9EFFE

Tones

Muted variations

1#3168E7
2#3B6CDD
3#4670D3
4#5074C9
5#5A78BF
6#647CB5
7#6E80AB
8#7884A0
9#828896

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1F5
#F1F5FE
BackgroundsSubtle highlightsCard backgrounds
100
DDE7
#DDE7FD
Light backgroundsTable row hoverSkeleton loading
200
C1D2
#C1D2FB
Secondary backgroundsInput backgroundsDividers
300
91B0
#91B0F8
BordersInactive statesPlaceholder text
400
5786
#5786F4
Disabled statesSecondary iconsMuted text
500
2764
#2764F1
Primary brand colorCTAsActive elementsLinks
600
0D49
#0D49D3
Hover statesFocus ringsPrimary buttons hover
700
0B3A
#0B3AA8
Active/pressed statesDark mode accentsSecondary text
800
0829
#082978
Text on light backgroundsHeadingsStrong borders
900
051A
#051A4D
Primary textHigh emphasis contentDark headings
950
0311
#031130
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --royal-blue-50: #F1F5FE;
  --royal-blue-100: #DDE7FD;
  --royal-blue-200: #C1D2FB;
  --royal-blue-300: #91B0F8;
  --royal-blue-400: #5786F4;
  --royal-blue-500: #2764F1;
  --royal-blue-600: #0D49D3;
  --royal-blue-700: #0B3AA8;
  --royal-blue-800: #082978;
  --royal-blue-900: #051A4D;
  --royal-blue-950: #031130;
}
Generate More ShadesCreate PaletteConvert Color