Royal Blue

#2D56EB

Blue

Color Codes

All color formats for development

HEX
#2D56EB
RGB
rgb(45, 86, 235)
HSL
hsl(227, 83%, 55%)
OKLCH
oklch(0.525 0.228 266.2)
CMYK
cmyk(81%, 63%, 0%, 8%)

Accessibility

WCAG contrast compliance

On White Background

5.77:1

AA AAA

On Black Background

3.64:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1F4
100
#DEE5
200
#C2CE
300
#94A9
400
#5C7C
500
#2D56
600
#133B
700
#0F2F
800
#0B22
900
#0716
950
#040E

Shades

Darker variations

1#1543E7
2#133BCD
3#1134B4
4#0E2D9A
5#0C2580
6#0A1E67
7#07164D
8#050F33
9#02071A

Tints

Lighter variations

1#4267ED
2#5778EF
3#6C89F1
4#819AF3
5#96ABF5
6#ABBCF7
7#C0CCF9
8#D5DDFB
9#EAEEFD

Tones

Muted variations

1#375CE2
2#4061D8
3#4A66CF
4#536CC5
5#5D71BC
6#6677B2
7#707CA9
8#79819F
9#838796

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1F4
#F1F4FE
BackgroundsSubtle highlightsCard backgrounds
100
DEE5
#DEE5FC
Light backgroundsTable row hoverSkeleton loading
200
C2CE
#C2CEF9
Secondary backgroundsInput backgroundsDividers
300
94A9
#94A9F5
BordersInactive statesPlaceholder text
400
5C7C
#5C7CF0
Disabled statesSecondary iconsMuted text
500
2D56
#2D56EB
Primary brand colorCTAsActive elementsLinks
600
133B
#133BCD
Hover statesFocus ringsPrimary buttons hover
700
0F2F
#0F2FA3
Active/pressed statesDark mode accentsSecondary text
800
0B22
#0B2275
Text on light backgroundsHeadingsStrong borders
900
0716
#07164B
Primary textHigh emphasis contentDark headings
950
040E
#040E2F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --royal-blue-50: #F1F4FE;
  --royal-blue-100: #DEE5FC;
  --royal-blue-200: #C2CEF9;
  --royal-blue-300: #94A9F5;
  --royal-blue-400: #5C7CF0;
  --royal-blue-500: #2D56EB;
  --royal-blue-600: #133BCD;
  --royal-blue-700: #0F2FA3;
  --royal-blue-800: #0B2275;
  --royal-blue-900: #07164B;
  --royal-blue-950: #040E2F;
}
Generate More ShadesCreate PaletteConvert Color