Royal Blue

#5F93EC

Blue

Color Codes

All color formats for development

HEX
#5F93EC
RGB
rgb(95, 147, 236)
HSL
hsl(218, 79%, 65%)
OKLCH
oklch(0.667 0.144 260.5)
CMYK
cmyk(60%, 38%, 0%, 7%)

Accessibility

WCAG contrast compliance

On White Background

3.06:1

AA AAA

On Black Background

6.87:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1F6
100
#DFE9
200
#C4D7
300
#96B8
400
#5F93
500
#3274
600
#1859
700
#1346
800
#0D32
900
#0920
950
#0514

Shades

Darker variations

1#427FE9
2#246BE5
3#185CD0
4#154EB2
5#114194
6#0E3477
7#0A2759
8#071A3B
9#030D1E

Tints

Lighter variations

1#6F9EEE
2#7FA9F0
3#8FB3F2
4#9FBEF4
5#AFC9F6
6#BFD4F8
7#CFDFF9
8#DFE9FB
9#EFF4FD

Tones

Muted variations

1#6695E5
2#6D97DE
3#7499D7
4#7B9AD0
5#829CC9
6#8A9EC2
7#91A0BB
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
C4D7
#C4D7F8
Secondary backgroundsInput backgroundsDividers
300
96B8
#96B8F3
BordersInactive statesPlaceholder text
400
5F93
#5F93EC
Disabled statesSecondary iconsMuted text
500
3274
#3274E7
Primary brand colorCTAsActive elementsLinks
600
1859
#1859C9
Hover statesFocus ringsPrimary buttons hover
700
1346
#1346A0
Active/pressed statesDark mode accentsSecondary text
800
0D32
#0D3272
Text on light backgroundsHeadingsStrong borders
900
0920
#092049
Primary textHigh emphasis contentDark headings
950
0514
#05142E
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: #C4D7F8;
  --royal-blue-300: #96B8F3;
  --royal-blue-400: #5F93EC;
  --royal-blue-500: #3274E7;
  --royal-blue-600: #1859C9;
  --royal-blue-700: #1346A0;
  --royal-blue-800: #0D3272;
  --royal-blue-900: #092049;
  --royal-blue-950: #05142E;
}
Generate More ShadesCreate PaletteConvert Color