Royal Blue

#3238E7

Blue

Color Codes

All color formats for development

HEX
#3238E7
RGB
rgb(50, 56, 231)
HSL
hsl(238, 79%, 55%)
OKLCH
oklch(0.477 0.253 270.3)
CMYK
cmyk(78%, 76%, 0%, 9%)

Accessibility

WCAG contrast compliance

On White Background

7.36:1

AA AAA

On Black Background

2.86:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1F2
100
#DFE0
200
#C4C5
300
#9699
400
#5F64
500
#3238
600
#181D
700
#1317
800
#0D11
900
#090B
950
#0507

Shades

Darker variations

1#1B21E2
2#181DC9
3#151AB0
4#121697
5#0F127E
6#0C0F64
7#090B4B
8#060732
9#030419

Tints

Lighter variations

1#464CE9
2#5B60EC
3#6F73EE
4#8487F1
5#989BF3
6#ADAFF5
7#C1C3F8
8#D6D7FA
9#EAEBFD

Tones

Muted variations

1#3B40DE
2#4449D5
3#4D51CC
4#5659C3
5#5F62BA
6#686AB1
7#7173A7
8#7A7B9E
9#838495

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1F2
#F1F2FD
BackgroundsSubtle highlightsCard backgrounds
100
DFE0
#DFE0FB
Light backgroundsTable row hoverSkeleton loading
200
C4C5
#C4C5F8
Secondary backgroundsInput backgroundsDividers
300
9699
#9699F3
BordersInactive statesPlaceholder text
400
5F64
#5F64EC
Disabled statesSecondary iconsMuted text
500
3238
#3238E7
Primary brand colorCTAsActive elementsLinks
600
181D
#181DC9
Hover statesFocus ringsPrimary buttons hover
700
1317
#1317A0
Active/pressed statesDark mode accentsSecondary text
800
0D11
#0D1172
Text on light backgroundsHeadingsStrong borders
900
090B
#090B49
Primary textHigh emphasis contentDark headings
950
0507
#05072E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --royal-blue-50: #F1F2FD;
  --royal-blue-100: #DFE0FB;
  --royal-blue-200: #C4C5F8;
  --royal-blue-300: #9699F3;
  --royal-blue-400: #5F64EC;
  --royal-blue-500: #3238E7;
  --royal-blue-600: #181DC9;
  --royal-blue-700: #1317A0;
  --royal-blue-800: #0D1172;
  --royal-blue-900: #090B49;
  --royal-blue-950: #05072E;
}
Generate More ShadesCreate PaletteConvert Color