Royal Blue

#6D91DF

Blue

Color Codes

All color formats for development

HEX
#6D91DF
RGB
rgb(109, 145, 223)
HSL
hsl(221, 64%, 65%)
OKLCH
oklch(0.664 0.123 264.5)
CMYK
cmyk(51%, 35%, 0%, 13%)

Accessibility

WCAG contrast compliance

On White Background

3.10:1

AA AAA

On Black Background

6.77:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2F6
100
#E2E9
200
#C9D6
300
#9FB7
400
#6D91
500
#4371
600
#2856
700
#2044
800
#1731
900
#0F1F
950
#0914

Shades

Darker variations

1#517CD9
2#3668D3
3#2A59BE
4#244CA3
5#1E3F88
6#18336D
7#122652
8#0C1936
9#060D1B

Tints

Lighter variations

1#7B9CE2
2#8AA7E5
3#99B2E9
4#A7BDEC
5#B6C8EF
6#C4D3F2
7#D3DEF5
8#E2E9F9
9#F0F4FC

Tones

Muted variations

1#7293D9
2#7895D3
3#7E97CE
4#8399C8
5#899BC2
6#8F9DBD
7#959FB7
8#9AA2B1
9#A0A4AB

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2F6
#F2F6FC
BackgroundsSubtle highlightsCard backgrounds
100
E2E9
#E2E9F9
Light backgroundsTable row hoverSkeleton loading
200
C9D6
#C9D6F3
Secondary backgroundsInput backgroundsDividers
300
9FB7
#9FB7EA
BordersInactive statesPlaceholder text
400
6D91
#6D91DF
Disabled statesSecondary iconsMuted text
500
4371
#4371D6
Primary brand colorCTAsActive elementsLinks
600
2856
#2856B8
Hover statesFocus ringsPrimary buttons hover
700
2044
#204492
Active/pressed statesDark mode accentsSecondary text
800
1731
#173169
Text on light backgroundsHeadingsStrong borders
900
0F1F
#0F1F43
Primary textHigh emphasis contentDark headings
950
0914
#09142A
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --royal-blue-50: #F2F6FC;
  --royal-blue-100: #E2E9F9;
  --royal-blue-200: #C9D6F3;
  --royal-blue-300: #9FB7EA;
  --royal-blue-400: #6D91DF;
  --royal-blue-500: #4371D6;
  --royal-blue-600: #2856B8;
  --royal-blue-700: #204492;
  --royal-blue-800: #173169;
  --royal-blue-900: #0F1F43;
  --royal-blue-950: #09142A;
}
Generate More ShadesCreate PaletteConvert Color