Royal Blue

#885CF0

Purple

Color Codes

All color formats for development

HEX
#885CF0
RGB
rgb(136, 92, 240)
HSL
hsl(258, 83%, 65%)
OKLCH
oklch(0.598 0.212 292.5)
CMYK
cmyk(43%, 62%, 0%, 6%)

Accessibility

WCAG contrast compliance

On White Background

4.34:1

AA AAA

On Black Background

4.84:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F1
100
#E7DE
200
#D3C2
300
#B194
400
#885C
500
#662D
600
#4B13
700
#3C0F
800
#2B0B
900
#1B07
950
#1104

Shades

Darker variations

1#723DED
2#5C1FEA
3#4E14D4
4#4211B6
5#370E98
6#2C0B79
7#21085B
8#16063D
9#0B031E

Tints

Lighter variations

1#946CF1
2#A07CF3
3#AC8DF4
4#B89DF6
5#C4ADF7
6#CFBEF9
7#DBCEFA
8#E7DEFC
9#F3EFFD

Tones

Muted variations

1#8B63E8
2#8E6AE1
3#9172DA
4#9479D2
5#9781CB
6#9A88C3
7#9D90BC
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
#D3C2F9
Secondary backgroundsInput backgroundsDividers
300
B194
#B194F5
BordersInactive statesPlaceholder text
400
885C
#885CF0
Disabled statesSecondary iconsMuted text
500
662D
#662DEB
Primary brand colorCTAsActive elementsLinks
600
4B13
#4B13CD
Hover statesFocus ringsPrimary buttons hover
700
3C0F
#3C0FA3
Active/pressed statesDark mode accentsSecondary text
800
2B0B
#2B0B75
Text on light backgroundsHeadingsStrong borders
900
1B07
#1B074B
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: #D3C2F9;
  --royal-blue-300: #B194F5;
  --royal-blue-400: #885CF0;
  --royal-blue-500: #662DEB;
  --royal-blue-600: #4B13CD;
  --royal-blue-700: #3C0FA3;
  --royal-blue-800: #2B0B75;
  --royal-blue-900: #1B074B;
  --royal-blue-950: #11042F;
}
Generate More ShadesCreate PaletteConvert Color