Royal Blue

#7E5FEC

Blue

Color Codes

All color formats for development

HEX
#7E5FEC
RGB
rgb(126, 95, 236)
HSL
hsl(253, 79%, 65%)
OKLCH
oklch(0.591 0.203 288.7)
CMYK
cmyk(47%, 60%, 0%, 7%)

Accessibility

WCAG contrast compliance

On White Background

4.43:1

AA AAA

On Black Background

4.74:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F1
100
#E5DF
200
#CFC4
300
#AA96
400
#7E5F
500
#5932
600
#3E18
700
#3113
800
#230D
900
#1709
950
#0E05

Shades

Darker variations

1#6642E9
2#4E24E5
3#4018D0
4#3715B2
5#2E1194
6#250E77
7#1B0A59
8#12073B
9#09031E

Tints

Lighter variations

1#8B6FEE
2#987FF0
3#A58FF2
4#B19FF4
5#BEAFF6
6#CBBFF8
7#D8CFF9
8#E5DFFB
9#F2EFFD

Tones

Muted variations

1#8266E5
2#866DDE
3#8A74D7
4#8E7BD0
5#9282C9
6#968AC2
7#9A91BB
8#9E98B4
9#A29FAD

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4F1
#F4F1FD
BackgroundsSubtle highlightsCard backgrounds
100
E5DF
#E5DFFB
Light backgroundsTable row hoverSkeleton loading
200
CFC4
#CFC4F8
Secondary backgroundsInput backgroundsDividers
300
AA96
#AA96F3
BordersInactive statesPlaceholder text
400
7E5F
#7E5FEC
Disabled statesSecondary iconsMuted text
500
5932
#5932E7
Primary brand colorCTAsActive elementsLinks
600
3E18
#3E18C9
Hover statesFocus ringsPrimary buttons hover
700
3113
#3113A0
Active/pressed statesDark mode accentsSecondary text
800
230D
#230D72
Text on light backgroundsHeadingsStrong borders
900
1709
#170949
Primary textHigh emphasis contentDark headings
950
0E05
#0E052E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --royal-blue-50: #F4F1FD;
  --royal-blue-100: #E5DFFB;
  --royal-blue-200: #CFC4F8;
  --royal-blue-300: #AA96F3;
  --royal-blue-400: #7E5FEC;
  --royal-blue-500: #5932E7;
  --royal-blue-600: #3E18C9;
  --royal-blue-700: #3113A0;
  --royal-blue-800: #230D72;
  --royal-blue-900: #170949;
  --royal-blue-950: #0E052E;
}
Generate More ShadesCreate PaletteConvert Color