Royal Blue

#6F81DC

Blue

Color Codes

All color formats for development

HEX
#6F81DC
RGB
rgb(111, 129, 220)
HSL
hsl(230, 61%, 65%)
OKLCH
oklch(0.63 0.138 273.4)
CMYK
cmyk(50%, 41%, 0%, 14%)

Accessibility

WCAG contrast compliance

On White Background

3.59:1

AA AAA

On Black Background

5.85:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3F4
100
#E2E6
200
#CAD0
300
#A1AC
400
#6F81
500
#465E
600
#2C43
700
#2335
800
#1926
900
#1018
950
#0A0F

Shades

Darker variations

1#556AD6
2#3A53CF
3#2D45BB
4#273BA0
5#203185
6#1A276B
7#131E50
8#0D1435
9#060A1B

Tints

Lighter variations

1#7E8EE0
2#8C9BE3
3#9AA7E7
4#A9B4EA
5#B7C0EE
6#C6CDF1
7#D4D9F5
8#E2E6F8
9#F1F2FC

Tones

Muted variations

1#7585D7
2#7A89D1
3#808CCC
4#8590C6
5#8B94C1
6#9097BC
7#959BB6
8#9B9EB1
9#A0A2AB

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3F4
#F3F4FC
BackgroundsSubtle highlightsCard backgrounds
100
E2E6
#E2E6F8
Light backgroundsTable row hoverSkeleton loading
200
CAD0
#CAD0F2
Secondary backgroundsInput backgroundsDividers
300
A1AC
#A1ACE8
BordersInactive statesPlaceholder text
400
6F81
#6F81DC
Disabled statesSecondary iconsMuted text
500
465E
#465ED2
Primary brand colorCTAsActive elementsLinks
600
2C43
#2C43B5
Hover statesFocus ringsPrimary buttons hover
700
2335
#233590
Active/pressed statesDark mode accentsSecondary text
800
1926
#192667
Text on light backgroundsHeadingsStrong borders
900
1018
#101842
Primary textHigh emphasis contentDark headings
950
0A0F
#0A0F29
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --royal-blue-50: #F3F4FC;
  --royal-blue-100: #E2E6F8;
  --royal-blue-200: #CAD0F2;
  --royal-blue-300: #A1ACE8;
  --royal-blue-400: #6F81DC;
  --royal-blue-500: #465ED2;
  --royal-blue-600: #2C43B5;
  --royal-blue-700: #233590;
  --royal-blue-800: #192667;
  --royal-blue-900: #101842;
  --royal-blue-950: #0A0F29;
}
Generate More ShadesCreate PaletteConvert Color