Royal Blue

#4034E5

Blue

Color Codes

All color formats for development

HEX
#4034E5
RGB
rgb(64, 52, 229)
HSL
hsl(244, 77%, 55%)
OKLCH
oklch(0.477 0.25 274.3)
CMYK
cmyk(72%, 77%, 0%, 10%)

Accessibility

WCAG contrast compliance

On White Background

7.39:1

AA AAA

On Black Background

2.84:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2F1
100
#E1DF
200
#C8C4
300
#9D97
400
#6A61
500
#4034
600
#251A
700
#1E15
800
#150F
900
#0E09
950
#0806

Shades

Darker variations

1#2A1DDF
2#251AC7
3#2117AE
4#1C1395
5#17107C
6#130D63
7#0E0A4A
8#090632
9#050319

Tints

Lighter variations

1#5348E7
2#665DEA
3#7971ED
4#8C85EF
5#9F99F2
6#B2AEF4
7#C6C2F7
8#D9D6FA
9#ECEBFC

Tones

Muted variations

1#473DDC
2#4F46D3
3#574ECA
4#5E57C1
5#6660B8
6#6E69B0
7#7572A7
8#7D7B9E
9#858395

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2F1
#F2F1FD
BackgroundsSubtle highlightsCard backgrounds
100
E1DF
#E1DFFB
Light backgroundsTable row hoverSkeleton loading
200
C8C4
#C8C4F7
Secondary backgroundsInput backgroundsDividers
300
9D97
#9D97F2
BordersInactive statesPlaceholder text
400
6A61
#6A61EA
Disabled statesSecondary iconsMuted text
500
4034
#4034E5
Primary brand colorCTAsActive elementsLinks
600
251A
#251AC7
Hover statesFocus ringsPrimary buttons hover
700
1E15
#1E159E
Active/pressed statesDark mode accentsSecondary text
800
150F
#150F71
Text on light backgroundsHeadingsStrong borders
900
0E09
#0E0948
Primary textHigh emphasis contentDark headings
950
0806
#08062D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --royal-blue-50: #F2F1FD;
  --royal-blue-100: #E1DFFB;
  --royal-blue-200: #C8C4F7;
  --royal-blue-300: #9D97F2;
  --royal-blue-400: #6A61EA;
  --royal-blue-500: #4034E5;
  --royal-blue-600: #251AC7;
  --royal-blue-700: #1E159E;
  --royal-blue-800: #150F71;
  --royal-blue-900: #0E0948;
  --royal-blue-950: #08062D;
}
Generate More ShadesCreate PaletteConvert Color