Royal Blue

#2D6DEB

Blue

Color Codes

All color formats for development

HEX
#2D6DEB
RGB
rgb(45, 109, 235)
HSL
hsl(220, 83%, 55%)
OKLCH
oklch(0.568 0.202 262)
CMYK
cmyk(81%, 54%, 0%, 8%)

Accessibility

WCAG contrast compliance

On White Background

4.67:1

AA AAA

On Black Background

4.50:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1F5
100
#DEE8
200
#C2D5
300
#94B4
400
#5C8D
500
#2D6D
600
#1351
700
#0F41
800
#0B2E
900
#071E
950
#0412

Shades

Darker variations

1#155BE7
2#1351CD
3#1147B4
4#0E3D9A
5#0C3380
6#0A2967
7#071E4D
8#051433
9#020A1A

Tints

Lighter variations

1#427BED
2#578AEF
3#6C98F1
4#81A7F3
5#96B6F5
6#ABC4F7
7#C0D3F9
8#D5E2FB
9#EAF0FD

Tones

Muted variations

1#3770E2
2#4073D8
3#4A76CF
4#5379C5
5#5D7CBC
6#6680B2
7#7083A9
8#79869F
9#838996

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1F5
#F1F5FE
BackgroundsSubtle highlightsCard backgrounds
100
DEE8
#DEE8FC
Light backgroundsTable row hoverSkeleton loading
200
C2D5
#C2D5F9
Secondary backgroundsInput backgroundsDividers
300
94B4
#94B4F5
BordersInactive statesPlaceholder text
400
5C8D
#5C8DF0
Disabled statesSecondary iconsMuted text
500
2D6D
#2D6DEB
Primary brand colorCTAsActive elementsLinks
600
1351
#1351CD
Hover statesFocus ringsPrimary buttons hover
700
0F41
#0F41A3
Active/pressed statesDark mode accentsSecondary text
800
0B2E
#0B2E75
Text on light backgroundsHeadingsStrong borders
900
071E
#071E4B
Primary textHigh emphasis contentDark headings
950
0412
#04122F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --royal-blue-50: #F1F5FE;
  --royal-blue-100: #DEE8FC;
  --royal-blue-200: #C2D5F9;
  --royal-blue-300: #94B4F5;
  --royal-blue-400: #5C8DF0;
  --royal-blue-500: #2D6DEB;
  --royal-blue-600: #1351CD;
  --royal-blue-700: #0F41A3;
  --royal-blue-800: #0B2E75;
  --royal-blue-900: #071E4B;
  --royal-blue-950: #04122F;
}
Generate More ShadesCreate PaletteConvert Color