Royal Blue

#6D62EA

Blue

Color Codes

All color formats for development

HEX
#6D62EA
RGB
rgb(109, 98, 234)
HSL
hsl(245, 76%, 65%)
OKLCH
oklch(0.581 0.198 281.9)
CMYK
cmyk(53%, 58%, 0%, 8%)

Accessibility

WCAG contrast compliance

On White Background

4.58:1

AA AAA

On Black Background

4.59:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3F2
100
#E2E0
200
#C9C5
300
#9F98
400
#6D62
500
#4435
600
#291B
700
#2115
800
#170F
900
#0F0A
950
#0906

Shades

Darker variations

1#5245E6
2#3728E2
3#2B1CCC
4#2418AF
5#1E1492
6#181075
7#120C58
8#0C083A
9#06041D

Tints

Lighter variations

1#7C72EC
2#8A81EE
3#9991F0
4#A8A1F2
5#B6B0F4
6#C5C0F6
7#D3D0F9
8#E2E0FB
9#F0EFFD

Tones

Muted variations

1#7369E3
2#796FDC
3#7E76D5
4#847DCE
5#8984C8
6#8F8BC1
7#9591BA
8#9A98B3
9#A09FAD

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3F2
#F3F2FD
BackgroundsSubtle highlightsCard backgrounds
100
E2E0
#E2E0FB
Light backgroundsTable row hoverSkeleton loading
200
C9C5
#C9C5F7
Secondary backgroundsInput backgroundsDividers
300
9F98
#9F98F1
BordersInactive statesPlaceholder text
400
6D62
#6D62EA
Disabled statesSecondary iconsMuted text
500
4435
#4435E3
Primary brand colorCTAsActive elementsLinks
600
291B
#291BC5
Hover statesFocus ringsPrimary buttons hover
700
2115
#21159D
Active/pressed statesDark mode accentsSecondary text
800
170F
#170F70
Text on light backgroundsHeadingsStrong borders
900
0F0A
#0F0A48
Primary textHigh emphasis contentDark headings
950
0906
#09062D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --royal-blue-50: #F3F2FD;
  --royal-blue-100: #E2E0FB;
  --royal-blue-200: #C9C5F7;
  --royal-blue-300: #9F98F1;
  --royal-blue-400: #6D62EA;
  --royal-blue-500: #4435E3;
  --royal-blue-600: #291BC5;
  --royal-blue-700: #21159D;
  --royal-blue-800: #170F70;
  --royal-blue-900: #0F0A48;
  --royal-blue-950: #09062D;
}
Generate More ShadesCreate PaletteConvert Color