Royal Blue

#3E46DA

Blue

Color Codes

All color formats for development

HEX
#3E46DA
RGB
rgb(62, 70, 218)
HSL
hsl(237, 68%, 55%)
OKLCH
oklch(0.49 0.221 272.5)
CMYK
cmyk(72%, 68%, 0%, 15%)

Accessibility

WCAG contrast compliance

On White Background

6.79:1

AA AAA

On Black Background

3.09:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2F3
100
#E1E2
200
#C7CA
300
#9CA0
400
#696F
500
#3E46
600
#242C
700
#1D23
800
#1419
900
#0D10
950
#080A

Shades

Darker variations

1#2831D4
2#242CBC
3#1F26A5
4#1B218D
5#161B76
6#12165E
7#0D1047
8#090B2F
9#040518

Tints

Lighter variations

1#5159DE
2#656BE2
3#787EE5
4#8B90E9
5#9FA3ED
6#B2B5F0
7#C5C8F4
8#D8DAF8
9#ECEDFB

Tones

Muted variations

1#464DD2
2#4E54CB
3#565BC3
4#5D62BB
5#6569B3
6#6D70AB
7#7577A4
8#7D7E9C
9#848594

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2F3
#F2F3FD
BackgroundsSubtle highlightsCard backgrounds
100
E1E2
#E1E2F9
Light backgroundsTable row hoverSkeleton loading
200
C7CA
#C7CAF4
Secondary backgroundsInput backgroundsDividers
300
9CA0
#9CA0EC
BordersInactive statesPlaceholder text
400
696F
#696FE2
Disabled statesSecondary iconsMuted text
500
3E46
#3E46DA
Primary brand colorCTAsActive elementsLinks
600
242C
#242CBC
Hover statesFocus ringsPrimary buttons hover
700
1D23
#1D2396
Active/pressed statesDark mode accentsSecondary text
800
1419
#14196B
Text on light backgroundsHeadingsStrong borders
900
0D10
#0D1045
Primary textHigh emphasis contentDark headings
950
080A
#080A2B
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --royal-blue-50: #F2F3FD;
  --royal-blue-100: #E1E2F9;
  --royal-blue-200: #C7CAF4;
  --royal-blue-300: #9CA0EC;
  --royal-blue-400: #696FE2;
  --royal-blue-500: #3E46DA;
  --royal-blue-600: #242CBC;
  --royal-blue-700: #1D2396;
  --royal-blue-800: #14196B;
  --royal-blue-900: #0D1045;
  --royal-blue-950: #080A2B;
}
Generate More ShadesCreate PaletteConvert Color