Royal Blue

#5F66EC

Blue

Color Codes

All color formats for development

HEX
#5F66EC
RGB
rgb(95, 102, 236)
HSL
hsl(237, 79%, 65%)
OKLCH
oklch(0.579 0.198 276)
CMYK
cmyk(60%, 57%, 0%, 7%)

Accessibility

WCAG contrast compliance

On White Background

4.57:1

AA AAA

On Black Background

4.60:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1F2
100
#DFE0
200
#C4C6
300
#969B
400
#5F66
500
#323B
600
#1820
700
#131A
800
#0D12
900
#090C
950
#0507

Shades

Darker variations

1#424AE9
2#242EE5
3#1822D0
4#151DB2
5#111894
6#0E1377
7#0A0E59
8#070A3B
9#03051E

Tints

Lighter variations

1#6F76EE
2#7F85F0
3#8F94F2
4#9FA3F4
5#AFB3F6
6#BFC2F8
7#CFD1F9
8#DFE0FB
9#EFF0FD

Tones

Muted variations

1#666DE5
2#6D73DE
3#7479D7
4#7B80D0
5#8286C9
6#8A8CC2
7#9193BB
8#9899B4
9#9F9FAD

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1F2
#F1F2FD
BackgroundsSubtle highlightsCard backgrounds
100
DFE0
#DFE0FB
Light backgroundsTable row hoverSkeleton loading
200
C4C6
#C4C6F8
Secondary backgroundsInput backgroundsDividers
300
969B
#969BF3
BordersInactive statesPlaceholder text
400
5F66
#5F66EC
Disabled statesSecondary iconsMuted text
500
323B
#323BE7
Primary brand colorCTAsActive elementsLinks
600
1820
#1820C9
Hover statesFocus ringsPrimary buttons hover
700
131A
#131AA0
Active/pressed statesDark mode accentsSecondary text
800
0D12
#0D1272
Text on light backgroundsHeadingsStrong borders
900
090C
#090C49
Primary textHigh emphasis contentDark headings
950
0507
#05072E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --royal-blue-50: #F1F2FD;
  --royal-blue-100: #DFE0FB;
  --royal-blue-200: #C4C6F8;
  --royal-blue-300: #969BF3;
  --royal-blue-400: #5F66EC;
  --royal-blue-500: #323BE7;
  --royal-blue-600: #1820C9;
  --royal-blue-700: #131AA0;
  --royal-blue-800: #0D1272;
  --royal-blue-900: #090C49;
  --royal-blue-950: #05072E;
}
Generate More ShadesCreate PaletteConvert Color