Royal Blue

#6891E3

Blue

Color Codes

All color formats for development

HEX
#6891E3
RGB
rgb(104, 145, 227)
HSL
hsl(220, 69%, 65%)
OKLCH
oklch(0.663 0.131 263.1)
CMYK
cmyk(54%, 36%, 0%, 11%)

Accessibility

WCAG contrast compliance

On White Background

3.11:1

AA AAA

On Black Background

6.75:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2F6
100
#E1E9
200
#C7D6
300
#9CB7
400
#6891
500
#3D72
600
#2356
700
#1C45
800
#1431
900
#0D1F
950
#0814

Shades

Darker variations

1#4C7DDE
2#3068D9
3#2459C4
4#1F4DA8
5#1A408C
6#153370
7#0F2654
8#0A1A38
9#050D1C

Tints

Lighter variations

1#779CE6
2#86A7E9
3#95B2EC
4#A5BDEE
5#B4C8F1
6#C3D3F4
7#D2DEF7
8#E1E9F9
9#F0F4FC

Tones

Muted variations

1#6E93DD
2#7495D7
3#7B97D1
4#8199CB
5#879BC5
6#8D9EBE
7#93A0B8
8#99A2B2
9#A0A4AC

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2F6
#F2F6FD
BackgroundsSubtle highlightsCard backgrounds
100
E1E9
#E1E9F9
Light backgroundsTable row hoverSkeleton loading
200
C7D6
#C7D6F5
Secondary backgroundsInput backgroundsDividers
300
9CB7
#9CB7ED
BordersInactive statesPlaceholder text
400
6891
#6891E3
Disabled statesSecondary iconsMuted text
500
3D72
#3D72DB
Primary brand colorCTAsActive elementsLinks
600
2356
#2356BE
Hover statesFocus ringsPrimary buttons hover
700
1C45
#1C4597
Active/pressed statesDark mode accentsSecondary text
800
1431
#14316C
Text on light backgroundsHeadingsStrong borders
900
0D1F
#0D1F45
Primary textHigh emphasis contentDark headings
950
0814
#08142B
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --royal-blue-50: #F2F6FD;
  --royal-blue-100: #E1E9F9;
  --royal-blue-200: #C7D6F5;
  --royal-blue-300: #9CB7ED;
  --royal-blue-400: #6891E3;
  --royal-blue-500: #3D72DB;
  --royal-blue-600: #2356BE;
  --royal-blue-700: #1C4597;
  --royal-blue-800: #14316C;
  --royal-blue-900: #0D1F45;
  --royal-blue-950: #08142B;
}
Generate More ShadesCreate PaletteConvert Color