Royal Blue

#562DEB

Blue

Color Codes

All color formats for development

HEX
#562DEB
RGB
rgb(86, 45, 235)
HSL
hsl(253, 83%, 55%)
OKLCH
oklch(0.491 0.258 281.1)
CMYK
cmyk(63%, 81%, 0%, 8%)

Accessibility

WCAG contrast compliance

On White Background

7.07: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
#A994
400
#7C5C
500
#562D
600
#3B13
700
#2F0F
800
#220B
900
#1607
950
#0E04

Shades

Darker variations

1#4315E7
2#3B13CD
3#3411B4
4#2D0E9A
5#250C80
6#1E0A67
7#16074D
8#0F0533
9#07021A

Tints

Lighter variations

1#6742ED
2#7857EF
3#896CF1
4#9A81F3
5#AB96F5
6#BCABF7
7#CCC0F9
8#DDD5FB
9#EEEAFD

Tones

Muted variations

1#5C37E2
2#6140D8
3#664ACF
4#6C53C5
5#715DBC
6#7766B2
7#7C70A9
8#81799F
9#878396

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
#CEC2F9
Secondary backgroundsInput backgroundsDividers
300
A994
#A994F5
BordersInactive statesPlaceholder text
400
7C5C
#7C5CF0
Disabled statesSecondary iconsMuted text
500
562D
#562DEB
Primary brand colorCTAsActive elementsLinks
600
3B13
#3B13CD
Hover statesFocus ringsPrimary buttons hover
700
2F0F
#2F0FA3
Active/pressed statesDark mode accentsSecondary text
800
220B
#220B75
Text on light backgroundsHeadingsStrong borders
900
1607
#16074B
Primary textHigh emphasis contentDark headings
950
0E04
#0E042F
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: #CEC2F9;
  --royal-blue-300: #A994F5;
  --royal-blue-400: #7C5CF0;
  --royal-blue-500: #562DEB;
  --royal-blue-600: #3B13CD;
  --royal-blue-700: #2F0FA3;
  --royal-blue-800: #220B75;
  --royal-blue-900: #16074B;
  --royal-blue-950: #0E042F;
}
Generate More ShadesCreate PaletteConvert Color