Royal Blue

#344EE5

Blue

Color Codes

All color formats for development

HEX
#344EE5
RGB
rgb(52, 78, 229)
HSL
hsl(231, 77%, 55%)
OKLCH
oklch(0.508 0.228 268.7)
CMYK
cmyk(77%, 66%, 0%, 10%)

Accessibility

WCAG contrast compliance

On White Background

6.24:1

AA AAA

On Black Background

3.37:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1F3
100
#DFE4
200
#C4CC
300
#97A5
400
#6176
500
#344E
600
#1A34
700
#1529
800
#0F1D
900
#0913
950
#060C

Shades

Darker variations

1#1D3ADF
2#1A34C7
3#172DAE
4#132795
5#10207C
6#0D1A63
7#0A134A
8#060D32
9#030619

Tints

Lighter variations

1#4860E7
2#5D72EA
3#7183ED
4#8595EF
5#99A7F2
6#AEB8F4
7#C2CAF7
8#D6DCFA
9#EBEDFC

Tones

Muted variations

1#3D55DC
2#465BD3
3#4E61CA
4#5767C1
5#606DB8
6#6974B0
7#727AA7
8#7B809E
9#838695

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1F3
#F1F3FD
BackgroundsSubtle highlightsCard backgrounds
100
DFE4
#DFE4FB
Light backgroundsTable row hoverSkeleton loading
200
C4CC
#C4CCF7
Secondary backgroundsInput backgroundsDividers
300
97A5
#97A5F2
BordersInactive statesPlaceholder text
400
6176
#6176EA
Disabled statesSecondary iconsMuted text
500
344E
#344EE5
Primary brand colorCTAsActive elementsLinks
600
1A34
#1A34C7
Hover statesFocus ringsPrimary buttons hover
700
1529
#15299E
Active/pressed statesDark mode accentsSecondary text
800
0F1D
#0F1D71
Text on light backgroundsHeadingsStrong borders
900
0913
#091348
Primary textHigh emphasis contentDark headings
950
060C
#060C2D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --royal-blue-50: #F1F3FD;
  --royal-blue-100: #DFE4FB;
  --royal-blue-200: #C4CCF7;
  --royal-blue-300: #97A5F2;
  --royal-blue-400: #6176EA;
  --royal-blue-500: #344EE5;
  --royal-blue-600: #1A34C7;
  --royal-blue-700: #15299E;
  --royal-blue-800: #0F1D71;
  --royal-blue-900: #091348;
  --royal-blue-950: #060C2D;
}
Generate More ShadesCreate PaletteConvert Color