Royal Blue

#6E86DE

Blue

Color Codes

All color formats for development

HEX
#6E86DE
RGB
rgb(110, 134, 222)
HSL
hsl(227, 63%, 65%)
OKLCH
oklch(0.641 0.135 270.7)
CMYK
cmyk(50%, 40%, 0%, 13%)

Accessibility

WCAG contrast compliance

On White Background

3.43:1

AA AAA

On Black Background

6.13:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3F5
100
#E2E7
200
#C9D2
300
#9FAF
400
#6E86
500
#4463
600
#2A48
700
#2139
800
#1829
900
#0F1A
950
#0910

Shades

Darker variations

1#536FD8
2#3759D2
3#2B4BBD
4#2540A2
5#1F3587
6#192B6C
7#122051
8#0C1536
9#060B1B

Tints

Lighter variations

1#7C92E1
2#8B9EE5
3#99AAE8
4#A8B6EB
5#B6C2EE
6#C5CFF2
7#D3DBF5
8#E2E7F8
9#F0F3FC

Tones

Muted variations

1#7389D8
2#798CD3
3#7E8FCD
4#8493C7
5#8A96C2
6#8F99BC
7#959CB7
8#9B9FB1
9#A0A3AB

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3F5
#F3F5FC
BackgroundsSubtle highlightsCard backgrounds
100
E2E7
#E2E7F8
Light backgroundsTable row hoverSkeleton loading
200
C9D2
#C9D2F3
Secondary backgroundsInput backgroundsDividers
300
9FAF
#9FAFE9
BordersInactive statesPlaceholder text
400
6E86
#6E86DE
Disabled statesSecondary iconsMuted text
500
4463
#4463D5
Primary brand colorCTAsActive elementsLinks
600
2A48
#2A48B7
Hover statesFocus ringsPrimary buttons hover
700
2139
#213991
Active/pressed statesDark mode accentsSecondary text
800
1829
#182968
Text on light backgroundsHeadingsStrong borders
900
0F1A
#0F1A43
Primary textHigh emphasis contentDark headings
950
0910
#09102A
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --royal-blue-50: #F3F5FC;
  --royal-blue-100: #E2E7F8;
  --royal-blue-200: #C9D2F3;
  --royal-blue-300: #9FAFE9;
  --royal-blue-400: #6E86DE;
  --royal-blue-500: #4463D5;
  --royal-blue-600: #2A48B7;
  --royal-blue-700: #213991;
  --royal-blue-800: #182968;
  --royal-blue-900: #0F1A43;
  --royal-blue-950: #09102A;
}
Generate More ShadesCreate PaletteConvert Color