Royal Blue

#5A61F2

Blue

Color Codes

All color formats for development

HEX
#5A61F2
RGB
rgb(90, 97, 242)
HSL
hsl(237, 85%, 65%)
OKLCH
oklch(0.572 0.213 275.2)
CMYK
cmyk(63%, 60%, 0%, 5%)

Accessibility

WCAG contrast compliance

On White Background

4.74:1

AA AAA

On Black Background

4.43:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1F1
100
#DEDF
200
#C2C4
300
#9297
400
#5A61
500
#2B34
600
#111A
700
#0D15
800
#0A0F
900
#060A
950
#0406

Shades

Darker variations

1#3B44EF
2#1D27ED
3#111BD7
4#0F17B8
5#0C1399
6#0A107B
7#070C5C
8#05083D
9#02041F

Tints

Lighter variations

1#6A71F3
2#7B81F4
3#8B91F6
4#9CA0F7
5#ACB0F8
6#BDC0FA
7#CDD0FB
8#DEDFFC
9#EEEFFE

Tones

Muted variations

1#6168EA
2#696FE2
3#7176DB
4#787DD3
5#8084CC
6#878AC4
7#8F91BD
8#9798B5
9#9E9FAD

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1F1
#F1F1FE
BackgroundsSubtle highlightsCard backgrounds
100
DEDF
#DEDFFC
Light backgroundsTable row hoverSkeleton loading
200
C2C4
#C2C4FA
Secondary backgroundsInput backgroundsDividers
300
9297
#9297F6
BordersInactive statesPlaceholder text
400
5A61
#5A61F2
Disabled statesSecondary iconsMuted text
500
2B34
#2B34EE
Primary brand colorCTAsActive elementsLinks
600
111A
#111AD0
Hover statesFocus ringsPrimary buttons hover
700
0D15
#0D15A5
Active/pressed statesDark mode accentsSecondary text
800
0A0F
#0A0F76
Text on light backgroundsHeadingsStrong borders
900
060A
#060A4B
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: #F1F1FE;
  --royal-blue-100: #DEDFFC;
  --royal-blue-200: #C2C4FA;
  --royal-blue-300: #9297F6;
  --royal-blue-400: #5A61F2;
  --royal-blue-500: #2B34EE;
  --royal-blue-600: #111AD0;
  --royal-blue-700: #0D15A5;
  --royal-blue-800: #0A0F76;
  --royal-blue-900: #060A4B;
  --royal-blue-950: #04062F;
}
Generate More ShadesCreate PaletteConvert Color