Royal Blue

#2760F1

Blue

Color Codes

All color formats for development

HEX
#2760F1
RGB
rgb(39, 96, 241)
HSL
hsl(223, 88%, 55%)
OKLCH
oklch(0.546 0.226 263.9)
CMYK
cmyk(84%, 60%, 0%, 5%)

Accessibility

WCAG contrast compliance

On White Background

5.21:1

AA AAA

On Black Background

4.03:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1F4
100
#DDE6
200
#C1D1
300
#91AE
400
#5784
500
#2760
600
#0D45
700
#0B37
800
#0827
900
#0519
950
#0310

Shades

Darker variations

1#0F4EED
2#0D45D3
3#0C3DB9
4#0A349E
5#082B84
6#072369
7#051A4F
8#031135
9#02091A

Tints

Lighter variations

1#3D70F3
2#5280F4
3#6890F5
4#7EA0F7
5#93B0F8
6#A9C0F9
7#BECFFB
8#D4DFFC
9#E9EFFE

Tones

Muted variations

1#3165E7
2#3B69DD
3#466ED3
4#5072C9
5#5A76BF
6#647BB5
7#6E7FAB
8#7883A0
9#828896

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1F4
#F1F4FE
BackgroundsSubtle highlightsCard backgrounds
100
DDE6
#DDE6FD
Light backgroundsTable row hoverSkeleton loading
200
C1D1
#C1D1FB
Secondary backgroundsInput backgroundsDividers
300
91AE
#91AEF8
BordersInactive statesPlaceholder text
400
5784
#5784F4
Disabled statesSecondary iconsMuted text
500
2760
#2760F1
Primary brand colorCTAsActive elementsLinks
600
0D45
#0D45D3
Hover statesFocus ringsPrimary buttons hover
700
0B37
#0B37A8
Active/pressed statesDark mode accentsSecondary text
800
0827
#082778
Text on light backgroundsHeadingsStrong borders
900
0519
#05194D
Primary textHigh emphasis contentDark headings
950
0310
#031030
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --royal-blue-50: #F1F4FE;
  --royal-blue-100: #DDE6FD;
  --royal-blue-200: #C1D1FB;
  --royal-blue-300: #91AEF8;
  --royal-blue-400: #5784F4;
  --royal-blue-500: #2760F1;
  --royal-blue-600: #0D45D3;
  --royal-blue-700: #0B37A8;
  --royal-blue-800: #082778;
  --royal-blue-900: #05194D;
  --royal-blue-950: #031030;
}
Generate More ShadesCreate PaletteConvert Color