Royal Blue

#558EF6

Blue

Color Codes

All color formats for development

HEX
#558EF6
RGB
rgb(85, 142, 246)
HSL
hsl(219, 90%, 65%)
OKLCH
oklch(0.658 0.166 261.4)
CMYK
cmyk(65%, 42%, 0%, 4%)

Accessibility

WCAG contrast compliance

On White Background

3.19:1

AA AAA

On Black Background

6.59:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0F5
100
#DDE8
200
#C0D5
300
#90B5
400
#558E
500
#256D
600
#0B52
700
#0941
800
#062F
900
#041E
950
#0313

Shades

Darker variations

1#3679F4
2#1664F3
3#0C55DC
4#0A49BD
5#083C9D
6#07307E
7#05245E
8#03183F
9#020C1F

Tints

Lighter variations

1#6699F7
2#77A4F8
3#88B0F9
4#99BBFA
5#AAC6FB
6#BBD2FB
7#CCDDFC
8#DDE8FD
9#EEF4FE

Tones

Muted variations

1#5D90EE
2#6592E6
3#6E95DE
4#7697D6
5#7E9ACE
6#869CC6
7#8E9FBE
8#96A1B6
9#9EA3AE

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0F5
#F0F5FE
BackgroundsSubtle highlightsCard backgrounds
100
DDE8
#DDE8FD
Light backgroundsTable row hoverSkeleton loading
200
C0D5
#C0D5FC
Secondary backgroundsInput backgroundsDividers
300
90B5
#90B5F9
BordersInactive statesPlaceholder text
400
558E
#558EF6
Disabled statesSecondary iconsMuted text
500
256D
#256DF4
Primary brand colorCTAsActive elementsLinks
600
0B52
#0B52D5
Hover statesFocus ringsPrimary buttons hover
700
0941
#0941AA
Active/pressed statesDark mode accentsSecondary text
800
062F
#062F79
Text on light backgroundsHeadingsStrong borders
900
041E
#041E4E
Primary textHigh emphasis contentDark headings
950
0313
#031330
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --royal-blue-50: #F0F5FE;
  --royal-blue-100: #DDE8FD;
  --royal-blue-200: #C0D5FC;
  --royal-blue-300: #90B5F9;
  --royal-blue-400: #558EF6;
  --royal-blue-500: #256DF4;
  --royal-blue-600: #0B52D5;
  --royal-blue-700: #0941AA;
  --royal-blue-800: #062F79;
  --royal-blue-900: #041E4E;
  --royal-blue-950: #031330;
}
Generate More ShadesCreate PaletteConvert Color