Royal Blue

#5D5BF1

Blue

Color Codes

All color formats for development

HEX
#5D5BF1
RGB
rgb(93, 91, 241)
HSL
hsl(241, 84%, 65%)
OKLCH
oklch(0.563 0.219 277.3)
CMYK
cmyk(61%, 62%, 0%, 5%)

Accessibility

WCAG contrast compliance

On White Background

4.96:1

AA AAA

On Black Background

4.23:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1F1
100
#DFDE
200
#C3C2
300
#9593
400
#5D5B
500
#2F2C
600
#1512
700
#110E
800
#0C0A
900
#0807
950
#0504

Shades

Darker variations

1#3F3CEE
2#211EEB
3#1613D5
4#1310B7
5#100D98
6#0C0B7A
7#09085B
8#06053D
9#03031E

Tints

Lighter variations

1#6D6BF2
2#7E7CF4
3#8E8CF5
4#9E9CF6
5#AEADF8
6#BEBDF9
7#CECEFB
8#DFDEFC
9#EFEFFE

Tones

Muted variations

1#6562E9
2#6C6AE2
3#7371DA
4#7A79D3
5#8280CB
6#8988C4
7#908FBC
8#9797B5
9#9F9EAD

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1F1
#F1F1FE
BackgroundsSubtle highlightsCard backgrounds
100
DFDE
#DFDEFC
Light backgroundsTable row hoverSkeleton loading
200
C3C2
#C3C2FA
Secondary backgroundsInput backgroundsDividers
300
9593
#9593F6
BordersInactive statesPlaceholder text
400
5D5B
#5D5BF1
Disabled statesSecondary iconsMuted text
500
2F2C
#2F2CED
Primary brand colorCTAsActive elementsLinks
600
1512
#1512CE
Hover statesFocus ringsPrimary buttons hover
700
110E
#110EA4
Active/pressed statesDark mode accentsSecondary text
800
0C0A
#0C0A75
Text on light backgroundsHeadingsStrong borders
900
0807
#08074B
Primary textHigh emphasis contentDark headings
950
0504
#05042F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --royal-blue-50: #F1F1FE;
  --royal-blue-100: #DFDEFC;
  --royal-blue-200: #C3C2FA;
  --royal-blue-300: #9593F6;
  --royal-blue-400: #5D5BF1;
  --royal-blue-500: #2F2CED;
  --royal-blue-600: #1512CE;
  --royal-blue-700: #110EA4;
  --royal-blue-800: #0C0A75;
  --royal-blue-900: #08074B;
  --royal-blue-950: #05042F;
}
Generate More ShadesCreate PaletteConvert Color