Royal Blue

#4D1DFC

Blue

Color Codes

All color formats for development

HEX
#4D1DFC
RGB
rgb(77, 29, 252)
HSL
hsl(253, 97%, 55%)
OKLCH
oklch(0.49 0.286 277.3)
CMYK
cmyk(69%, 88%, 0%, 1%)

Accessibility

WCAG contrast compliance

On White Background

7.25:1

AA AAA

On Black Background

2.90:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3F0
100
#E3DC
200
#CCBE
300
#A48B
400
#754F
500
#4D1D
600
#3303
700
#2803
800
#1D02
900
#1201
950
#0B01

Shades

Darker variations

1#3904F9
2#3303DD
3#2C03C1
4#2603A6
5#20028A
6#19026F
7#130153
8#0D0137
9#06001C

Tints

Lighter variations

1#5F34FC
2#714AFC
3#8361FD
4#9477FD
5#A68EFD
6#B8A5FE
7#CABBFE
8#DBD2FE
9#EDE8FF

Tones

Muted variations

1#5328F0
2#5A33E5
3#603EDA
4#6649CF
5#6D55C4
6#7360B9
7#796BAE
8#8076A3
9#868197

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3F0
#F3F0FF
BackgroundsSubtle highlightsCard backgrounds
100
E3DC
#E3DCFE
Light backgroundsTable row hoverSkeleton loading
200
CCBE
#CCBEFE
Secondary backgroundsInput backgroundsDividers
300
A48B
#A48BFD
BordersInactive statesPlaceholder text
400
754F
#754FFC
Disabled statesSecondary iconsMuted text
500
4D1D
#4D1DFC
Primary brand colorCTAsActive elementsLinks
600
3303
#3303DD
Hover statesFocus ringsPrimary buttons hover
700
2803
#2803B0
Active/pressed statesDark mode accentsSecondary text
800
1D02
#1D027E
Text on light backgroundsHeadingsStrong borders
900
1201
#120150
Primary textHigh emphasis contentDark headings
950
0B01
#0B0132
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --royal-blue-50: #F3F0FF;
  --royal-blue-100: #E3DCFE;
  --royal-blue-200: #CCBEFE;
  --royal-blue-300: #A48BFD;
  --royal-blue-400: #754FFC;
  --royal-blue-500: #4D1DFC;
  --royal-blue-600: #3303DD;
  --royal-blue-700: #2803B0;
  --royal-blue-800: #1D027E;
  --royal-blue-900: #120150;
  --royal-blue-950: #0B0132;
}
Generate More ShadesCreate PaletteConvert Color