Royal Blue

#2249F7

Blue

Color Codes

All color formats for development

HEX
#2249F7
RGB
rgb(34, 73, 247)
HSL
hsl(229, 93%, 55%)
OKLCH
oklch(0.511 0.259 266)
CMYK
cmyk(86%, 70%, 0%, 3%)

Accessibility

WCAG contrast compliance

On White Background

6.24: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
#BFCA
300
#8EA2
400
#5371
500
#2249
600
#082E
700
#0625
800
#041A
900
#0311
950
#020A

Shades

Darker variations

1#0934F4
2#082ED9
3#0728BD
4#0623A2
5#051D87
6#04176C
7#031151
8#020C36
9#01061B

Tints

Lighter variations

1#385BF8
2#4E6DF9
3#647FF9
4#7A92FA
5#90A4FB
6#A6B6FC
7#BDC8FD
8#D3DBFD
9#E9EDFE

Tones

Muted variations

1#2C4FEC
2#3756E2
3#425DD7
4#4C64CC
5#576AC2
6#6271B7
7#6C78AC
8#777FA2
9#828597

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
BFCA
#BFCAFD
Secondary backgroundsInput backgroundsDividers
300
8EA2
#8EA2FB
BordersInactive statesPlaceholder text
400
5371
#5371F9
Disabled statesSecondary iconsMuted text
500
2249
#2249F7
Primary brand colorCTAsActive elementsLinks
600
082E
#082ED9
Hover statesFocus ringsPrimary buttons hover
700
0625
#0625AC
Active/pressed statesDark mode accentsSecondary text
800
041A
#041A7B
Text on light backgroundsHeadingsStrong borders
900
0311
#03114F
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: #DDE3FE;
  --royal-blue-200: #BFCAFD;
  --royal-blue-300: #8EA2FB;
  --royal-blue-400: #5371F9;
  --royal-blue-500: #2249F7;
  --royal-blue-600: #082ED9;
  --royal-blue-700: #0625AC;
  --royal-blue-800: #041A7B;
  --royal-blue-900: #03114F;
  --royal-blue-950: #020A31;
}
Generate More ShadesCreate PaletteConvert Color