Royal Blue

#5B62F1

Blue

Color Codes

All color formats for development

HEX
#5B62F1
RGB
rgb(91, 98, 241)
HSL
hsl(237, 84%, 65%)
OKLCH
oklch(0.573 0.211 275.4)
CMYK
cmyk(62%, 59%, 0%, 5%)

Accessibility

WCAG contrast compliance

On White Background

4.71:1

AA AAA

On Black Background

4.46:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1F2
100
#DEE0
200
#C2C5
300
#9398
400
#5B62
500
#2C35
600
#121B
700
#0E16
800
#0A10
900
#070A
950
#0406

Shades

Darker variations

1#3C45EE
2#1E28EB
3#131CD5
4#1018B7
5#0D1498
6#0B107A
7#080C5B
8#05083D
9#03041E

Tints

Lighter variations

1#6B72F2
2#7C82F4
3#8C91F5
4#9CA1F6
5#ADB1F8
6#BDC0F9
7#CED0FB
8#DEE0FC
9#EFEFFE

Tones

Muted variations

1#6269E9
2#6A70E2
3#7177DA
4#797DD3
5#8084CB
6#888BC4
7#8F92BC
8#9798B5
9#9E9FAD

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1F2
#F1F2FE
BackgroundsSubtle highlightsCard backgrounds
100
DEE0
#DEE0FC
Light backgroundsTable row hoverSkeleton loading
200
C2C5
#C2C5FA
Secondary backgroundsInput backgroundsDividers
300
9398
#9398F6
BordersInactive statesPlaceholder text
400
5B62
#5B62F1
Disabled statesSecondary iconsMuted text
500
2C35
#2C35ED
Primary brand colorCTAsActive elementsLinks
600
121B
#121BCE
Hover statesFocus ringsPrimary buttons hover
700
0E16
#0E16A4
Active/pressed statesDark mode accentsSecondary text
800
0A10
#0A1075
Text on light backgroundsHeadingsStrong borders
900
070A
#070A4B
Primary textHigh emphasis contentDark headings
950
0406
#04062F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --royal-blue-50: #F1F2FE;
  --royal-blue-100: #DEE0FC;
  --royal-blue-200: #C2C5FA;
  --royal-blue-300: #9398F6;
  --royal-blue-400: #5B62F1;
  --royal-blue-500: #2C35ED;
  --royal-blue-600: #121BCE;
  --royal-blue-700: #0E16A4;
  --royal-blue-800: #0A1075;
  --royal-blue-900: #070A4B;
  --royal-blue-950: #04062F;
}
Generate More ShadesCreate PaletteConvert Color