Royal Blue

#2346F6

Blue

Color Codes

All color formats for development

HEX
#2346F6
RGB
rgb(35, 70, 246)
HSL
hsl(230, 92%, 55%)
OKLCH
oklch(0.506 0.26 266.3)
CMYK
cmyk(86%, 72%, 0%, 4%)

Accessibility

WCAG contrast compliance

On White Background

6.41:1

AA AAA

On Black Background

3.28:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0F3
100
#DDE2
200
#BFCA
300
#8EA0
400
#546F
500
#2346
600
#092B
700
#0723
800
#0519
900
#0310
950
#020A

Shades

Darker variations

1#0A31F2
2#092BD7
3#0826BC
4#0721A2
5#061B87
6#04166C
7#031051
8#020B36
9#01051B

Tints

Lighter variations

1#3958F7
2#4F6BF8
3#657DF9
4#7B90F9
5#91A2FA
6#A7B5FB
7#BDC7FC
8#D3DAFD
9#E9ECFE

Tones

Muted variations

1#2D4DEB
2#3854E1
3#425BD6
4#4D62CC
5#5769C1
6#6270B6
7#6D77AC
8#777EA1
9#828597

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0F3
#F0F3FE
BackgroundsSubtle highlightsCard backgrounds
100
DDE2
#DDE2FE
Light backgroundsTable row hoverSkeleton loading
200
BFCA
#BFCAFC
Secondary backgroundsInput backgroundsDividers
300
8EA0
#8EA0FA
BordersInactive statesPlaceholder text
400
546F
#546FF8
Disabled statesSecondary iconsMuted text
500
2346
#2346F6
Primary brand colorCTAsActive elementsLinks
600
092B
#092BD7
Hover statesFocus ringsPrimary buttons hover
700
0723
#0723AB
Active/pressed statesDark mode accentsSecondary text
800
0519
#05197A
Text on light backgroundsHeadingsStrong borders
900
0310
#03104E
Primary textHigh emphasis contentDark headings
950
020A
#020A31
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --royal-blue-50: #F0F3FE;
  --royal-blue-100: #DDE2FE;
  --royal-blue-200: #BFCAFC;
  --royal-blue-300: #8EA0FA;
  --royal-blue-400: #546FF8;
  --royal-blue-500: #2346F6;
  --royal-blue-600: #092BD7;
  --royal-blue-700: #0723AB;
  --royal-blue-800: #05197A;
  --royal-blue-900: #03104E;
  --royal-blue-950: #020A31;
}
Generate More ShadesCreate PaletteConvert Color