Royal Blue

#3C64DD

Blue

Color Codes

All color formats for development

HEX
#3C64DD
RGB
rgb(60, 100, 221)
HSL
hsl(225, 70%, 55%)
OKLCH
oklch(0.545 0.19 266.3)
CMYK
cmyk(73%, 55%, 0%, 13%)

Accessibility

WCAG contrast compliance

On White Background

5.17:1

AA AAA

On Black Background

4.06:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2F5
100
#E1E7
200
#C7D2
300
#9BB0
400
#6787
500
#3C64
600
#2249
700
#1B3A
800
#1329
900
#0C1B
950
#0811

Shades

Darker variations

1#2652D7
2#2249BF
3#1D40A7
4#19378F
5#152E77
6#11245F
7#0D1B48
8#081230
9#040918

Tints

Lighter variations

1#4F74E0
2#6383E3
3#7693E7
4#8AA2EA
5#9DB2EE
6#B1C1F1
7#C4D1F5
8#D8E0F8
9#EBF0FC

Tones

Muted variations

1#4468D5
2#4C6CCD
3#5470C4
4#5C74BC
5#6478B4
6#6C7CAC
7#7480A4
8#7C849C
9#848894

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2F5
#F2F5FD
BackgroundsSubtle highlightsCard backgrounds
100
E1E7
#E1E7FA
Light backgroundsTable row hoverSkeleton loading
200
C7D2
#C7D2F5
Secondary backgroundsInput backgroundsDividers
300
9BB0
#9BB0ED
BordersInactive statesPlaceholder text
400
6787
#6787E4
Disabled statesSecondary iconsMuted text
500
3C64
#3C64DD
Primary brand colorCTAsActive elementsLinks
600
2249
#2249BF
Hover statesFocus ringsPrimary buttons hover
700
1B3A
#1B3A98
Active/pressed statesDark mode accentsSecondary text
800
1329
#13296C
Text on light backgroundsHeadingsStrong borders
900
0C1B
#0C1B45
Primary textHigh emphasis contentDark headings
950
0811
#08112B
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --royal-blue-50: #F2F5FD;
  --royal-blue-100: #E1E7FA;
  --royal-blue-200: #C7D2F5;
  --royal-blue-300: #9BB0ED;
  --royal-blue-400: #6787E4;
  --royal-blue-500: #3C64DD;
  --royal-blue-600: #2249BF;
  --royal-blue-700: #1B3A98;
  --royal-blue-800: #13296C;
  --royal-blue-900: #0C1B45;
  --royal-blue-950: #08112B;
}
Generate More ShadesCreate PaletteConvert Color