Royal Blue

#5C7EF0

Blue

Color Codes

All color formats for development

HEX
#5C7EF0
RGB
rgb(92, 126, 240)
HSL
hsl(226, 83%, 65%)
OKLCH
oklch(0.625 0.175 268.5)
CMYK
cmyk(62%, 48%, 0%, 6%)

Accessibility

WCAG contrast compliance

On White Background

3.69:1

AA AAA

On Black Background

5.70:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1F4
100
#DEE5
200
#C2CF
300
#94AA
400
#5C7E
500
#2D59
600
#133F
700
#0F32
800
#0B24
900
#0717
950
#040E

Shades

Darker variations

1#3D66ED
2#1F4EEA
3#1441D4
4#1137B6
5#0E2E98
6#0B2579
7#081C5B
8#06123D
9#03091E

Tints

Lighter variations

1#6C8BF1
2#7C98F3
3#8DA5F4
4#9DB2F6
5#ADBFF7
6#BECBF9
7#CED8FA
8#DEE5FC
9#EFF2FD

Tones

Muted variations

1#6382E8
2#6A86E1
3#728ADA
4#798ED2
5#8192CB
6#8896C3
7#909ABC
8#979EB5
9#9EA2AD

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1F4
#F1F4FE
BackgroundsSubtle highlightsCard backgrounds
100
DEE5
#DEE5FC
Light backgroundsTable row hoverSkeleton loading
200
C2CF
#C2CFF9
Secondary backgroundsInput backgroundsDividers
300
94AA
#94AAF5
BordersInactive statesPlaceholder text
400
5C7E
#5C7EF0
Disabled statesSecondary iconsMuted text
500
2D59
#2D59EB
Primary brand colorCTAsActive elementsLinks
600
133F
#133FCD
Hover statesFocus ringsPrimary buttons hover
700
0F32
#0F32A3
Active/pressed statesDark mode accentsSecondary text
800
0B24
#0B2475
Text on light backgroundsHeadingsStrong borders
900
0717
#07174B
Primary textHigh emphasis contentDark headings
950
040E
#040E2F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --royal-blue-50: #F1F4FE;
  --royal-blue-100: #DEE5FC;
  --royal-blue-200: #C2CFF9;
  --royal-blue-300: #94AAF5;
  --royal-blue-400: #5C7EF0;
  --royal-blue-500: #2D59EB;
  --royal-blue-600: #133FCD;
  --royal-blue-700: #0F32A3;
  --royal-blue-800: #0B2475;
  --royal-blue-900: #07174B;
  --royal-blue-950: #040E2F;
}
Generate More ShadesCreate PaletteConvert Color