Royal Blue

#5C74F0

Blue

Color Codes

All color formats for development

HEX
#5C74F0
RGB
rgb(92, 116, 240)
HSL
hsl(230, 83%, 65%)
OKLCH
oklch(0.606 0.187 271.5)
CMYK
cmyk(62%, 52%, 0%, 6%)

Accessibility

WCAG contrast compliance

On White Background

4.03:1

AA AAA

On Black Background

5.21:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1F3
100
#DEE3
200
#C2CC
300
#94A4
400
#5C74
500
#2D4D
600
#1332
700
#0F28
800
#0B1C
900
#0712
950
#040B

Shades

Darker variations

1#3D5BED
2#1F41EA
3#1434D4
4#112CB6
5#0E2598
6#0B1E79
7#08165B
8#060F3D
9#03071E

Tints

Lighter variations

1#6C82F1
2#7C90F3
3#8D9EF4
4#9DACF6
5#ADBAF7
6#BEC8F9
7#CED5FA
8#DEE3FC
9#EFF1FD

Tones

Muted variations

1#6379E8
2#6A7EE1
3#7283DA
4#7988D2
5#818DCB
6#8892C3
7#9097BC
8#979CB5
9#9EA1AD

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1F3
#F1F3FE
BackgroundsSubtle highlightsCard backgrounds
100
DEE3
#DEE3FC
Light backgroundsTable row hoverSkeleton loading
200
C2CC
#C2CCF9
Secondary backgroundsInput backgroundsDividers
300
94A4
#94A4F5
BordersInactive statesPlaceholder text
400
5C74
#5C74F0
Disabled statesSecondary iconsMuted text
500
2D4D
#2D4DEB
Primary brand colorCTAsActive elementsLinks
600
1332
#1332CD
Hover statesFocus ringsPrimary buttons hover
700
0F28
#0F28A3
Active/pressed statesDark mode accentsSecondary text
800
0B1C
#0B1C75
Text on light backgroundsHeadingsStrong borders
900
0712
#07124B
Primary textHigh emphasis contentDark headings
950
040B
#040B2F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --royal-blue-50: #F1F3FE;
  --royal-blue-100: #DEE3FC;
  --royal-blue-200: #C2CCF9;
  --royal-blue-300: #94A4F5;
  --royal-blue-400: #5C74F0;
  --royal-blue-500: #2D4DEB;
  --royal-blue-600: #1332CD;
  --royal-blue-700: #0F28A3;
  --royal-blue-800: #0B1C75;
  --royal-blue-900: #07124B;
  --royal-blue-950: #040B2F;
}
Generate More ShadesCreate PaletteConvert Color