Royal Blue

#6E33E6

Purple

Color Codes

All color formats for development

HEX
#6E33E6
RGB
rgb(110, 51, 230)
HSL
hsl(260, 78%, 55%)
OKLCH
oklch(0.514 0.246 289.8)
CMYK
cmyk(52%, 78%, 0%, 10%)

Accessibility

WCAG contrast compliance

On White Background

6.40:1

AA AAA

On Black Background

3.28:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F1
100
#E9DF
200
#D5C4
300
#B597
400
#8F60
500
#6E33
600
#5319
700
#4214
800
#2F0E
900
#1E09
950
#1306

Shades

Darker variations

1#5D1CE1
2#5319C8
3#4916AF
4#3E1396
5#340F7D
6#2A0C64
7#1F094B
8#150632
9#0A0319

Tints

Lighter variations

1#7D47E8
2#8B5CEB
3#9A70ED
4#A884F0
5#B799F2
6#C5ADF5
7#D4C2F7
8#E2D6FA
9#F1EBFC

Tones

Muted variations

1#713CDD
2#7445D4
3#774ECB
4#7A57C2
5#7D5FB9
6#8068B0
7#8371A7
8#867A9E
9#898395

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F1
#F5F1FD
BackgroundsSubtle highlightsCard backgrounds
100
E9DF
#E9DFFB
Light backgroundsTable row hoverSkeleton loading
200
D5C4
#D5C4F8
Secondary backgroundsInput backgroundsDividers
300
B597
#B597F2
BordersInactive statesPlaceholder text
400
8F60
#8F60EB
Disabled statesSecondary iconsMuted text
500
6E33
#6E33E6
Primary brand colorCTAsActive elementsLinks
600
5319
#5319C8
Hover statesFocus ringsPrimary buttons hover
700
4214
#42149F
Active/pressed statesDark mode accentsSecondary text
800
2F0E
#2F0E71
Text on light backgroundsHeadingsStrong borders
900
1E09
#1E0949
Primary textHigh emphasis contentDark headings
950
1306
#13062D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --royal-blue-50: #F5F1FD;
  --royal-blue-100: #E9DFFB;
  --royal-blue-200: #D5C4F8;
  --royal-blue-300: #B597F2;
  --royal-blue-400: #8F60EB;
  --royal-blue-500: #6E33E6;
  --royal-blue-600: #5319C8;
  --royal-blue-700: #42149F;
  --royal-blue-800: #2F0E71;
  --royal-blue-900: #1E0949;
  --royal-blue-950: #13062D;
}
Generate More ShadesCreate PaletteConvert Color