Royal Blue

#5090F7

Blue

Color Codes

All color formats for development

HEX
#5090F7
RGB
rgb(80, 144, 247)
HSL
hsl(217, 91%, 64%)
OKLCH
oklch(0.661 0.167 259.5)
CMYK
cmyk(68%, 42%, 0%, 3%)

Accessibility

WCAG contrast compliance

On White Background

3.15:1

AA AAA

On Black Background

6.67:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0F6
100
#DDE9
200
#C0D7
300
#8FB8
400
#5593
500
#2474
600
#0A58
700
#0846
800
#0632
900
#0420
950
#0214

Shades

Darker variations

1#307CF5
2#1168F4
3#0A5ADA
4#094DBB
5#07409C
6#06337D
7#04275E
8#031A3E
9#010D1F

Tints

Lighter variations

1#619BF8
2#73A6F8
3#84B1F9
4#96BCFA
5#A7C7FB
6#B9D2FC
7#CADEFD
8#DCE9FD
9#EDF4FE

Tones

Muted variations

1#5892EE
2#6094E6
3#6996DE
4#7198D5
5#7999CD
6#829BC5
7#8A9DBC
8#929FB4
9#9BA1AC

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0F6
#F0F6FE
BackgroundsSubtle highlightsCard backgrounds
100
DDE9
#DDE9FD
Light backgroundsTable row hoverSkeleton loading
200
C0D7
#C0D7FC
Secondary backgroundsInput backgroundsDividers
300
8FB8
#8FB8FA
BordersInactive statesPlaceholder text
400
5593
#5593F7
Disabled statesSecondary iconsMuted text
500
2474
#2474F5
Primary brand colorCTAsActive elementsLinks
600
0A58
#0A58D6
Hover statesFocus ringsPrimary buttons hover
700
0846
#0846AA
Active/pressed statesDark mode accentsSecondary text
800
0632
#06327A
Text on light backgroundsHeadingsStrong borders
900
0420
#04204E
Primary textHigh emphasis contentDark headings
950
0214
#021431
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --royal-blue-50: #F0F6FE;
  --royal-blue-100: #DDE9FD;
  --royal-blue-200: #C0D7FC;
  --royal-blue-300: #8FB8FA;
  --royal-blue-400: #5593F7;
  --royal-blue-500: #2474F5;
  --royal-blue-600: #0A58D6;
  --royal-blue-700: #0846AA;
  --royal-blue-800: #06327A;
  --royal-blue-900: #04204E;
  --royal-blue-950: #021431;
}
Generate More ShadesCreate PaletteConvert Color