Royal Blue

#2245F7

Blue

Color Codes

All color formats for development

HEX
#2245F7
RGB
rgb(34, 69, 247)
HSL
hsl(230, 93%, 55%)
OKLCH
oklch(0.505 0.263 266.3)
CMYK
cmyk(86%, 72%, 0%, 3%)

Accessibility

WCAG contrast compliance

On White Background

6.44:1

AA AAA

On Black Background

3.26:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0F3
100
#DDE2
200
#BFC9
300
#8EA0
400
#536E
500
#2245
600
#082B
700
#0622
800
#0418
900
#0310
950
#020A

Shades

Darker variations

1#0930F4
2#082BD9
3#0725BD
4#0620A2
5#051B87
6#04156C
7#031051
8#020B36
9#01051B

Tints

Lighter variations

1#3858F8
2#4E6AF9
3#647DF9
4#7A8FFA
5#90A2FB
6#A6B5FC
7#BDC7FD
8#D3DAFD
9#E9ECFE

Tones

Muted variations

1#2C4CEC
2#3753E2
3#425AD7
4#4C62CC
5#5769C2
6#6270B7
7#6C77AC
8#777EA2
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
BFC9
#BFC9FD
Secondary backgroundsInput backgroundsDividers
300
8EA0
#8EA0FB
BordersInactive statesPlaceholder text
400
536E
#536EF9
Disabled statesSecondary iconsMuted text
500
2245
#2245F7
Primary brand colorCTAsActive elementsLinks
600
082B
#082BD9
Hover statesFocus ringsPrimary buttons hover
700
0622
#0622AC
Active/pressed statesDark mode accentsSecondary text
800
0418
#04187B
Text on light backgroundsHeadingsStrong borders
900
0310
#03104F
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: #BFC9FD;
  --royal-blue-300: #8EA0FB;
  --royal-blue-400: #536EF9;
  --royal-blue-500: #2245F7;
  --royal-blue-600: #082BD9;
  --royal-blue-700: #0622AC;
  --royal-blue-800: #04187B;
  --royal-blue-900: #03104F;
  --royal-blue-950: #020A31;
}
Generate More ShadesCreate PaletteConvert Color