Royal Blue

#5D5FEF

Blue

Color Codes

All color formats for development

HEX
#5D5FEF
RGB
rgb(93, 95, 239)
HSL
hsl(239, 82%, 65%)
OKLCH
oklch(0.568 0.211 276.7)
CMYK
cmyk(61%, 60%, 0%, 6%)

Accessibility

WCAG contrast compliance

On White Background

4.83:1

AA AAA

On Black Background

4.35:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1F1
100
#DFDF
200
#C3C4
300
#9496
400
#5D5F
500
#2E31
600
#1417
700
#1013
800
#0B0D
900
#0708
950
#0505

Shades

Darker variations

1#3E41EC
2#2024E9
3#1518D3
4#1215B5
5#0F1197
6#0C0E79
7#090A5A
8#06073C
9#03031E

Tints

Lighter variations

1#6D6FF1
2#7D7FF2
3#8D8FF4
4#9E9FF5
5#AEAFF7
6#BEBFF9
7#CECFFA
8#DFDFFC
9#EFEFFD

Tones

Muted variations

1#6466E8
2#6B6DE0
3#7374D9
4#7A7BD2
5#8182CA
6#8889C3
7#9091BC
8#9798B4
9#9E9FAD

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1F1
#F1F1FE
BackgroundsSubtle highlightsCard backgrounds
100
DFDF
#DFDFFC
Light backgroundsTable row hoverSkeleton loading
200
C3C4
#C3C4F9
Secondary backgroundsInput backgroundsDividers
300
9496
#9496F4
BordersInactive statesPlaceholder text
400
5D5F
#5D5FEF
Disabled statesSecondary iconsMuted text
500
2E31
#2E31EA
Primary brand colorCTAsActive elementsLinks
600
1417
#1417CC
Hover statesFocus ringsPrimary buttons hover
700
1013
#1013A2
Active/pressed statesDark mode accentsSecondary text
800
0B0D
#0B0D74
Text on light backgroundsHeadingsStrong borders
900
0708
#07084A
Primary textHigh emphasis contentDark headings
950
0505
#05052E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --royal-blue-50: #F1F1FE;
  --royal-blue-100: #DFDFFC;
  --royal-blue-200: #C3C4F9;
  --royal-blue-300: #9496F4;
  --royal-blue-400: #5D5FEF;
  --royal-blue-500: #2E31EA;
  --royal-blue-600: #1417CC;
  --royal-blue-700: #1013A2;
  --royal-blue-800: #0B0D74;
  --royal-blue-900: #07084A;
  --royal-blue-950: #05052E;
}
Generate More ShadesCreate PaletteConvert Color