Royal Blue

#875AF2

Purple

Color Codes

All color formats for development

HEX
#875AF2
RGB
rgb(135, 90, 242)
HSL
hsl(258, 85%, 65%)
OKLCH
oklch(0.596 0.217 292.2)
CMYK
cmyk(44%, 63%, 0%, 5%)

Accessibility

WCAG contrast compliance

On White Background

4.40:1

AA AAA

On Black Background

4.77:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F1
100
#E7DE
200
#D3C2
300
#B092
400
#875A
500
#652B
600
#4A11
700
#3B0D
800
#2A0A
900
#1B06
950
#1104

Shades

Darker variations

1#713BEF
2#5B1DED
3#4D11D7
4#420FB8
5#370C99
6#2C0A7B
7#21075C
8#16053D
9#0B021F

Tints

Lighter variations

1#936AF3
2#9F7BF4
3#AB8BF6
4#B79CF7
5#C3ACF8
6#CFBDFA
7#DBCDFB
8#E7DEFC
9#F3EEFE

Tones

Muted variations

1#8A61EA
2#8D69E2
3#9171DB
4#9478D3
5#9780CC
6#9A87C4
7#9D8FBD
8#A097B5
9#A39EAD

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F1
#F5F1FE
BackgroundsSubtle highlightsCard backgrounds
100
E7DE
#E7DEFC
Light backgroundsTable row hoverSkeleton loading
200
D3C2
#D3C2FA
Secondary backgroundsInput backgroundsDividers
300
B092
#B092F6
BordersInactive statesPlaceholder text
400
875A
#875AF2
Disabled statesSecondary iconsMuted text
500
652B
#652BEE
Primary brand colorCTAsActive elementsLinks
600
4A11
#4A11D0
Hover statesFocus ringsPrimary buttons hover
700
3B0D
#3B0DA5
Active/pressed statesDark mode accentsSecondary text
800
2A0A
#2A0A76
Text on light backgroundsHeadingsStrong borders
900
1B06
#1B064B
Primary textHigh emphasis contentDark headings
950
1104
#11042F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --royal-blue-50: #F5F1FE;
  --royal-blue-100: #E7DEFC;
  --royal-blue-200: #D3C2FA;
  --royal-blue-300: #B092F6;
  --royal-blue-400: #875AF2;
  --royal-blue-500: #652BEE;
  --royal-blue-600: #4A11D0;
  --royal-blue-700: #3B0DA5;
  --royal-blue-800: #2A0A76;
  --royal-blue-900: #1B064B;
  --royal-blue-950: #11042F;
}
Generate More ShadesCreate PaletteConvert Color