Royal Blue

#595EC0

Blue

Color Codes

All color formats for development

HEX
#595EC0
RGB
rgb(89, 94, 192)
HSL
hsl(237, 45%, 55%)
OKLCH
oklch(0.529 0.151 277.7)
CMYK
cmyk(54%, 51%, 0%, 25%)

Accessibility

WCAG contrast compliance

On White Background

5.55:1

AA AAA

On Black Background

3.79:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F4
100
#E5E6
200
#CFD0
300
#AAAD
400
#7E82
500
#595E
600
#3E43
700
#3135
800
#2326
900
#1618
950
#0E0F

Shades

Darker variations

1#454BB7
2#3E43A3
3#363A8E
4#2E327A
5#272A66
6#1F2151
7#17193D
8#0F1129
9#080814

Tints

Lighter variations

1#696EC6
2#7A7ECD
3#8B8ED3
4#9B9ED9
5#ACAEDF
6#BCBFE6
7#CDCFEC
8#DEDFF2
9#EEEFF9

Tones

Muted variations

1#5E62BB
2#6367B6
3#686CB0
4#6D70AB
5#7275A6
6#787AA1
7#7D7E9C
8#828397
9#878891

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4F4
#F4F4FB
BackgroundsSubtle highlightsCard backgrounds
100
E5E6
#E5E6F5
Light backgroundsTable row hoverSkeleton loading
200
CFD0
#CFD0ED
Secondary backgroundsInput backgroundsDividers
300
AAAD
#AAADDF
BordersInactive statesPlaceholder text
400
7E82
#7E82CE
Disabled statesSecondary iconsMuted text
500
595E
#595EC0
Primary brand colorCTAsActive elementsLinks
600
3E43
#3E43A3
Hover statesFocus ringsPrimary buttons hover
700
3135
#313581
Active/pressed statesDark mode accentsSecondary text
800
2326
#23265C
Text on light backgroundsHeadingsStrong borders
900
1618
#16183B
Primary textHigh emphasis contentDark headings
950
0E0F
#0E0F25
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --royal-blue-50: #F4F4FB;
  --royal-blue-100: #E5E6F5;
  --royal-blue-200: #CFD0ED;
  --royal-blue-300: #AAADDF;
  --royal-blue-400: #7E82CE;
  --royal-blue-500: #595EC0;
  --royal-blue-600: #3E43A3;
  --royal-blue-700: #313581;
  --royal-blue-800: #23265C;
  --royal-blue-900: #16183B;
  --royal-blue-950: #0E0F25;
}
Generate More ShadesCreate PaletteConvert Color