Royal Blue

#3B5EDE

Blue

Color Codes

All color formats for development

HEX
#3B5EDE
RGB
rgb(59, 94, 222)
HSL
hsl(227, 71%, 55%)
OKLCH
oklch(0.534 0.199 267.5)
CMYK
cmyk(73%, 58%, 0%, 13%)

Accessibility

WCAG contrast compliance

On White Background

5.47:1

AA AAA

On Black Background

3.84:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2F4
100
#E0E6
200
#C6D1
300
#9BAD
400
#6682
500
#3B5E
600
#2143
700
#1A35
800
#1226
900
#0C18
950
#070F

Shades

Darker variations

1#254BD8
2#2143C0
3#1C3BA8
4#183290
5#142A78
6#102260
7#0C1948
8#081130
9#040818

Tints

Lighter variations

1#4E6EE1
2#627EE4
3#768EE8
4#899EEB
5#9DAFEE
6#B1BFF2
7#C4CFF5
8#D8DFF8
9#EBEFFC

Tones

Muted variations

1#4363D6
2#4B67CD
3#536CC5
4#5B71BD
5#6475B5
6#6C7AAD
7#747EA5
8#7C839D
9#848894

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2F4
#F2F4FD
BackgroundsSubtle highlightsCard backgrounds
100
E0E6
#E0E6FA
Light backgroundsTable row hoverSkeleton loading
200
C6D1
#C6D1F5
Secondary backgroundsInput backgroundsDividers
300
9BAD
#9BADEE
BordersInactive statesPlaceholder text
400
6682
#6682E5
Disabled statesSecondary iconsMuted text
500
3B5E
#3B5EDE
Primary brand colorCTAsActive elementsLinks
600
2143
#2143C0
Hover statesFocus ringsPrimary buttons hover
700
1A35
#1A3599
Active/pressed statesDark mode accentsSecondary text
800
1226
#12266D
Text on light backgroundsHeadingsStrong borders
900
0C18
#0C1846
Primary textHigh emphasis contentDark headings
950
070F
#070F2C
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --royal-blue-50: #F2F4FD;
  --royal-blue-100: #E0E6FA;
  --royal-blue-200: #C6D1F5;
  --royal-blue-300: #9BADEE;
  --royal-blue-400: #6682E5;
  --royal-blue-500: #3B5EDE;
  --royal-blue-600: #2143C0;
  --royal-blue-700: #1A3599;
  --royal-blue-800: #12266D;
  --royal-blue-900: #0C1846;
  --royal-blue-950: #070F2C;
}
Generate More ShadesCreate PaletteConvert Color