Royal Blue

#4455D5

Blue

Color Codes

All color formats for development

HEX
#4455D5
RGB
rgb(68, 85, 213)
HSL
hsl(233, 63%, 55%)
OKLCH
oklch(0.514 0.196 271.8)
CMYK
cmyk(68%, 60%, 0%, 16%)

Accessibility

WCAG contrast compliance

On White Background

5.99:1

AA AAA

On Black Background

3.51:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3F4
100
#E2E5
200
#C9CE
300
#9FA8
400
#6E7B
500
#4455
600
#2A3A
700
#212E
800
#1821
900
#0F15
950
#090D

Shades

Darker variations

1#2F41CE
2#2A3AB7
3#2433A0
4#1F2C89
5#1A2472
6#151D5B
7#101645
8#0A0F2E
9#050717

Tints

Lighter variations

1#5766D9
2#6977DD
3#7C88E1
4#8F99E6
5#A1AAEA
6#B4BBEE
7#C7CCF2
8#DADDF7
9#ECEEFB

Tones

Muted variations

1#4B5ACD
2#5260C6
3#5A65BF
4#616BB8
5#6871B0
6#6F76A9
7#777CA2
8#7E819B
9#858793

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3F4
#F3F4FC
BackgroundsSubtle highlightsCard backgrounds
100
E2E5
#E2E5F8
Light backgroundsTable row hoverSkeleton loading
200
C9CE
#C9CEF3
Secondary backgroundsInput backgroundsDividers
300
9FA8
#9FA8E9
BordersInactive statesPlaceholder text
400
6E7B
#6E7BDE
Disabled statesSecondary iconsMuted text
500
4455
#4455D5
Primary brand colorCTAsActive elementsLinks
600
2A3A
#2A3AB7
Hover statesFocus ringsPrimary buttons hover
700
212E
#212E91
Active/pressed statesDark mode accentsSecondary text
800
1821
#182168
Text on light backgroundsHeadingsStrong borders
900
0F15
#0F1543
Primary textHigh emphasis contentDark headings
950
090D
#090D2A
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --royal-blue-50: #F3F4FC;
  --royal-blue-100: #E2E5F8;
  --royal-blue-200: #C9CEF3;
  --royal-blue-300: #9FA8E9;
  --royal-blue-400: #6E7BDE;
  --royal-blue-500: #4455D5;
  --royal-blue-600: #2A3AB7;
  --royal-blue-700: #212E91;
  --royal-blue-800: #182168;
  --royal-blue-900: #0F1543;
  --royal-blue-950: #090D2A;
}
Generate More ShadesCreate PaletteConvert Color