Royal Blue

#767ED6

Blue

Color Codes

All color formats for development

HEX
#767ED6
RGB
rgb(118, 126, 214)
HSL
hsl(235, 54%, 65%)
OKLCH
oklch(0.626 0.132 277.9)
CMYK
cmyk(45%, 41%, 0%, 16%)

Accessibility

WCAG contrast compliance

On White Background

3.67:1

AA AAA

On Black Background

5.73:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3F4
100
#E4E5
200
#CCCF
300
#A5AA
400
#767E
500
#4E59
600
#343E
700
#2931
800
#1D23
900
#1316
950
#0C0E

Shades

Darker variations

1#5C66CE
2#434EC7
3#3540B3
4#2E3799
5#262E80
6#1E2466
7#171B4D
8#0F1233
9#08091A

Tints

Lighter variations

1#838BDA
2#9197DE
3#9FA4E2
4#ADB1E6
5#BABEEA
6#C8CBEF
7#D6D8F3
8#E4E5F7
9#F1F2FB

Tones

Muted variations

1#7A82D1
2#7F86CC
3#848AC7
4#898EC3
5#8E92BE
6#9296B9
7#979AB4
8#9C9EAF
9#A1A2AB

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3F4
#F3F4FB
BackgroundsSubtle highlightsCard backgrounds
100
E4E5
#E4E5F7
Light backgroundsTable row hoverSkeleton loading
200
CCCF
#CCCFF0
Secondary backgroundsInput backgroundsDividers
300
A5AA
#A5AAE4
BordersInactive statesPlaceholder text
400
767E
#767ED6
Disabled statesSecondary iconsMuted text
500
4E59
#4E59CA
Primary brand colorCTAsActive elementsLinks
600
343E
#343EAD
Hover statesFocus ringsPrimary buttons hover
700
2931
#293189
Active/pressed statesDark mode accentsSecondary text
800
1D23
#1D2362
Text on light backgroundsHeadingsStrong borders
900
1316
#13163F
Primary textHigh emphasis contentDark headings
950
0C0E
#0C0E27
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --royal-blue-50: #F3F4FB;
  --royal-blue-100: #E4E5F7;
  --royal-blue-200: #CCCFF0;
  --royal-blue-300: #A5AAE4;
  --royal-blue-400: #767ED6;
  --royal-blue-500: #4E59CA;
  --royal-blue-600: #343EAD;
  --royal-blue-700: #293189;
  --royal-blue-800: #1D2362;
  --royal-blue-900: #13163F;
  --royal-blue-950: #0C0E27;
}
Generate More ShadesCreate PaletteConvert Color