Royal Blue

#5F8CEC

Blue

Color Codes

All color formats for development

HEX
#5F8CEC
RGB
rgb(95, 140, 236)
HSL
hsl(221, 79%, 65%)
OKLCH
oklch(0.653 0.152 263.8)
CMYK
cmyk(60%, 41%, 0%, 7%)

Accessibility

WCAG contrast compliance

On White Background

3.26:1

AA AAA

On Black Background

6.45:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1F5
100
#DFE8
200
#C4D4
300
#96B3
400
#5F8C
500
#326B
600
#1850
700
#133F
800
#0D2D
900
#091D
950
#0512

Shades

Darker variations

1#4277E9
2#2461E5
3#1852D0
4#1547B2
5#113B94
6#0E2F77
7#0A2359
8#07183B
9#030C1E

Tints

Lighter variations

1#6F97EE
2#7FA3F0
3#8FAEF2
4#9FBAF4
5#AFC5F6
6#BFD1F8
7#CFDCF9
8#DFE8FB
9#EFF3FD

Tones

Muted variations

1#668EE5
2#6D91DE
3#7494D7
4#7B96D0
5#8299C9
6#8A9BC2
7#919EBB
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
C4D4
#C4D4F8
Secondary backgroundsInput backgroundsDividers
300
96B3
#96B3F3
BordersInactive statesPlaceholder text
400
5F8C
#5F8CEC
Disabled statesSecondary iconsMuted text
500
326B
#326BE7
Primary brand colorCTAsActive elementsLinks
600
1850
#1850C9
Hover statesFocus ringsPrimary buttons hover
700
133F
#133FA0
Active/pressed statesDark mode accentsSecondary text
800
0D2D
#0D2D72
Text on light backgroundsHeadingsStrong borders
900
091D
#091D49
Primary textHigh emphasis contentDark headings
950
0512
#05122E
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: #C4D4F8;
  --royal-blue-300: #96B3F3;
  --royal-blue-400: #5F8CEC;
  --royal-blue-500: #326BE7;
  --royal-blue-600: #1850C9;
  --royal-blue-700: #133FA0;
  --royal-blue-800: #0D2D72;
  --royal-blue-900: #091D49;
  --royal-blue-950: #05122E;
}
Generate More ShadesCreate PaletteConvert Color