Royal Blue

#2439F5

Blue

Color Codes

All color formats for development

HEX
#2439F5
RGB
rgb(36, 57, 245)
HSL
hsl(234, 91%, 55%)
OKLCH
oklch(0.487 0.271 267.2)
CMYK
cmyk(85%, 77%, 0%, 4%)

Accessibility

WCAG contrast compliance

On White Background

7.05:1

AA AAA

On Black Background

2.98:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0F2
100
#DDE0
200
#C0C6
300
#8F9A
400
#5565
500
#2439
600
#0A1F
700
#0818
800
#0611
900
#040B
950
#0207

Shades

Darker variations

1#0B22F1
2#0A1FD6
3#091BBC
4#0817A1
5#061386
6#050F6B
7#040B50
8#030836
9#01041B

Tints

Lighter variations

1#3A4DF6
2#5060F7
3#6674F8
4#7B88F9
5#919CFA
6#A7B0FB
7#BDC4FC
8#D3D7FD
9#E9EBFE

Tones

Muted variations

1#2E41EA
2#3949E0
3#4352D5
4#4E5ACB
5#5862C0
6#626BB6
7#6D73AC
8#777CA1
9#828497

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0F2
#F0F2FE
BackgroundsSubtle highlightsCard backgrounds
100
DDE0
#DDE0FD
Light backgroundsTable row hoverSkeleton loading
200
C0C6
#C0C6FC
Secondary backgroundsInput backgroundsDividers
300
8F9A
#8F9AFA
BordersInactive statesPlaceholder text
400
5565
#5565F7
Disabled statesSecondary iconsMuted text
500
2439
#2439F5
Primary brand colorCTAsActive elementsLinks
600
0A1F
#0A1FD6
Hover statesFocus ringsPrimary buttons hover
700
0818
#0818AA
Active/pressed statesDark mode accentsSecondary text
800
0611
#06117A
Text on light backgroundsHeadingsStrong borders
900
040B
#040B4E
Primary textHigh emphasis contentDark headings
950
0207
#020731
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --royal-blue-50: #F0F2FE;
  --royal-blue-100: #DDE0FD;
  --royal-blue-200: #C0C6FC;
  --royal-blue-300: #8F9AFA;
  --royal-blue-400: #5565F7;
  --royal-blue-500: #2439F5;
  --royal-blue-600: #0A1FD6;
  --royal-blue-700: #0818AA;
  --royal-blue-800: #06117A;
  --royal-blue-900: #040B4E;
  --royal-blue-950: #020731;
}
Generate More ShadesCreate PaletteConvert Color