Royal Blue

#246DF5

Blue

Color Codes

All color formats for development

HEX
#246DF5
RGB
rgb(36, 109, 245)
HSL
hsl(219, 91%, 55%)
OKLCH
oklch(0.573 0.216 261.5)
CMYK
cmyk(85%, 56%, 0%, 4%)

Accessibility

WCAG contrast compliance

On White Background

4.58:1

AA AAA

On Black Background

4.58:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0F5
100
#DDE8
200
#C0D5
300
#8FB4
400
#558D
500
#246D
600
#0A52
700
#0841
800
#062E
900
#041E
950
#0213

Shades

Darker variations

1#0B5CF1
2#0A52D6
3#0947BC
4#083DA1
5#063386
6#05296B
7#041F50
8#031436
9#010A1B

Tints

Lighter variations

1#3A7CF6
2#508AF7
3#6699F8
4#7BA7F9
5#91B6FA
6#A7C5FB
7#BDD3FC
8#D3E2FD
9#E9F0FE

Tones

Muted variations

1#2E70EA
2#3973E0
3#4376D5
4#4E79CB
5#587DC0
6#6280B6
7#6D83AC
8#7786A1
9#828997

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0F5
#F0F5FE
BackgroundsSubtle highlightsCard backgrounds
100
DDE8
#DDE8FD
Light backgroundsTable row hoverSkeleton loading
200
C0D5
#C0D5FC
Secondary backgroundsInput backgroundsDividers
300
8FB4
#8FB4FA
BordersInactive statesPlaceholder text
400
558D
#558DF7
Disabled statesSecondary iconsMuted text
500
246D
#246DF5
Primary brand colorCTAsActive elementsLinks
600
0A52
#0A52D6
Hover statesFocus ringsPrimary buttons hover
700
0841
#0841AA
Active/pressed statesDark mode accentsSecondary text
800
062E
#062E7A
Text on light backgroundsHeadingsStrong borders
900
041E
#041E4E
Primary textHigh emphasis contentDark headings
950
0213
#021331
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --royal-blue-50: #F0F5FE;
  --royal-blue-100: #DDE8FD;
  --royal-blue-200: #C0D5FC;
  --royal-blue-300: #8FB4FA;
  --royal-blue-400: #558DF7;
  --royal-blue-500: #246DF5;
  --royal-blue-600: #0A52D6;
  --royal-blue-700: #0841AA;
  --royal-blue-800: #062E7A;
  --royal-blue-900: #041E4E;
  --royal-blue-950: #021331;
}
Generate More ShadesCreate PaletteConvert Color