Royal Blue

#5225F4

Blue

Color Codes

All color formats for development

HEX
#5225F4
RGB
rgb(82, 37, 244)
HSL
hsl(253, 90%, 55%)
OKLCH
oklch(0.491 0.273 279.3)
CMYK
cmyk(66%, 85%, 0%, 4%)

Accessibility

WCAG contrast compliance

On White Background

7.17:1

AA AAA

On Black Background

2.93:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3F0
100
#E4DD
200
#CDC0
300
#A690
400
#7855
500
#5225
600
#370B
700
#2C09
800
#1F06
900
#1404
950
#0C03

Shades

Darker variations

1#3E0DF0
2#370BD5
3#300ABB
4#2908A0
5#220785
6#1B066B
7#150450
8#0E0335
9#07011B

Tints

Lighter variations

1#633BF5
2#7451F6
3#8666F7
4#977CF8
5#A892F9
6#BAA8FA
7#CBBEFC
8#DCD3FD
9#EEE9FE

Tones

Muted variations

1#582FE9
2#5D3ADF
3#6344D5
4#694ECA
5#6F59C0
6#7563B6
7#7B6DAB
8#8178A1
9#868297

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3F0
#F3F0FE
BackgroundsSubtle highlightsCard backgrounds
100
E4DD
#E4DDFD
Light backgroundsTable row hoverSkeleton loading
200
CDC0
#CDC0FC
Secondary backgroundsInput backgroundsDividers
300
A690
#A690F9
BordersInactive statesPlaceholder text
400
7855
#7855F6
Disabled statesSecondary iconsMuted text
500
5225
#5225F4
Primary brand colorCTAsActive elementsLinks
600
370B
#370BD5
Hover statesFocus ringsPrimary buttons hover
700
2C09
#2C09AA
Active/pressed statesDark mode accentsSecondary text
800
1F06
#1F0679
Text on light backgroundsHeadingsStrong borders
900
1404
#14044E
Primary textHigh emphasis contentDark headings
950
0C03
#0C0330
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --royal-blue-50: #F3F0FE;
  --royal-blue-100: #E4DDFD;
  --royal-blue-200: #CDC0FC;
  --royal-blue-300: #A690F9;
  --royal-blue-400: #7855F6;
  --royal-blue-500: #5225F4;
  --royal-blue-600: #370BD5;
  --royal-blue-700: #2C09AA;
  --royal-blue-800: #1F0679;
  --royal-blue-900: #14044E;
  --royal-blue-950: #0C0330;
}
Generate More ShadesCreate PaletteConvert Color