Royal Blue

#3C49DD

Blue

Color Codes

All color formats for development

HEX
#3C49DD
RGB
rgb(60, 73, 221)
HSL
hsl(235, 70%, 55%)
OKLCH
oklch(0.496 0.222 271.4)
CMYK
cmyk(73%, 67%, 0%, 13%)

Accessibility

WCAG contrast compliance

On White Background

6.58:1

AA AAA

On Black Background

3.19:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2F3
100
#E1E3
200
#C7CB
300
#9BA2
400
#6772
500
#3C49
600
#222F
700
#1B25
800
#131B
900
#0C11
950
#080B

Shades

Darker variations

1#2635D7
2#222FBF
3#1D29A7
4#19238F
5#151D77
6#11175F
7#0D1248
8#080C30
9#040618

Tints

Lighter variations

1#4F5BE0
2#636EE3
3#7680E7
4#8A92EA
5#9DA4EE
6#B1B6F1
7#C4C8F5
8#D8DBF8
9#EBEDFC

Tones

Muted variations

1#4450D5
2#4C57CD
3#545DC4
4#5C64BC
5#646BB4
6#6C71AC
7#7478A4
8#7C7F9C
9#848694

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2F3
#F2F3FD
BackgroundsSubtle highlightsCard backgrounds
100
E1E3
#E1E3FA
Light backgroundsTable row hoverSkeleton loading
200
C7CB
#C7CBF5
Secondary backgroundsInput backgroundsDividers
300
9BA2
#9BA2ED
BordersInactive statesPlaceholder text
400
6772
#6772E4
Disabled statesSecondary iconsMuted text
500
3C49
#3C49DD
Primary brand colorCTAsActive elementsLinks
600
222F
#222FBF
Hover statesFocus ringsPrimary buttons hover
700
1B25
#1B2598
Active/pressed statesDark mode accentsSecondary text
800
131B
#131B6C
Text on light backgroundsHeadingsStrong borders
900
0C11
#0C1145
Primary textHigh emphasis contentDark headings
950
080B
#080B2B
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --royal-blue-50: #F2F3FD;
  --royal-blue-100: #E1E3FA;
  --royal-blue-200: #C7CBF5;
  --royal-blue-300: #9BA2ED;
  --royal-blue-400: #6772E4;
  --royal-blue-500: #3C49DD;
  --royal-blue-600: #222FBF;
  --royal-blue-700: #1B2598;
  --royal-blue-800: #131B6C;
  --royal-blue-900: #0C1145;
  --royal-blue-950: #080B2B;
}
Generate More ShadesCreate PaletteConvert Color