Royal Blue

#875FEC

Purple

Color Codes

All color formats for development

HEX
#875FEC
RGB
rgb(135, 95, 236)
HSL
hsl(257, 79%, 65%)
OKLCH
oklch(0.599 0.203 292.2)
CMYK
cmyk(43%, 60%, 0%, 7%)

Accessibility

WCAG contrast compliance

On White Background

4.30:1

AA AAA

On Black Background

4.88:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F1
100
#E7DF
200
#D3C4
300
#B096
400
#875F
500
#6532
600
#4A18
700
#3B13
800
#2A0D
900
#1B09
950
#1105

Shades

Darker variations

1#7142E9
2#5B24E5
3#4C18D0
4#4115B2
5#371194
6#2C0E77
7#210A59
8#16073B
9#0B031E

Tints

Lighter variations

1#936FEE
2#9F7FF0
3#AB8FF2
4#B79FF4
5#C3AFF6
6#CFBFF8
7#DBCFF9
8#E7DFFB
9#F3EFFD

Tones

Muted variations

1#8A66E5
2#8D6DDE
3#9074D7
4#937BD0
5#9682C9
6#9A8AC2
7#9D91BB
8#A098B4
9#A39FAD

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F1
#F5F1FD
BackgroundsSubtle highlightsCard backgrounds
100
E7DF
#E7DFFB
Light backgroundsTable row hoverSkeleton loading
200
D3C4
#D3C4F8
Secondary backgroundsInput backgroundsDividers
300
B096
#B096F3
BordersInactive statesPlaceholder text
400
875F
#875FEC
Disabled statesSecondary iconsMuted text
500
6532
#6532E7
Primary brand colorCTAsActive elementsLinks
600
4A18
#4A18C9
Hover statesFocus ringsPrimary buttons hover
700
3B13
#3B13A0
Active/pressed statesDark mode accentsSecondary text
800
2A0D
#2A0D72
Text on light backgroundsHeadingsStrong borders
900
1B09
#1B0949
Primary textHigh emphasis contentDark headings
950
1105
#11052E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --royal-blue-50: #F5F1FD;
  --royal-blue-100: #E7DFFB;
  --royal-blue-200: #D3C4F8;
  --royal-blue-300: #B096F3;
  --royal-blue-400: #875FEC;
  --royal-blue-500: #6532E7;
  --royal-blue-600: #4A18C9;
  --royal-blue-700: #3B13A0;
  --royal-blue-800: #2A0D72;
  --royal-blue-900: #1B0949;
  --royal-blue-950: #11052E;
}
Generate More ShadesCreate PaletteConvert Color