Royal Blue

#6A6AE2

Blue

Color Codes

All color formats for development

HEX
#6A6AE2
RGB
rgb(106, 106, 226)
HSL
hsl(240, 67%, 65%)
OKLCH
oklch(0.587 0.178 279.4)
CMYK
cmyk(53%, 53%, 0%, 11%)

Accessibility

WCAG contrast compliance

On White Background

4.40:1

AA AAA

On Black Background

4.77:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2F2
100
#E1E1
200
#C8C8
300
#9D9D
400
#6A6A
500
#3F3F
600
#2525
700
#1D1D
800
#1515
900
#0D0D
950
#0808

Shades

Darker variations

1#4E4EDC
2#3333D7
3#2626C2
4#2121A6
5#1B1B8A
6#16166F
7#101053
8#0B0B37
9#05051C

Tints

Lighter variations

1#7979E4
2#8888E7
3#9797EA
4#A6A6ED
5#B4B4F0
6#C3C3F3
7#D2D2F6
8#E1E1F9
9#F0F0FC

Tones

Muted variations

1#7070DC
2#7676D6
3#7C7CD0
4#8282CA
5#8888C4
6#8E8EBE
7#9494B8
8#9A9AB2
9#A0A0AC

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2F2
#F2F2FC
BackgroundsSubtle highlightsCard backgrounds
100
E1E1
#E1E1F9
Light backgroundsTable row hoverSkeleton loading
200
C8C8
#C8C8F4
Secondary backgroundsInput backgroundsDividers
300
9D9D
#9D9DEC
BordersInactive statesPlaceholder text
400
6A6A
#6A6AE2
Disabled statesSecondary iconsMuted text
500
3F3F
#3F3FD9
Primary brand colorCTAsActive elementsLinks
600
2525
#2525BB
Hover statesFocus ringsPrimary buttons hover
700
1D1D
#1D1D95
Active/pressed statesDark mode accentsSecondary text
800
1515
#15156A
Text on light backgroundsHeadingsStrong borders
900
0D0D
#0D0D44
Primary textHigh emphasis contentDark headings
950
0808
#08082B
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --royal-blue-50: #F2F2FC;
  --royal-blue-100: #E1E1F9;
  --royal-blue-200: #C8C8F4;
  --royal-blue-300: #9D9DEC;
  --royal-blue-400: #6A6AE2;
  --royal-blue-500: #3F3FD9;
  --royal-blue-600: #2525BB;
  --royal-blue-700: #1D1D95;
  --royal-blue-800: #15156A;
  --royal-blue-900: #0D0D44;
  --royal-blue-950: #08082B;
}
Generate More ShadesCreate PaletteConvert Color