Royal Blue

#6565E7

Blue

Color Codes

All color formats for development

HEX
#6565E7
RGB
rgb(101, 101, 231)
HSL
hsl(240, 73%, 65%)
OKLCH
oklch(0.578 0.192 278.5)
CMYK
cmyk(56%, 56%, 0%, 9%)

Accessibility

WCAG contrast compliance

On White Background

4.60:1

AA AAA

On Black Background

4.57:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2F2
100
#E0E0
200
#C6C6
300
#9A9A
400
#6565
500
#3838
600
#1E1E
700
#1818
800
#1111
900
#0B0B
950
#0707

Shades

Darker variations

1#4848E2
2#2B2BDE
3#1F1FC9
4#1B1BAC
5#16168F
6#121273
7#0D0D56
8#090939
9#04041D

Tints

Lighter variations

1#7474E9
2#8383EC
3#9393EE
4#A2A2F1
5#B2B2F3
6#C1C1F5
7#D1D1F8
8#E0E0FA
9#F0F0FD

Tones

Muted variations

1#6B6BE0
2#7272DA
3#7878D3
4#7F7FCD
5#8585C6
6#8C8CC0
7#9292B9
8#9999B3
9#9F9FAC

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2F2
#F2F2FD
BackgroundsSubtle highlightsCard backgrounds
100
E0E0
#E0E0FA
Light backgroundsTable row hoverSkeleton loading
200
C6C6
#C6C6F6
Secondary backgroundsInput backgroundsDividers
300
9A9A
#9A9AEF
BordersInactive statesPlaceholder text
400
6565
#6565E7
Disabled statesSecondary iconsMuted text
500
3838
#3838E0
Primary brand colorCTAsActive elementsLinks
600
1E1E
#1E1EC2
Hover statesFocus ringsPrimary buttons hover
700
1818
#18189A
Active/pressed statesDark mode accentsSecondary text
800
1111
#11116E
Text on light backgroundsHeadingsStrong borders
900
0B0B
#0B0B47
Primary textHigh emphasis contentDark headings
950
0707
#07072C
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --royal-blue-50: #F2F2FD;
  --royal-blue-100: #E0E0FA;
  --royal-blue-200: #C6C6F6;
  --royal-blue-300: #9A9AEF;
  --royal-blue-400: #6565E7;
  --royal-blue-500: #3838E0;
  --royal-blue-600: #1E1EC2;
  --royal-blue-700: #18189A;
  --royal-blue-800: #11116E;
  --royal-blue-900: #0B0B47;
  --royal-blue-950: #07072C;
}
Generate More ShadesCreate PaletteConvert Color