Royal Blue

#2E63EA

Blue

Color Codes

All color formats for development

HEX
#2E63EA
RGB
rgb(46, 99, 234)
HSL
hsl(223, 82%, 55%)
OKLCH
oklch(0.548 0.212 264.2)
CMYK
cmyk(80%, 58%, 0%, 8%)

Accessibility

WCAG contrast compliance

On White Background

5.14:1

AA AAA

On Black Background

4.09:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1F5
100
#DFE7
200
#C3D2
300
#94B0
400
#5D86
500
#2E63
600
#1448
700
#103A
800
#0B29
900
#071A
950
#0510

Shades

Darker variations

1#1751E6
2#1448CC
3#123FB3
4#0F3699
5#0D2D80
6#0A2466
7#081B4D
8#051233
9#03091A

Tints

Lighter variations

1#4373EC
2#5883EE
3#6D92F1
4#82A2F3
5#97B1F5
6#ABC1F7
7#C0D0F9
8#D5E0FB
9#EAEFFD

Tones

Muted variations

1#3868E1
2#416CD8
3#4A70CE
4#5474C5
5#5D78BB
6#677CB2
7#7080A8
8#79849F
9#838896

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1F5
#F1F5FE
BackgroundsSubtle highlightsCard backgrounds
100
DFE7
#DFE7FC
Light backgroundsTable row hoverSkeleton loading
200
C3D2
#C3D2F9
Secondary backgroundsInput backgroundsDividers
300
94B0
#94B0F4
BordersInactive statesPlaceholder text
400
5D86
#5D86EF
Disabled statesSecondary iconsMuted text
500
2E63
#2E63EA
Primary brand colorCTAsActive elementsLinks
600
1448
#1448CC
Hover statesFocus ringsPrimary buttons hover
700
103A
#103AA2
Active/pressed statesDark mode accentsSecondary text
800
0B29
#0B2974
Text on light backgroundsHeadingsStrong borders
900
071A
#071A4A
Primary textHigh emphasis contentDark headings
950
0510
#05102E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --royal-blue-50: #F1F5FE;
  --royal-blue-100: #DFE7FC;
  --royal-blue-200: #C3D2F9;
  --royal-blue-300: #94B0F4;
  --royal-blue-400: #5D86EF;
  --royal-blue-500: #2E63EA;
  --royal-blue-600: #1448CC;
  --royal-blue-700: #103AA2;
  --royal-blue-800: #0B2974;
  --royal-blue-900: #071A4A;
  --royal-blue-950: #05102E;
}
Generate More ShadesCreate PaletteConvert Color