Royal Blue

#5F54F8

Blue

Color Codes

All color formats for development

HEX
#5F54F8
RGB
rgb(95, 84, 248)
HSL
hsl(244, 92%, 65%)
OKLCH
oklch(0.559 0.235 278.6)
CMYK
cmyk(62%, 66%, 0%, 3%)

Accessibility

WCAG contrast compliance

On White Background

5.11:1

AA AAA

On Black Background

4.11:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1F0
100
#DFDD
200
#C3BF
300
#968E
400
#5F54
500
#3123
600
#1709
700
#1207
800
#0D05
900
#0803
950
#0502

Shades

Darker variations

1#4134F7
2#2314F5
3#1809DF
4#1408BF
5#11079F
6#0D057F
7#0A045F
8#070340
9#030120

Tints

Lighter variations

1#6F65F9
2#7F76F9
3#8F87FA
4#9F98FB
5#AFA9FB
6#BFBAFC
7#CFCCFD
8#DFDDFE
9#EFEEFE

Tones

Muted variations

1#665CF0
2#6D64E7
3#746CDF
4#7B74D7
5#827DCF
6#8985C7
7#908DBE
8#9895B6
9#9F9EAE

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1F0
#F1F0FE
BackgroundsSubtle highlightsCard backgrounds
100
DFDD
#DFDDFE
Light backgroundsTable row hoverSkeleton loading
200
C3BF
#C3BFFC
Secondary backgroundsInput backgroundsDividers
300
968E
#968EFA
BordersInactive statesPlaceholder text
400
5F54
#5F54F8
Disabled statesSecondary iconsMuted text
500
3123
#3123F6
Primary brand colorCTAsActive elementsLinks
600
1709
#1709D7
Hover statesFocus ringsPrimary buttons hover
700
1207
#1207AB
Active/pressed statesDark mode accentsSecondary text
800
0D05
#0D057A
Text on light backgroundsHeadingsStrong borders
900
0803
#08034E
Primary textHigh emphasis contentDark headings
950
0502
#050231
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --royal-blue-50: #F1F0FE;
  --royal-blue-100: #DFDDFE;
  --royal-blue-200: #C3BFFC;
  --royal-blue-300: #968EFA;
  --royal-blue-400: #5F54F8;
  --royal-blue-500: #3123F6;
  --royal-blue-600: #1709D7;
  --royal-blue-700: #1207AB;
  --royal-blue-800: #0D057A;
  --royal-blue-900: #08034E;
  --royal-blue-950: #050231;
}
Generate More ShadesCreate PaletteConvert Color