Royal Blue

#657FE6

Blue

Color Codes

All color formats for development

HEX
#657FE6
RGB
rgb(101, 127, 230)
HSL
hsl(228, 72%, 65%)
OKLCH
oklch(0.626 0.157 270.6)
CMYK
cmyk(56%, 45%, 0%, 10%)

Accessibility

WCAG contrast compliance

On White Background

3.66:1

AA AAA

On Black Background

5.73:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2F4
100
#E0E5
200
#C6D0
300
#9AAB
400
#657F
500
#3A5B
600
#1F40
700
#1933
800
#1224
900
#0B17
950
#070E

Shades

Darker variations

1#4967E1
2#2C50DD
3#2042C8
4#1C38AB
5#172F8F
6#132672
7#0E1C56
8#091339
9#05091D

Tints

Lighter variations

1#758CE9
2#8499EB
3#94A6EE
4#A3B2F0
5#B2BFF3
6#C2CCF5
7#D1D9F8
8#E0E5FA
9#F0F2FD

Tones

Muted variations

1#6C83E0
2#7287D9
3#798BD3
4#7F8FCC
5#8692C6
6#8C96BF
7#929AB9
8#999EB3
9#9FA2AC

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2F4
#F2F4FD
BackgroundsSubtle highlightsCard backgrounds
100
E0E5
#E0E5FA
Light backgroundsTable row hoverSkeleton loading
200
C6D0
#C6D0F6
Secondary backgroundsInput backgroundsDividers
300
9AAB
#9AABEF
BordersInactive statesPlaceholder text
400
657F
#657FE6
Disabled statesSecondary iconsMuted text
500
3A5B
#3A5BDF
Primary brand colorCTAsActive elementsLinks
600
1F40
#1F40C1
Hover statesFocus ringsPrimary buttons hover
700
1933
#19339A
Active/pressed statesDark mode accentsSecondary text
800
1224
#12246E
Text on light backgroundsHeadingsStrong borders
900
0B17
#0B1746
Primary textHigh emphasis contentDark headings
950
070E
#070E2C
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --royal-blue-50: #F2F4FD;
  --royal-blue-100: #E0E5FA;
  --royal-blue-200: #C6D0F6;
  --royal-blue-300: #9AABEF;
  --royal-blue-400: #657FE6;
  --royal-blue-500: #3A5BDF;
  --royal-blue-600: #1F40C1;
  --royal-blue-700: #19339A;
  --royal-blue-800: #12246E;
  --royal-blue-900: #0B1746;
  --royal-blue-950: #070E2C;
}
Generate More ShadesCreate PaletteConvert Color