Royal Blue

#6973E2

Blue

Color Codes

All color formats for development

HEX
#6973E2
RGB
rgb(105, 115, 226)
HSL
hsl(235, 68%, 65%)
OKLCH
oklch(0.603 0.166 276.3)
CMYK
cmyk(54%, 49%, 0%, 11%)

Accessibility

WCAG contrast compliance

On White Background

4.08:1

AA AAA

On Black Background

5.15:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2F3
100
#E1E3
200
#C7CB
300
#9CA3
400
#6973
500
#3E4B
600
#2431
700
#1D27
800
#141C
900
#0D12
950
#080B

Shades

Darker variations

1#4D59DD
2#313FD8
3#2532C3
4#202BA7
5#1B248B
6#151D6F
7#101654
8#0B0E38
9#05071C

Tints

Lighter variations

1#7881E5
2#878FE8
3#969DEB
4#A5ABEE
5#B4B9F1
6#C3C7F4
7#D2D5F6
8#E1E3F9
9#F0F1FC

Tones

Muted variations

1#6F78DC
2#757DD6
3#7B82D0
4#8187CA
5#878CC4
6#8D92BE
7#9497B8
8#9A9CB2
9#A0A1AC

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2F3
#F2F3FD
BackgroundsSubtle highlightsCard backgrounds
100
E1E3
#E1E3F9
Light backgroundsTable row hoverSkeleton loading
200
C7CB
#C7CBF4
Secondary backgroundsInput backgroundsDividers
300
9CA3
#9CA3EC
BordersInactive statesPlaceholder text
400
6973
#6973E2
Disabled statesSecondary iconsMuted text
500
3E4B
#3E4BDA
Primary brand colorCTAsActive elementsLinks
600
2431
#2431BC
Hover statesFocus ringsPrimary buttons hover
700
1D27
#1D2796
Active/pressed statesDark mode accentsSecondary text
800
141C
#141C6B
Text on light backgroundsHeadingsStrong borders
900
0D12
#0D1245
Primary textHigh emphasis contentDark headings
950
080B
#080B2B
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --royal-blue-50: #F2F3FD;
  --royal-blue-100: #E1E3F9;
  --royal-blue-200: #C7CBF4;
  --royal-blue-300: #9CA3EC;
  --royal-blue-400: #6973E2;
  --royal-blue-500: #3E4BDA;
  --royal-blue-600: #2431BC;
  --royal-blue-700: #1D2796;
  --royal-blue-800: #141C6B;
  --royal-blue-900: #0D1245;
  --royal-blue-950: #080B2B;
}
Generate More ShadesCreate PaletteConvert Color