Royal Blue

#2D3AEB

Blue

Color Codes

All color formats for development

HEX
#2D3AEB
RGB
rgb(45, 58, 235)
HSL
hsl(236, 83%, 55%)
OKLCH
oklch(0.481 0.257 269)
CMYK
cmyk(81%, 75%, 0%, 8%)

Accessibility

WCAG contrast compliance

On White Background

7.20:1

AA AAA

On Black Background

2.92:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1F2
100
#DEE0
200
#C2C6
300
#949A
400
#5C66
500
#2D3A
600
#131F
700
#0F19
800
#0B12
900
#070B
950
#0407

Shades

Darker variations

1#1523E7
2#131FCD
3#111CB4
4#0E189A
5#0C1480
6#0A1067
7#070C4D
8#050833
9#02041A

Tints

Lighter variations

1#424DED
2#5761EF
3#6C75F1
4#8189F3
5#969CF5
6#ABB0F7
7#C0C4F9
8#D5D8FB
9#EAEBFD

Tones

Muted variations

1#3742E2
2#404AD8
3#4A52CF
4#535BC5
5#5D63BC
6#666BB2
7#7073A9
8#797C9F
9#838496

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1F2
#F1F2FE
BackgroundsSubtle highlightsCard backgrounds
100
DEE0
#DEE0FC
Light backgroundsTable row hoverSkeleton loading
200
C2C6
#C2C6F9
Secondary backgroundsInput backgroundsDividers
300
949A
#949AF5
BordersInactive statesPlaceholder text
400
5C66
#5C66F0
Disabled statesSecondary iconsMuted text
500
2D3A
#2D3AEB
Primary brand colorCTAsActive elementsLinks
600
131F
#131FCD
Hover statesFocus ringsPrimary buttons hover
700
0F19
#0F19A3
Active/pressed statesDark mode accentsSecondary text
800
0B12
#0B1275
Text on light backgroundsHeadingsStrong borders
900
070B
#070B4B
Primary textHigh emphasis contentDark headings
950
0407
#04072F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --royal-blue-50: #F1F2FE;
  --royal-blue-100: #DEE0FC;
  --royal-blue-200: #C2C6F9;
  --royal-blue-300: #949AF5;
  --royal-blue-400: #5C66F0;
  --royal-blue-500: #2D3AEB;
  --royal-blue-600: #131FCD;
  --royal-blue-700: #0F19A3;
  --royal-blue-800: #0B1275;
  --royal-blue-900: #070B4B;
  --royal-blue-950: #04072F;
}
Generate More ShadesCreate PaletteConvert Color