Royal Blue

#626FEA

Blue

Color Codes

All color formats for development

HEX
#626FEA
RGB
rgb(98, 111, 234)
HSL
hsl(234, 76%, 65%)
OKLCH
oklch(0.596 0.184 274.8)
CMYK
cmyk(58%, 53%, 0%, 8%)

Accessibility

WCAG contrast compliance

On White Background

4.22:1

AA AAA

On Black Background

4.98:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2F3
100
#E0E2
200
#C5CA
300
#98A1
400
#626F
500
#3546
600
#1B2C
700
#1523
800
#0F19
900
#0A10
950
#060A

Shades

Darker variations

1#4555E6
2#283AE2
3#1C2DCC
4#1827AF
5#142092
6#101A75
7#0C1358
8#080D3A
9#04061D

Tints

Lighter variations

1#727EEC
2#818CEE
3#919BF0
4#A1A9F2
5#B0B7F4
6#C0C6F6
7#D0D4F9
8#E0E2FB
9#EFF1FD

Tones

Muted variations

1#6975E3
2#6F7ADC
3#7680D5
4#7D85CE
5#848BC8
6#8B90C1
7#9195BA
8#989BB3
9#9FA0AD

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2F3
#F2F3FD
BackgroundsSubtle highlightsCard backgrounds
100
E0E2
#E0E2FB
Light backgroundsTable row hoverSkeleton loading
200
C5CA
#C5CAF7
Secondary backgroundsInput backgroundsDividers
300
98A1
#98A1F1
BordersInactive statesPlaceholder text
400
626F
#626FEA
Disabled statesSecondary iconsMuted text
500
3546
#3546E3
Primary brand colorCTAsActive elementsLinks
600
1B2C
#1B2CC5
Hover statesFocus ringsPrimary buttons hover
700
1523
#15239D
Active/pressed statesDark mode accentsSecondary text
800
0F19
#0F1970
Text on light backgroundsHeadingsStrong borders
900
0A10
#0A1048
Primary textHigh emphasis contentDark headings
950
060A
#060A2D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --royal-blue-50: #F2F3FD;
  --royal-blue-100: #E0E2FB;
  --royal-blue-200: #C5CAF7;
  --royal-blue-300: #98A1F1;
  --royal-blue-400: #626FEA;
  --royal-blue-500: #3546E3;
  --royal-blue-600: #1B2CC5;
  --royal-blue-700: #15239D;
  --royal-blue-800: #0F1970;
  --royal-blue-900: #0A1048;
  --royal-blue-950: #060A2D;
}
Generate More ShadesCreate PaletteConvert Color