Royal Blue

#2E6AEA

Blue

Color Codes

All color formats for development

HEX
#2E6AEA
RGB
rgb(46, 106, 234)
HSL
hsl(221, 82%, 55%)
OKLCH
oklch(0.562 0.204 262.8)
CMYK
cmyk(80%, 55%, 0%, 8%)

Accessibility

WCAG contrast compliance

On White Background

4.81:1

AA AAA

On Black Background

4.37:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1F5
100
#DFE8
200
#C3D4
300
#94B3
400
#5D8B
500
#2E6A
600
#144E
700
#103E
800
#0B2D
900
#071D
950
#0512

Shades

Darker variations

1#1758E6
2#144ECC
3#1245B3
4#0F3B99
5#0D3180
6#0A2766
7#081D4D
8#051433
9#030A1A

Tints

Lighter variations

1#4379EC
2#5888EE
3#6D97F1
4#82A5F3
5#97B4F5
6#ABC3F7
7#C0D2F9
8#D5E1FB
9#EAF0FD

Tones

Muted variations

1#386DE1
2#4171D8
3#4A74CE
4#5478C5
5#5D7BBB
6#677EB2
7#7082A8
8#79859F
9#838996

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1F5
#F1F5FE
BackgroundsSubtle highlightsCard backgrounds
100
DFE8
#DFE8FC
Light backgroundsTable row hoverSkeleton loading
200
C3D4
#C3D4F9
Secondary backgroundsInput backgroundsDividers
300
94B3
#94B3F4
BordersInactive statesPlaceholder text
400
5D8B
#5D8BEF
Disabled statesSecondary iconsMuted text
500
2E6A
#2E6AEA
Primary brand colorCTAsActive elementsLinks
600
144E
#144ECC
Hover statesFocus ringsPrimary buttons hover
700
103E
#103EA2
Active/pressed statesDark mode accentsSecondary text
800
0B2D
#0B2D74
Text on light backgroundsHeadingsStrong borders
900
071D
#071D4A
Primary textHigh emphasis contentDark headings
950
0512
#05122E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --royal-blue-50: #F1F5FE;
  --royal-blue-100: #DFE8FC;
  --royal-blue-200: #C3D4F9;
  --royal-blue-300: #94B3F4;
  --royal-blue-400: #5D8BEF;
  --royal-blue-500: #2E6AEA;
  --royal-blue-600: #144ECC;
  --royal-blue-700: #103EA2;
  --royal-blue-800: #0B2D74;
  --royal-blue-900: #071D4A;
  --royal-blue-950: #05122E;
}
Generate More ShadesCreate PaletteConvert Color