Royal Blue

#4D79FF

Blue

Color Codes

All color formats for development

HEX
#4D79FF
RGB
rgb(77, 121, 255)
HSL
hsl(225, 100%, 65%)
OKLCH
oklch(0.618 0.205 266.6)
CMYK
cmyk(70%, 53%, 0%, 0%)

Accessibility

WCAG contrast compliance

On White Background

3.82:1

AA AAA

On Black Background

5.49:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0F4
100
#DBE4
200
#BDCD
300
#8AA7
400
#4D79
500
#1A53
600
#0038
700
#002D
800
#0020
900
#0014
950
#000D

Shades

Darker variations

1#2B60FF
2#0A47FF
3#003AE8
4#0032C7
5#0029A6
6#002185
7#001963
8#001142
9#000821

Tints

Lighter variations

1#5E87FF
2#7094FF
3#82A1FF
4#94AFFF
5#A6BCFF
6#B8C9FF
7#C9D7FF
8#DBE4FF
9#EDF2FF

Tones

Muted variations

1#557EF6
2#5E82ED
3#6787E4
4#708BDB
5#798FD2
6#8294C9
7#8B98C1
8#949DB8
9#9DA1AF

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0F4
#F0F4FF
BackgroundsSubtle highlightsCard backgrounds
100
DBE4
#DBE4FF
Light backgroundsTable row hoverSkeleton loading
200
BDCD
#BDCDFF
Secondary backgroundsInput backgroundsDividers
300
8AA7
#8AA7FF
BordersInactive statesPlaceholder text
400
4D79
#4D79FF
Disabled statesSecondary iconsMuted text
500
1A53
#1A53FF
Primary brand colorCTAsActive elementsLinks
600
0038
#0038E0
Hover statesFocus ringsPrimary buttons hover
700
002D
#002DB3
Active/pressed statesDark mode accentsSecondary text
800
0020
#002080
Text on light backgroundsHeadingsStrong borders
900
0014
#001452
Primary textHigh emphasis contentDark headings
950
000D
#000D33
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --royal-blue-50: #F0F4FF;
  --royal-blue-100: #DBE4FF;
  --royal-blue-200: #BDCDFF;
  --royal-blue-300: #8AA7FF;
  --royal-blue-400: #4D79FF;
  --royal-blue-500: #1A53FF;
  --royal-blue-600: #0038E0;
  --royal-blue-700: #002DB3;
  --royal-blue-800: #002080;
  --royal-blue-900: #001452;
  --royal-blue-950: #000D33;
}
Generate More ShadesCreate PaletteConvert Color