Royal Blue

#6760EB

Blue

Color Codes

All color formats for development

HEX
#6760EB
RGB
rgb(103, 96, 235)
HSL
hsl(243, 78%, 65%)
OKLCH
oklch(0.573 0.203 280.1)
CMYK
cmyk(56%, 59%, 0%, 8%)

Accessibility

WCAG contrast compliance

On White Background

4.72:1

AA AAA

On Black Background

4.45:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2F1
100
#E1DF
200
#C7C4
300
#9B97
400
#6760
500
#3C33
600
#2119
700
#1B14
800
#130E
900
#0C09
950
#0806

Shades

Darker variations

1#4B43E8
2#2F25E4
3#231ACF
4#1E16B1
5#191294
6#140F76
7#0F0B59
8#0A073B
9#05041E

Tints

Lighter variations

1#7670ED
2#8580EF
3#9590F1
4#A4A0F3
5#B3B0F5
6#C2BFF7
7#D1CFF9
8#E1DFFB
9#F0EFFD

Tones

Muted variations

1#6D67E4
2#746EDD
3#7A75D6
4#807CD0
5#8683C9
6#8D8AC2
7#9391BB
8#9998B4
9#9F9FAD

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2F1
#F2F1FD
BackgroundsSubtle highlightsCard backgrounds
100
E1DF
#E1DFFB
Light backgroundsTable row hoverSkeleton loading
200
C7C4
#C7C4F8
Secondary backgroundsInput backgroundsDividers
300
9B97
#9B97F2
BordersInactive statesPlaceholder text
400
6760
#6760EB
Disabled statesSecondary iconsMuted text
500
3C33
#3C33E6
Primary brand colorCTAsActive elementsLinks
600
2119
#2119C8
Hover statesFocus ringsPrimary buttons hover
700
1B14
#1B149F
Active/pressed statesDark mode accentsSecondary text
800
130E
#130E71
Text on light backgroundsHeadingsStrong borders
900
0C09
#0C0949
Primary textHigh emphasis contentDark headings
950
0806
#08062D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --royal-blue-50: #F2F1FD;
  --royal-blue-100: #E1DFFB;
  --royal-blue-200: #C7C4F8;
  --royal-blue-300: #9B97F2;
  --royal-blue-400: #6760EB;
  --royal-blue-500: #3C33E6;
  --royal-blue-600: #2119C8;
  --royal-blue-700: #1B149F;
  --royal-blue-800: #130E71;
  --royal-blue-900: #0C0949;
  --royal-blue-950: #08062D;
}
Generate More ShadesCreate PaletteConvert Color