Royal Blue

#587CF3

Blue

Color Codes

All color formats for development

HEX
#587CF3
RGB
rgb(88, 124, 243)
HSL
hsl(226, 87%, 65%)
OKLCH
oklch(0.621 0.183 268.1)
CMYK
cmyk(64%, 49%, 0%, 5%)

Accessibility

WCAG contrast compliance

On White Background

3.76:1

AA AAA

On Black Background

5.59:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1F4
100
#DEE5
200
#C1CE
300
#91A9
400
#587C
500
#2857
600
#0F3C
700
#0C30
800
#0822
900
#0516
950
#030E

Shades

Darker variations

1#3964F1
2#1A4CEF
3#0F3ED9
4#0D35BA
5#0B2C9B
6#09247C
7#061B5D
8#04123E
9#02091F

Tints

Lighter variations

1#6989F5
2#7996F6
3#8AA4F7
4#9BB1F8
5#ACBEF9
6#BCCBFA
7#CDD8FC
8#DEE5FD
9#EEF2FE

Tones

Muted variations

1#6080EC
2#6885E4
3#6F89DC
4#778DD4
5#7F91CD
6#8795C5
7#8E99BD
8#969DB5
9#9EA2AE

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1F4
#F1F4FE
BackgroundsSubtle highlightsCard backgrounds
100
DEE5
#DEE5FD
Light backgroundsTable row hoverSkeleton loading
200
C1CE
#C1CEFB
Secondary backgroundsInput backgroundsDividers
300
91A9
#91A9F7
BordersInactive statesPlaceholder text
400
587C
#587CF3
Disabled statesSecondary iconsMuted text
500
2857
#2857F0
Primary brand colorCTAsActive elementsLinks
600
0F3C
#0F3CD2
Hover statesFocus ringsPrimary buttons hover
700
0C30
#0C30A7
Active/pressed statesDark mode accentsSecondary text
800
0822
#082277
Text on light backgroundsHeadingsStrong borders
900
0516
#05164C
Primary textHigh emphasis contentDark headings
950
030E
#030E30
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --royal-blue-50: #F1F4FE;
  --royal-blue-100: #DEE5FD;
  --royal-blue-200: #C1CEFB;
  --royal-blue-300: #91A9F7;
  --royal-blue-400: #587CF3;
  --royal-blue-500: #2857F0;
  --royal-blue-600: #0F3CD2;
  --royal-blue-700: #0C30A7;
  --royal-blue-800: #082277;
  --royal-blue-900: #05164C;
  --royal-blue-950: #030E30;
}
Generate More ShadesCreate PaletteConvert Color