Royal Blue

#3862E0

Blue

Color Codes

All color formats for development

HEX
#3862E0
RGB
rgb(56, 98, 224)
HSL
hsl(225, 73%, 55%)
OKLCH
oklch(0.542 0.198 265.9)
CMYK
cmyk(75%, 56%, 0%, 12%)

Accessibility

WCAG contrast compliance

On White Background

5.26:1

AA AAA

On Black Background

3.99:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2F5
100
#E0E7
200
#C6D2
300
#9AAF
400
#6585
500
#3862
600
#1E47
700
#1839
800
#1128
900
#0B1A
950
#0710

Shades

Darker variations

1#2250DA
2#1E47C2
3#1B3EAA
4#173592
5#132D79
6#0F2461
7#0B1B49
8#081231
9#040918

Tints

Lighter variations

1#4C72E3
2#6082E6
3#7491E9
4#88A1EC
5#9CB1F0
6#B0C0F3
7#C3D0F6
8#D7E0F9
9#EBEFFC

Tones

Muted variations

1#4167D8
2#496BCF
3#526FC7
4#5A73BF
5#6277B6
6#6B7BAE
7#7380A5
8#7B849D
9#848895

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2F5
#F2F5FD
BackgroundsSubtle highlightsCard backgrounds
100
E0E7
#E0E7FA
Light backgroundsTable row hoverSkeleton loading
200
C6D2
#C6D2F6
Secondary backgroundsInput backgroundsDividers
300
9AAF
#9AAFEF
BordersInactive statesPlaceholder text
400
6585
#6585E7
Disabled statesSecondary iconsMuted text
500
3862
#3862E0
Primary brand colorCTAsActive elementsLinks
600
1E47
#1E47C2
Hover statesFocus ringsPrimary buttons hover
700
1839
#18399A
Active/pressed statesDark mode accentsSecondary text
800
1128
#11286E
Text on light backgroundsHeadingsStrong borders
900
0B1A
#0B1A47
Primary textHigh emphasis contentDark headings
950
0710
#07102C
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --royal-blue-50: #F2F5FD;
  --royal-blue-100: #E0E7FA;
  --royal-blue-200: #C6D2F6;
  --royal-blue-300: #9AAFEF;
  --royal-blue-400: #6585E7;
  --royal-blue-500: #3862E0;
  --royal-blue-600: #1E47C2;
  --royal-blue-700: #18399A;
  --royal-blue-800: #11286E;
  --royal-blue-900: #0B1A47;
  --royal-blue-950: #07102C;
}
Generate More ShadesCreate PaletteConvert Color