Royal Blue

#6F6FDC

Blue

Color Codes

All color formats for development

HEX
#6F6FDC
RGB
rgb(111, 111, 220)
HSL
hsl(240, 61%, 65%)
OKLCH
oklch(0.595 0.162 280.3)
CMYK
cmyk(50%, 50%, 0%, 14%)

Accessibility

WCAG contrast compliance

On White Background

4.21:1

AA AAA

On Black Background

4.98:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3F3
100
#E2E2
200
#CACA
300
#A1A1
400
#6F6F
500
#4646
600
#2C2C
700
#2323
800
#1919
900
#1010
950
#0A0A

Shades

Darker variations

1#5555D6
2#3A3ACF
3#2D2DBB
4#2727A0
5#202085
6#1A1A6B
7#131350
8#0D0D35
9#06061B

Tints

Lighter variations

1#7E7EE0
2#8C8CE3
3#9A9AE7
4#A9A9EA
5#B7B7EE
6#C6C6F1
7#D4D4F5
8#E2E2F8
9#F1F1FC

Tones

Muted variations

1#7575D7
2#7A7AD1
3#8080CC
4#8585C6
5#8B8BC1
6#9090BC
7#9595B6
8#9B9BB1
9#A0A0AB

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3F3
#F3F3FC
BackgroundsSubtle highlightsCard backgrounds
100
E2E2
#E2E2F8
Light backgroundsTable row hoverSkeleton loading
200
CACA
#CACAF2
Secondary backgroundsInput backgroundsDividers
300
A1A1
#A1A1E8
BordersInactive statesPlaceholder text
400
6F6F
#6F6FDC
Disabled statesSecondary iconsMuted text
500
4646
#4646D2
Primary brand colorCTAsActive elementsLinks
600
2C2C
#2C2CB5
Hover statesFocus ringsPrimary buttons hover
700
2323
#232390
Active/pressed statesDark mode accentsSecondary text
800
1919
#191967
Text on light backgroundsHeadingsStrong borders
900
1010
#101042
Primary textHigh emphasis contentDark headings
950
0A0A
#0A0A29
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --royal-blue-50: #F3F3FC;
  --royal-blue-100: #E2E2F8;
  --royal-blue-200: #CACAF2;
  --royal-blue-300: #A1A1E8;
  --royal-blue-400: #6F6FDC;
  --royal-blue-500: #4646D2;
  --royal-blue-600: #2C2CB5;
  --royal-blue-700: #232390;
  --royal-blue-800: #191967;
  --royal-blue-900: #101042;
  --royal-blue-950: #0A0A29;
}
Generate More ShadesCreate PaletteConvert Color