Royal Blue

#6782E4

Blue

Color Codes

All color formats for development

HEX
#6782E4
RGB
rgb(103, 130, 228)
HSL
hsl(227, 70%, 65%)
OKLCH
oklch(0.632 0.15 270.1)
CMYK
cmyk(55%, 43%, 0%, 11%)

Accessibility

WCAG contrast compliance

On White Background

3.57:1

AA AAA

On Black Background

5.89:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2F4
100
#E1E6
200
#C7D1
300
#9BAD
400
#6782
500
#3C5F
600
#2244
700
#1B36
800
#1326
900
#0C19
950
#080F

Shades

Darker variations

1#4B6BDF
2#2F54DA
3#2346C5
4#1E3CA9
5#19328D
6#142871
7#0F1E55
8#0A1438
9#050A1C

Tints

Lighter variations

1#768FE7
2#869BEA
3#95A8EC
4#A4B4EF
5#B3C1F2
6#C2CDF4
7#D1DAF7
8#E1E6FA
9#F0F3FC

Tones

Muted variations

1#6E86DE
2#7489D8
3#7A8DD1
4#8091CB
5#8794C5
6#8D98BF
7#939BB8
8#999FB2
9#A0A2AC

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2F4
#F2F4FD
BackgroundsSubtle highlightsCard backgrounds
100
E1E6
#E1E6FA
Light backgroundsTable row hoverSkeleton loading
200
C7D1
#C7D1F5
Secondary backgroundsInput backgroundsDividers
300
9BAD
#9BADED
BordersInactive statesPlaceholder text
400
6782
#6782E4
Disabled statesSecondary iconsMuted text
500
3C5F
#3C5FDD
Primary brand colorCTAsActive elementsLinks
600
2244
#2244BF
Hover statesFocus ringsPrimary buttons hover
700
1B36
#1B3698
Active/pressed statesDark mode accentsSecondary text
800
1326
#13266C
Text on light backgroundsHeadingsStrong borders
900
0C19
#0C1945
Primary textHigh emphasis contentDark headings
950
080F
#080F2B
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --royal-blue-50: #F2F4FD;
  --royal-blue-100: #E1E6FA;
  --royal-blue-200: #C7D1F5;
  --royal-blue-300: #9BADED;
  --royal-blue-400: #6782E4;
  --royal-blue-500: #3C5FDD;
  --royal-blue-600: #2244BF;
  --royal-blue-700: #1B3698;
  --royal-blue-800: #13266C;
  --royal-blue-900: #0C1945;
  --royal-blue-950: #080F2B;
}
Generate More ShadesCreate PaletteConvert Color