Royal Blue

#677CE4

Blue

Color Codes

All color formats for development

HEX
#677CE4
RGB
rgb(103, 124, 228)
HSL
hsl(230, 70%, 65%)
OKLCH
oklch(0.62 0.158 272.4)
CMYK
cmyk(55%, 46%, 0%, 11%)

Accessibility

WCAG contrast compliance

On White Background

3.76:1

AA AAA

On Black Background

5.58:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2F4
100
#E1E5
200
#C7CE
300
#9BA9
400
#677C
500
#3C57
600
#223C
700
#1B30
800
#1322
900
#0C16
950
#080E

Shades

Darker variations

1#4B64DF
2#2F4BDA
3#233EC5
4#1E35A9
5#192C8D
6#142371
7#0F1B55
8#0A1238
9#05091C

Tints

Lighter variations

1#7689E7
2#8696EA
3#95A3EC
4#A4B0EF
5#B3BEF2
6#C2CBF4
7#D1D8F7
8#E1E5FA
9#F0F2FC

Tones

Muted variations

1#6E80DE
2#7484D8
3#7A89D1
4#808DCB
5#8791C5
6#8D95BF
7#9399B8
8#999DB2
9#A0A2AC

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2F4
#F2F4FD
BackgroundsSubtle highlightsCard backgrounds
100
E1E5
#E1E5FA
Light backgroundsTable row hoverSkeleton loading
200
C7CE
#C7CEF5
Secondary backgroundsInput backgroundsDividers
300
9BA9
#9BA9ED
BordersInactive statesPlaceholder text
400
677C
#677CE4
Disabled statesSecondary iconsMuted text
500
3C57
#3C57DD
Primary brand colorCTAsActive elementsLinks
600
223C
#223CBF
Hover statesFocus ringsPrimary buttons hover
700
1B30
#1B3098
Active/pressed statesDark mode accentsSecondary text
800
1322
#13226C
Text on light backgroundsHeadingsStrong borders
900
0C16
#0C1645
Primary textHigh emphasis contentDark headings
950
080E
#080E2B
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --royal-blue-50: #F2F4FD;
  --royal-blue-100: #E1E5FA;
  --royal-blue-200: #C7CEF5;
  --royal-blue-300: #9BA9ED;
  --royal-blue-400: #677CE4;
  --royal-blue-500: #3C57DD;
  --royal-blue-600: #223CBF;
  --royal-blue-700: #1B3098;
  --royal-blue-800: #13226C;
  --royal-blue-900: #0C1645;
  --royal-blue-950: #080E2B;
}
Generate More ShadesCreate PaletteConvert Color