Royal Blue

#5F91EC

Blue

Color Codes

All color formats for development

HEX
#5F91EC
RGB
rgb(95, 145, 236)
HSL
hsl(219, 79%, 65%)
OKLCH
oklch(0.663 0.146 261.5)
CMYK
cmyk(60%, 39%, 0%, 7%)

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
#F1F6
100
#DFE9
200
#C4D6
300
#96B6
400
#5F91
500
#3271
600
#1856
700
#1344
800
#0D31
900
#091F
950
#0513

Shades

Darker variations

1#427CE9
2#2468E5
3#1859D0
4#154CB2
5#113F94
6#0E3377
7#0A2659
8#07193B
9#030D1E

Tints

Lighter variations

1#6F9CEE
2#7FA7F0
3#8FB2F2
4#9FBDF4
5#AFC8F6
6#BFD3F8
7#CFDEF9
8#DFE9FB
9#EFF4FD

Tones

Muted variations

1#6693E5
2#6D95DE
3#7497D7
4#7B99D0
5#829BC9
6#8A9DC2
7#919FBB
8#98A2B4
9#9FA4AD

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1F6
#F1F6FD
BackgroundsSubtle highlightsCard backgrounds
100
DFE9
#DFE9FB
Light backgroundsTable row hoverSkeleton loading
200
C4D6
#C4D6F8
Secondary backgroundsInput backgroundsDividers
300
96B6
#96B6F3
BordersInactive statesPlaceholder text
400
5F91
#5F91EC
Disabled statesSecondary iconsMuted text
500
3271
#3271E7
Primary brand colorCTAsActive elementsLinks
600
1856
#1856C9
Hover statesFocus ringsPrimary buttons hover
700
1344
#1344A0
Active/pressed statesDark mode accentsSecondary text
800
0D31
#0D3172
Text on light backgroundsHeadingsStrong borders
900
091F
#091F49
Primary textHigh emphasis contentDark headings
950
0513
#05132E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --royal-blue-50: #F1F6FD;
  --royal-blue-100: #DFE9FB;
  --royal-blue-200: #C4D6F8;
  --royal-blue-300: #96B6F3;
  --royal-blue-400: #5F91EC;
  --royal-blue-500: #3271E7;
  --royal-blue-600: #1856C9;
  --royal-blue-700: #1344A0;
  --royal-blue-800: #0D3172;
  --royal-blue-900: #091F49;
  --royal-blue-950: #05132E;
}
Generate More ShadesCreate PaletteConvert Color