Royal Blue

#3C92DD

Blue

Color Codes

All color formats for development

HEX
#3C92DD
RGB
rgb(60, 146, 221)
HSL
hsl(208, 70%, 55%)
OKLCH
oklch(0.643 0.139 248.3)
CMYK
cmyk(73%, 34%, 0%, 13%)

Accessibility

WCAG contrast compliance

On White Background

3.31:1

AA AAA

On Black Background

6.35:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2F8
100
#E1EE
200
#C7DF
300
#9BC7
400
#67AA
500
#3C92
600
#2275
700
#1B5D
800
#1343
900
#0C2B
950
#081B

Shades

Darker variations

1#2684D7
2#2275BF
3#1D67A7
4#19588F
5#154977
6#113B5F
7#0D2C48
8#081D30
9#040F18

Tints

Lighter variations

1#4F9DE0
2#63A7E3
3#76B2E7
4#8ABDEA
5#9DC8EE
6#B1D3F1
7#C4DEF5
8#D8E9F8
9#EBF4FC

Tones

Muted variations

1#4491D5
2#4C91CD
3#5490C4
4#5C8FBC
5#648FB4
6#6C8EAC
7#748EA4
8#7C8D9C
9#848D94

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2F8
#F2F8FD
BackgroundsSubtle highlightsCard backgrounds
100
E1EE
#E1EEFA
Light backgroundsTable row hoverSkeleton loading
200
C7DF
#C7DFF5
Secondary backgroundsInput backgroundsDividers
300
9BC7
#9BC7ED
BordersInactive statesPlaceholder text
400
67AA
#67AAE4
Disabled statesSecondary iconsMuted text
500
3C92
#3C92DD
Primary brand colorCTAsActive elementsLinks
600
2275
#2275BF
Hover statesFocus ringsPrimary buttons hover
700
1B5D
#1B5D98
Active/pressed statesDark mode accentsSecondary text
800
1343
#13436C
Text on light backgroundsHeadingsStrong borders
900
0C2B
#0C2B45
Primary textHigh emphasis contentDark headings
950
081B
#081B2B
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --royal-blue-50: #F2F8FD;
  --royal-blue-100: #E1EEFA;
  --royal-blue-200: #C7DFF5;
  --royal-blue-300: #9BC7ED;
  --royal-blue-400: #67AAE4;
  --royal-blue-500: #3C92DD;
  --royal-blue-600: #2275BF;
  --royal-blue-700: #1B5D98;
  --royal-blue-800: #13436C;
  --royal-blue-900: #0C2B45;
  --royal-blue-950: #081B2B;
}
Generate More ShadesCreate PaletteConvert Color