Royal Blue

#552BEE

Blue

Color Codes

All color formats for development

HEX
#552BEE
RGB
rgb(85, 43, 238)
HSL
hsl(253, 85%, 55%)
OKLCH
oklch(0.492 0.263 280.6)
CMYK
cmyk(64%, 82%, 0%, 7%)

Accessibility

WCAG contrast compliance

On White Background

7.08:1

AA AAA

On Black Background

2.97:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F1
100
#E5DE
200
#CEC2
300
#A892
400
#7B5A
500
#552B
600
#3A11
700
#2E0D
800
#210A
900
#1506
950
#0D04

Shades

Darker variations

1#4113EA
2#3A11D0
3#330FB6
4#2C0D9C
5#240B82
6#1D0868
7#16064E
8#0F0434
9#07021A

Tints

Lighter variations

1#6640F0
2#7755F1
3#886AF3
4#9980F5
5#AA95F6
6#BBAAF8
7#CCBFFA
8#DDD5FC
9#EEEAFD

Tones

Muted variations

1#5B34E4
2#603EDA
3#6648D1
4#6B52C7
5#715BBD
6#7665B3
7#7C6FAA
8#8179A0
9#878296

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4F1
#F4F1FE
BackgroundsSubtle highlightsCard backgrounds
100
E5DE
#E5DEFC
Light backgroundsTable row hoverSkeleton loading
200
CEC2
#CEC2FA
Secondary backgroundsInput backgroundsDividers
300
A892
#A892F6
BordersInactive statesPlaceholder text
400
7B5A
#7B5AF2
Disabled statesSecondary iconsMuted text
500
552B
#552BEE
Primary brand colorCTAsActive elementsLinks
600
3A11
#3A11D0
Hover statesFocus ringsPrimary buttons hover
700
2E0D
#2E0DA5
Active/pressed statesDark mode accentsSecondary text
800
210A
#210A76
Text on light backgroundsHeadingsStrong borders
900
1506
#15064B
Primary textHigh emphasis contentDark headings
950
0D04
#0D042F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --royal-blue-50: #F4F1FE;
  --royal-blue-100: #E5DEFC;
  --royal-blue-200: #CEC2FA;
  --royal-blue-300: #A892F6;
  --royal-blue-400: #7B5AF2;
  --royal-blue-500: #552BEE;
  --royal-blue-600: #3A11D0;
  --royal-blue-700: #2E0DA5;
  --royal-blue-800: #210A76;
  --royal-blue-900: #15064B;
  --royal-blue-950: #0D042F;
}
Generate More ShadesCreate PaletteConvert Color