Royal Blue

#6D2EEA

Purple

Color Codes

All color formats for development

HEX
#6D2EEA
RGB
rgb(109, 46, 234)
HSL
hsl(260, 82%, 55%)
OKLCH
oklch(0.512 0.254 289.2)
CMYK
cmyk(53%, 80%, 0%, 8%)

Accessibility

WCAG contrast compliance

On White Background

6.50:1

AA AAA

On Black Background

3.23:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F1
100
#E8DF
200
#D5C3
300
#B494
400
#8D5D
500
#6D2E
600
#5214
700
#4110
800
#2E0B
900
#1E07
950
#1305

Shades

Darker variations

1#5C17E6
2#5214CC
3#4712B3
4#3D0F99
5#330D80
6#290A66
7#1F084D
8#140533
9#0A031A

Tints

Lighter variations

1#7B43EC
2#8A58EE
3#996DF1
4#A782F3
5#B697F5
6#C5ABF7
7#D3C0F9
8#E2D5FB
9#F0EAFD

Tones

Muted variations

1#7038E1
2#7341D8
3#764ACE
4#7954C5
5#7D5DBB
6#8067B2
7#8370A8
8#86799F
9#898396

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F1
#F5F1FE
BackgroundsSubtle highlightsCard backgrounds
100
E8DF
#E8DFFC
Light backgroundsTable row hoverSkeleton loading
200
D5C3
#D5C3F9
Secondary backgroundsInput backgroundsDividers
300
B494
#B494F4
BordersInactive statesPlaceholder text
400
8D5D
#8D5DEF
Disabled statesSecondary iconsMuted text
500
6D2E
#6D2EEA
Primary brand colorCTAsActive elementsLinks
600
5214
#5214CC
Hover statesFocus ringsPrimary buttons hover
700
4110
#4110A2
Active/pressed statesDark mode accentsSecondary text
800
2E0B
#2E0B74
Text on light backgroundsHeadingsStrong borders
900
1E07
#1E074A
Primary textHigh emphasis contentDark headings
950
1305
#13052E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --royal-blue-50: #F5F1FE;
  --royal-blue-100: #E8DFFC;
  --royal-blue-200: #D5C3F9;
  --royal-blue-300: #B494F4;
  --royal-blue-400: #8D5DEF;
  --royal-blue-500: #6D2EEA;
  --royal-blue-600: #5214CC;
  --royal-blue-700: #4110A2;
  --royal-blue-800: #2E0B74;
  --royal-blue-900: #1E074A;
  --royal-blue-950: #13052E;
}
Generate More ShadesCreate PaletteConvert Color