Royal Blue

#3C6CDD

Blue

Color Codes

All color formats for development

HEX
#3C6CDD
RGB
rgb(60, 108, 221)
HSL
hsl(222, 70%, 55%)
OKLCH
oklch(0.561 0.181 264.1)
CMYK
cmyk(73%, 51%, 0%, 13%)

Accessibility

WCAG contrast compliance

On White Background

4.79:1

AA AAA

On Black Background

4.38:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2F5
100
#E1E8
200
#C7D5
300
#9BB4
400
#678D
500
#3C6C
600
#2251
700
#1B40
800
#132E
900
#0C1D
950
#0812

Shades

Darker variations

1#265BD7
2#2251BF
3#1D47A7
4#193D8F
5#153277
6#11285F
7#0D1E48
8#081430
9#040A18

Tints

Lighter variations

1#4F7BE0
2#6389E3
3#7698E7
4#8AA7EA
5#9DB6EE
6#B1C4F1
7#C4D3F5
8#D8E2F8
9#EBF0FC

Tones

Muted variations

1#446FD5
2#4C73CD
3#5476C4
4#5C79BC
5#647CB4
6#6C7FAC
7#7483A4
8#7C869C
9#848994

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2F5
#F2F5FD
BackgroundsSubtle highlightsCard backgrounds
100
E1E8
#E1E8FA
Light backgroundsTable row hoverSkeleton loading
200
C7D5
#C7D5F5
Secondary backgroundsInput backgroundsDividers
300
9BB4
#9BB4ED
BordersInactive statesPlaceholder text
400
678D
#678DE4
Disabled statesSecondary iconsMuted text
500
3C6C
#3C6CDD
Primary brand colorCTAsActive elementsLinks
600
2251
#2251BF
Hover statesFocus ringsPrimary buttons hover
700
1B40
#1B4098
Active/pressed statesDark mode accentsSecondary text
800
132E
#132E6C
Text on light backgroundsHeadingsStrong borders
900
0C1D
#0C1D45
Primary textHigh emphasis contentDark headings
950
0812
#08122B
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --royal-blue-50: #F2F5FD;
  --royal-blue-100: #E1E8FA;
  --royal-blue-200: #C7D5F5;
  --royal-blue-300: #9BB4ED;
  --royal-blue-400: #678DE4;
  --royal-blue-500: #3C6CDD;
  --royal-blue-600: #2251BF;
  --royal-blue-700: #1B4098;
  --royal-blue-800: #132E6C;
  --royal-blue-900: #0C1D45;
  --royal-blue-950: #08122B;
}
Generate More ShadesCreate PaletteConvert Color