Royal Blue

#2466F5

Blue

Color Codes

All color formats for development

HEX
#2466F5
RGB
rgb(36, 102, 245)
HSL
hsl(221, 91%, 55%)
OKLCH
oklch(0.56 0.224 262.8)
CMYK
cmyk(85%, 58%, 0%, 4%)

Accessibility

WCAG contrast compliance

On White Background

4.89:1

AA AAA

On Black Background

4.29:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0F5
100
#DDE7
200
#C0D3
300
#8FB1
400
#5588
500
#2466
600
#0A4B
700
#083B
800
#062A
900
#041B
950
#0211

Shades

Darker variations

1#0B54F1
2#0A4BD6
3#0941BC
4#0838A1
5#062F86
6#05256B
7#041C50
8#031336
9#01091B

Tints

Lighter variations

1#3A75F6
2#5085F7
3#6694F8
4#7BA3F9
5#91B2FA
6#A7C2FB
7#BDD1FC
8#D3E0FD
9#E9F0FE

Tones

Muted variations

1#2E6AEA
2#396EE0
3#4371D5
4#4E75CB
5#5879C0
6#627DB6
7#6D81AC
8#7785A1
9#828897

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0F5
#F0F5FE
BackgroundsSubtle highlightsCard backgrounds
100
DDE7
#DDE7FD
Light backgroundsTable row hoverSkeleton loading
200
C0D3
#C0D3FC
Secondary backgroundsInput backgroundsDividers
300
8FB1
#8FB1FA
BordersInactive statesPlaceholder text
400
5588
#5588F7
Disabled statesSecondary iconsMuted text
500
2466
#2466F5
Primary brand colorCTAsActive elementsLinks
600
0A4B
#0A4BD6
Hover statesFocus ringsPrimary buttons hover
700
083B
#083BAA
Active/pressed statesDark mode accentsSecondary text
800
062A
#062A7A
Text on light backgroundsHeadingsStrong borders
900
041B
#041B4E
Primary textHigh emphasis contentDark headings
950
0211
#021131
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --royal-blue-50: #F0F5FE;
  --royal-blue-100: #DDE7FD;
  --royal-blue-200: #C0D3FC;
  --royal-blue-300: #8FB1FA;
  --royal-blue-400: #5588F7;
  --royal-blue-500: #2466F5;
  --royal-blue-600: #0A4BD6;
  --royal-blue-700: #083BAA;
  --royal-blue-800: #062A7A;
  --royal-blue-900: #041B4E;
  --royal-blue-950: #021131;
}
Generate More ShadesCreate PaletteConvert Color