Royal Blue

#2447F5

Blue

Color Codes

All color formats for development

HEX
#2447F5
RGB
rgb(36, 71, 245)
HSL
hsl(230, 91%, 55%)
OKLCH
oklch(0.507 0.258 266.4)
CMYK
cmyk(85%, 71%, 0%, 4%)

Accessibility

WCAG contrast compliance

On White Background

6.37:1

AA AAA

On Black Background

3.29:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0F3
100
#DDE2
200
#C0CA
300
#8FA1
400
#5570
500
#2447
600
#0A2C
700
#0823
800
#0619
900
#0410
950
#020A

Shades

Darker variations

1#0B32F1
2#0A2CD6
3#0927BC
4#0821A1
5#061C86
6#05166B
7#041150
8#030B36
9#01061B

Tints

Lighter variations

1#3A59F6
2#506CF7
3#667EF8
4#7B90F9
5#91A3FA
6#A7B5FB
7#BDC8FC
8#D3DAFD
9#E9EDFE

Tones

Muted variations

1#2E4EEA
2#3955E0
3#435CD5
4#4E62CB
5#5869C0
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
#DDE2FD
Light backgroundsTable row hoverSkeleton loading
200
C0CA
#C0CAFC
Secondary backgroundsInput backgroundsDividers
300
8FA1
#8FA1FA
BordersInactive statesPlaceholder text
400
5570
#5570F7
Disabled statesSecondary iconsMuted text
500
2447
#2447F5
Primary brand colorCTAsActive elementsLinks
600
0A2C
#0A2CD6
Hover statesFocus ringsPrimary buttons hover
700
0823
#0823AA
Active/pressed statesDark mode accentsSecondary text
800
0619
#06197A
Text on light backgroundsHeadingsStrong borders
900
0410
#04104E
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: #DDE2FD;
  --royal-blue-200: #C0CAFC;
  --royal-blue-300: #8FA1FA;
  --royal-blue-400: #5570F7;
  --royal-blue-500: #2447F5;
  --royal-blue-600: #0A2CD6;
  --royal-blue-700: #0823AA;
  --royal-blue-800: #06197A;
  --royal-blue-900: #04104E;
  --royal-blue-950: #020A31;
}
Generate More ShadesCreate PaletteConvert Color