Royal Blue

#8160EB

Blue

Color Codes

All color formats for development

HEX
#8160EB
RGB
rgb(129, 96, 235)
HSL
hsl(254, 78%, 65%)
OKLCH
oklch(0.595 0.2 289.8)
CMYK
cmyk(45%, 59%, 0%, 8%)

Accessibility

WCAG contrast compliance

On White Background

4.37:1

AA AAA

On Black Background

4.81:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F1
100
#E6DF
200
#D0C4
300
#AC97
400
#8160
500
#5D33
600
#4219
700
#3414
800
#250E
900
#1809
950
#0F06

Shades

Darker variations

1#6943E8
2#5225E4
3#441ACF
4#3A16B1
5#301294
6#270F76
7#1D0B59
8#13073B
9#0A041E

Tints

Lighter variations

1#8D70ED
2#9A80EF
3#A790F1
4#B3A0F3
5#C0B0F5
6#CCBFF7
7#D9CFF9
8#E6DFFB
9#F2EFFD

Tones

Muted variations

1#8467E4
2#886EDD
3#8C75D6
4#8F7CD0
5#9383C9
6#978AC2
7#9B91BB
8#9E98B4
9#A29FAD

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4F1
#F4F1FD
BackgroundsSubtle highlightsCard backgrounds
100
E6DF
#E6DFFB
Light backgroundsTable row hoverSkeleton loading
200
D0C4
#D0C4F8
Secondary backgroundsInput backgroundsDividers
300
AC97
#AC97F2
BordersInactive statesPlaceholder text
400
8160
#8160EB
Disabled statesSecondary iconsMuted text
500
5D33
#5D33E6
Primary brand colorCTAsActive elementsLinks
600
4219
#4219C8
Hover statesFocus ringsPrimary buttons hover
700
3414
#34149F
Active/pressed statesDark mode accentsSecondary text
800
250E
#250E71
Text on light backgroundsHeadingsStrong borders
900
1809
#180949
Primary textHigh emphasis contentDark headings
950
0F06
#0F062D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --royal-blue-50: #F4F1FD;
  --royal-blue-100: #E6DFFB;
  --royal-blue-200: #D0C4F8;
  --royal-blue-300: #AC97F2;
  --royal-blue-400: #8160EB;
  --royal-blue-500: #5D33E6;
  --royal-blue-600: #4219C8;
  --royal-blue-700: #34149F;
  --royal-blue-800: #250E71;
  --royal-blue-900: #180949;
  --royal-blue-950: #0F062D;
}
Generate More ShadesCreate PaletteConvert Color