Royal Blue

#5F8EEC

Blue

Color Codes

All color formats for development

HEX
#5F8EEC
RGB
rgb(95, 142, 236)
HSL
hsl(220, 79%, 65%)
OKLCH
oklch(0.657 0.15 262.9)
CMYK
cmyk(60%, 40%, 0%, 7%)

Accessibility

WCAG contrast compliance

On White Background

3.20:1

AA AAA

On Black Background

6.57:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1F5
100
#DFE8
200
#C4D5
300
#96B5
400
#5F8E
500
#326E
600
#1853
700
#1342
800
#0D2F
900
#091E
950
#0513

Shades

Darker variations

1#4279E9
2#2464E5
3#1855D0
4#1549B2
5#113D94
6#0E3177
7#0A2559
8#07183B
9#030C1E

Tints

Lighter variations

1#6F9AEE
2#7FA5F0
3#8FB0F2
4#9FBBF4
5#AFC7F6
6#BFD2F8
7#CFDDF9
8#DFE8FB
9#EFF4FD

Tones

Muted variations

1#6691E5
2#6D93DE
3#7495D7
4#7B98D0
5#829AC9
6#8A9CC2
7#919FBB
8#98A1B4
9#9FA3AD

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1F5
#F1F5FD
BackgroundsSubtle highlightsCard backgrounds
100
DFE8
#DFE8FB
Light backgroundsTable row hoverSkeleton loading
200
C4D5
#C4D5F8
Secondary backgroundsInput backgroundsDividers
300
96B5
#96B5F3
BordersInactive statesPlaceholder text
400
5F8E
#5F8EEC
Disabled statesSecondary iconsMuted text
500
326E
#326EE7
Primary brand colorCTAsActive elementsLinks
600
1853
#1853C9
Hover statesFocus ringsPrimary buttons hover
700
1342
#1342A0
Active/pressed statesDark mode accentsSecondary text
800
0D2F
#0D2F72
Text on light backgroundsHeadingsStrong borders
900
091E
#091E49
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: #F1F5FD;
  --royal-blue-100: #DFE8FB;
  --royal-blue-200: #C4D5F8;
  --royal-blue-300: #96B5F3;
  --royal-blue-400: #5F8EEC;
  --royal-blue-500: #326EE7;
  --royal-blue-600: #1853C9;
  --royal-blue-700: #1342A0;
  --royal-blue-800: #0D2F72;
  --royal-blue-900: #091E49;
  --royal-blue-950: #05132E;
}
Generate More ShadesCreate PaletteConvert Color