Royal Blue

#674DFF

Blue

Color Codes

All color formats for development

HEX
#674DFF
RGB
rgb(103, 77, 255)
HSL
hsl(249, 100%, 65%)
OKLCH
oklch(0.561 0.249 281.4)
CMYK
cmyk(60%, 70%, 0%, 0%)

Accessibility

WCAG contrast compliance

On White Background

5.14:1

AA AAA

On Black Background

4.08:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2F0
100
#E1DB
200
#C7BD
300
#9B8A
400
#674D
500
#3C1A
600
#2200
700
#1B00
800
#1300
900
#0C00
950
#0800

Shades

Darker variations

1#4B2BFF
2#2F0AFF
3#2300E8
4#1E00C7
5#1900A6
6#140085
7#0F0063
8#0A0042
9#050021

Tints

Lighter variations

1#765EFF
2#8670FF
3#9582FF
4#A494FF
5#B3A6FF
6#C2B8FF
7#D1C9FF
8#E1DBFF
9#F0EDFF

Tones

Muted variations

1#6E55F6
2#745EED
3#7A67E4
4#8070DB
5#8779D2
6#8D82C9
7#938BC1
8#9994B8
9#A09DAF

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2F0
#F2F0FF
BackgroundsSubtle highlightsCard backgrounds
100
E1DB
#E1DBFF
Light backgroundsTable row hoverSkeleton loading
200
C7BD
#C7BDFF
Secondary backgroundsInput backgroundsDividers
300
9B8A
#9B8AFF
BordersInactive statesPlaceholder text
400
674D
#674DFF
Disabled statesSecondary iconsMuted text
500
3C1A
#3C1AFF
Primary brand colorCTAsActive elementsLinks
600
2200
#2200E0
Hover statesFocus ringsPrimary buttons hover
700
1B00
#1B00B3
Active/pressed statesDark mode accentsSecondary text
800
1300
#130080
Text on light backgroundsHeadingsStrong borders
900
0C00
#0C0052
Primary textHigh emphasis contentDark headings
950
0800
#080033
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --royal-blue-50: #F2F0FF;
  --royal-blue-100: #E1DBFF;
  --royal-blue-200: #C7BDFF;
  --royal-blue-300: #9B8AFF;
  --royal-blue-400: #674DFF;
  --royal-blue-500: #3C1AFF;
  --royal-blue-600: #2200E0;
  --royal-blue-700: #1B00B3;
  --royal-blue-800: #130080;
  --royal-blue-900: #0C0052;
  --royal-blue-950: #080033;
}
Generate More ShadesCreate PaletteConvert Color