Royal Blue

#775DEF

Blue

Color Codes

All color formats for development

HEX
#775DEF
RGB
rgb(119, 93, 239)
HSL
hsl(251, 82%, 65%)
OKLCH
oklch(0.584 0.21 286.1)
CMYK
cmyk(50%, 61%, 0%, 6%)

Accessibility

WCAG contrast compliance

On White Background

4.57:1

AA AAA

On Black Background

4.60:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3F1
100
#E4DF
200
#CDC3
300
#A694
400
#775D
500
#512E
600
#3614
700
#2B10
800
#1F0B
900
#1407
950
#0C05

Shades

Darker variations

1#5E3EEC
2#4520E9
3#3815D3
4#3012B5
5#280F97
6#200C79
7#18095A
8#10063C
9#08031E

Tints

Lighter variations

1#856DF1
2#937DF2
3#A08DF4
4#AE9EF5
5#BBAEF7
6#C9BEF9
7#D6CEFA
8#E4DFFC
9#F1EFFD

Tones

Muted variations

1#7C64E8
2#816BE0
3#8573D9
4#8A7AD2
5#8F81CA
6#9388C3
7#9890BC
8#9C97B4
9#A19EAD

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3F1
#F3F1FE
BackgroundsSubtle highlightsCard backgrounds
100
E4DF
#E4DFFC
Light backgroundsTable row hoverSkeleton loading
200
CDC3
#CDC3F9
Secondary backgroundsInput backgroundsDividers
300
A694
#A694F4
BordersInactive statesPlaceholder text
400
775D
#775DEF
Disabled statesSecondary iconsMuted text
500
512E
#512EEA
Primary brand colorCTAsActive elementsLinks
600
3614
#3614CC
Hover statesFocus ringsPrimary buttons hover
700
2B10
#2B10A2
Active/pressed statesDark mode accentsSecondary text
800
1F0B
#1F0B74
Text on light backgroundsHeadingsStrong borders
900
1407
#14074A
Primary textHigh emphasis contentDark headings
950
0C05
#0C052E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --royal-blue-50: #F3F1FE;
  --royal-blue-100: #E4DFFC;
  --royal-blue-200: #CDC3F9;
  --royal-blue-300: #A694F4;
  --royal-blue-400: #775DEF;
  --royal-blue-500: #512EEA;
  --royal-blue-600: #3614CC;
  --royal-blue-700: #2B10A2;
  --royal-blue-800: #1F0B74;
  --royal-blue-900: #14074A;
  --royal-blue-950: #0C052E;
}
Generate More ShadesCreate PaletteConvert Color