Royal Blue

#4E1FF9

Blue

Color Codes

All color formats for development

HEX
#4E1FF9
RGB
rgb(78, 31, 249)
HSL
hsl(253, 95%, 55%)
OKLCH
oklch(0.489 0.282 277.8)
CMYK
cmyk(69%, 88%, 0%, 2%)

Accessibility

WCAG contrast compliance

On White Background

7.27:1

AA AAA

On Black Background

2.89:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3F0
100
#E4DC
200
#CCBE
300
#A58D
400
#7651
500
#4E1F
600
#3406
700
#2904
800
#1D03
900
#1302
950
#0C01

Shades

Darker variations

1#3A06F6
2#3406DB
3#2D05BF
4#2704A4
5#200489
6#1A036D
7#130252
8#0D0137
9#06011B

Tints

Lighter variations

1#6036FA
2#724CFA
3#8362FB
4#9579FC
5#A78FFC
6#B8A5FD
7#CABCFD
8#DCD2FE
9#EDE9FE

Tones

Muted variations

1#552AEE
2#5B35E3
3#6140D9
4#674BCE
5#6D56C3
6#7461B8
7#7A6CAD
8#8076A2
9#868197

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3F0
#F3F0FF
BackgroundsSubtle highlightsCard backgrounds
100
E4DC
#E4DCFE
Light backgroundsTable row hoverSkeleton loading
200
CCBE
#CCBEFD
Secondary backgroundsInput backgroundsDividers
300
A58D
#A58DFC
BordersInactive statesPlaceholder text
400
7651
#7651FB
Disabled statesSecondary iconsMuted text
500
4E1F
#4E1FF9
Primary brand colorCTAsActive elementsLinks
600
3406
#3406DB
Hover statesFocus ringsPrimary buttons hover
700
2904
#2904AE
Active/pressed statesDark mode accentsSecondary text
800
1D03
#1D037C
Text on light backgroundsHeadingsStrong borders
900
1302
#130250
Primary textHigh emphasis contentDark headings
950
0C01
#0C0132
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --royal-blue-50: #F3F0FF;
  --royal-blue-100: #E4DCFE;
  --royal-blue-200: #CCBEFD;
  --royal-blue-300: #A58DFC;
  --royal-blue-400: #7651FB;
  --royal-blue-500: #4E1FF9;
  --royal-blue-600: #3406DB;
  --royal-blue-700: #2904AE;
  --royal-blue-800: #1D037C;
  --royal-blue-900: #130250;
  --royal-blue-950: #0C0132;
}
Generate More ShadesCreate PaletteConvert Color