Royal Blue

#2349F6

Blue

Color Codes

All color formats for development

HEX
#2349F6
RGB
rgb(35, 73, 246)
HSL
hsl(229, 92%, 55%)
OKLCH
oklch(0.511 0.257 266.1)
CMYK
cmyk(86%, 70%, 0%, 4%)

Accessibility

WCAG contrast compliance

On White Background

6.26:1

AA AAA

On Black Background

3.36:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0F3
100
#DDE3
200
#BFCB
300
#8EA2
400
#5472
500
#2349
600
#092F
700
#0725
800
#051B
900
#0311
950
#020B

Shades

Darker variations

1#0A35F2
2#092FD7
3#0829BC
4#0723A2
5#061D87
6#04176C
7#031251
8#020C36
9#01061B

Tints

Lighter variations

1#395CF7
2#4F6EF8
3#6580F9
4#7B92F9
5#91A4FA
6#A7B6FB
7#BDC9FC
8#D3DBFD
9#E9EDFE

Tones

Muted variations

1#2D50EB
2#3857E1
3#425DD6
4#4D64CC
5#576BC1
6#6272B6
7#6D78AC
8#777FA1
9#828697

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0F3
#F0F3FE
BackgroundsSubtle highlightsCard backgrounds
100
DDE3
#DDE3FE
Light backgroundsTable row hoverSkeleton loading
200
BFCB
#BFCBFC
Secondary backgroundsInput backgroundsDividers
300
8EA2
#8EA2FA
BordersInactive statesPlaceholder text
400
5472
#5472F8
Disabled statesSecondary iconsMuted text
500
2349
#2349F6
Primary brand colorCTAsActive elementsLinks
600
092F
#092FD7
Hover statesFocus ringsPrimary buttons hover
700
0725
#0725AB
Active/pressed statesDark mode accentsSecondary text
800
051B
#051B7A
Text on light backgroundsHeadingsStrong borders
900
0311
#03114E
Primary textHigh emphasis contentDark headings
950
020B
#020B31
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --royal-blue-50: #F0F3FE;
  --royal-blue-100: #DDE3FE;
  --royal-blue-200: #BFCBFC;
  --royal-blue-300: #8EA2FA;
  --royal-blue-400: #5472F8;
  --royal-blue-500: #2349F6;
  --royal-blue-600: #092FD7;
  --royal-blue-700: #0725AB;
  --royal-blue-800: #051B7A;
  --royal-blue-900: #03114E;
  --royal-blue-950: #020B31;
}
Generate More ShadesCreate PaletteConvert Color